Please point me to an example if you know of one.
views:
41answers:
2
A:
I don't know of any examples but I do know that you'll probably want to use the SQL Management Objects (SMO) to manage the SQL Server objects. Have a look at http://www.sqldbatips.com/showarticle.asp?ID=34 for a good article on getting started with SMO. There are a lot of other tutorials on SMO out there as well.
TLiebe
2009-08-27 14:58:11
Thanks. I'll take a look.
2009-08-27 15:23:53
+1
A:
try QueryExpress by Joseph Albahari, it comes with source code and is written in C#
TheVillageIdiot
2009-08-27 15:11:47