Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
frank.svs
Constraint Violating Yak Guru
368 Posts |
Posted - 2007-02-12 : 06:40:48
|
| Hi pals, I need some help. I have table in sqlserver 2005.i.ecreate table sample( id int, name varchar(20), sal money, doj datetime)and i also have an excel file with some datadata.xls---------101,raj,9999,18-10-1981102,ram,8888,20-03-1980103,ravi,7777,30-01-1975Now i need to upload this data into "sample" table.The version i am using is SQLSERVER 2005.Can anyone suggest the steps involved in it.Thanks in advance,franky |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
|
|
|
|
|
|