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 |
oanise
Starting Member
4 Posts |
|
DaleTurley
Yak Posting Veteran
76 Posts |
Posted - 2010-02-26 : 04:42:28
|
The First two code blocks are T-SQL, so would run in SSMS query window against a SQL Server database.The other code blocks are C#.net. You can use Visual C# Express edition to create .net applications like this one from here [url]http://www.microsoft.com/express/downloads/[/url]Is this what you meant?? |
 |
|
oanise
Starting Member
4 Posts |
Posted - 2010-02-26 : 07:07:52
|
no, what i mean is how will i be able to run the program? will i first create a table in SQL management studio or will i simply paste this code to C# form application.thanks a lot for your reply. i really need help on this. ^___^ |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-02-26 : 08:05:08
|
you need to first create tables and then use other code------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
oanise
Starting Member
4 Posts |
Posted - 2010-02-26 : 09:36:00
|
do u have a program which i could run to help me with SQLBulkCopy? thanks. |
 |
|
|
|
|