Exporting/Importing Database in sql sevrer 2000 using c#
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, How can I export/import a complete database using c# and sql server 2000 ? thanks, berlus
Why are you using c# to do a database operation? If you are doing this regularly then use replication or SSIS or BCP, none of which require C#. You may use C# to initiate the process but it will not do the job for you.
Never underestimate the power of human stupidity RAH