问题
Am familiar with TSQL and C#, and would like to read a good book/tutorial on how to use Server Management Objects (SMO) with C# and SQL Server 2008.
Any recommendations?
回答1:
Not a book per se - but a few good online resources:
- Getting Started with SMO in SQL Server 2005
- SMO - Manage your SQL Server!
- SMO Tutorial 1 of n - Programming data storage objects
- SMO Tutorial 2 of n - (Programming Objects Not Used for Data Storage)
- SMO Tutorial 3 of n - Scripting
- Getting started with SQL Server Management Objects (SMO)
来源:https://stackoverflow.com/questions/6468850/good-book-to-learn-server-management-objects-smo-for-c-sharp-and-sql-server-20