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 |
dfw214
Starting Member
4 Posts |
Posted - 2010-07-27 : 15:02:50
|
The company I work for wants me to create a database and input data into it, however I'm having some problems. They gave me a csv file, and i'm not sure how to input the data into microsoft sql server 2008. I created a database and a table, and now i need to put the data into the columns, what's the fastest way to do that?Chris WarrenProgrammer |
|
dfw214
Starting Member
4 Posts |
Posted - 2010-07-27 : 15:06:33
|
I have the csv file opened up in excel, and visual studio 2008 |
|
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2010-07-27 : 15:06:51
|
SSMS -> object explorer -> right click on databasename -> all tasks -> import. And then step through the wizard. No, you're never too old to Yak'n'Roll if you're too young to die. |
|
|
dfw214
Starting Member
4 Posts |
Posted - 2010-07-27 : 15:12:29
|
Thanks! I had my head in my rear end...that worked perfectly |
|
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2010-07-27 : 15:57:26
|
welcome No, you're never too old to Yak'n'Roll if you're too young to die. |
|
|
X002548
Not Just a Number
15586 Posts |
|
dfw214
Starting Member
4 Posts |
Posted - 2010-07-27 : 16:52:37
|
The fastest to use, and learn as wellParty like a LobSTAR!!!!!!! |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|