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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SqlBulkCopy pls help

Author  Topic 

oanise
Starting Member

4 Posts

Posted - 2010-02-25 : 21:08:34
hi. i wanted to try this code about SqlBulkCopy:

http://www.sqlteam.com/article/use-sqlbulkcopy-to-quickly-load-data-from-your-client-to-sql-server

but i do not know how to start. where will i paste this code? pls help. i need to learn how this code works so i could apply it with my own project asap.
thank u very much!

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??
Go to Top of Page

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. ^___^
Go to Top of Page

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 MVP
http://visakhm.blogspot.com/

Go to Top of Page

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.
Go to Top of Page
   

- Advertisement -