易截截图软件、单文件、免安装、纯绿色、仅160KB

请教各位SQL达人 - MS-SQL Server / 疑难问题

现在我有一个EXL表格,信息如下
省 市 区 非服务区域 公司
江苏省 镇江市 丹阳 A镇 B公司
江苏省 镇江市 京口 B镇 B公司
还有很多这样格式的信息。。。不一一列举了


如何把这些信息都导入SQL数据库中的表内呢? 如果一个个的手动写,要累死人的,数据起码上万条。求解答,谢谢!
在SQL管理器里,有个数据导入导出功能,你在那里把数据导入进去就好了!

可以直接导入的,图形化的界面
数据源选择对了就可以了

倒不好,执行的时候有错·

Assuming you are running:
SQL2K5 (non-express edition) - In SSMS, right click the database you want to import the data into -> tasks -> import data and then simply follow the prompt

SQL2K5 Express - assuming you have Access. Create an access ADP project pointing to the database you want to import the data into. Create a table to store the data from Excel. Copy from Excel and Paste via ADP into the table. If you don't have Access - well, you can write insert statement for each row and using formulae to generate all the SQL statements. Then simply copy and paste the SQL into Management Studio to execute the insert batch.

SQL2K - in SSEM, right click on the database you want to import data into->tables -> all tasks -> import data and then follow the prompt.

能否把错的提示画面截出来?

说我EXL表格有错。导入的时候 select * from 表名 (表名是乱


相关问答:

jsp链接sql2000的疑问?



type Exception report


message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jas ......

sql - MS-SQL Server / 疑难问题

sql的软件在哪里可以下啊!在网上找了蛮多都用不了啊

随便搞一D版吧,

迅雷第一个就可以用
2000,2005都这样

http://119.147.41.16/down?cid=0698C2D64D7D637D90A6D2482298E6717D4F15CD&t=2&fmt=-1 ......

求一SQL - MS-SQL Server / 基础类

tab1 字段:billdate,goodsid,incount,inmoney,outcount,outmoney,endprice,endcount,endamt
tab2 字段:goodsid,goodskind(商品类型)
tab3 字段:goodskind(商品类型),kindname
结果:
得到商品类型在一段时间 ......

vs2008 连接mysql? - MS-SQL Server / 基础类

请问
添加新数据源->数据库->添加连接
这个界面下,数据源选择:Microsoft SQL Server (SqlClient);
服务器名:
应该写什么呢?
有谁知道?多谢各位!!
你到底是要连mysql还是mssql?

引用
请问
......

mysql区没高手 - MS-SQL Server / 基础类

我觉得mysql和sqlserver有共同的地方:
有个问题是关于表的锁问题:
进程A 进程B
select * from user where id in lock share mode(共享锁)
&nb ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号