Archive for the 'SQL Management Objects SMO' Category

Using SMOs, Read Tables Script using C#.NET

SQL Server Management Objects (SMOs) are used manipulate database for DBA activities via an application build by you, you can automate some of the DBA tasks by using SMOs in the application. In this article I am try to explain how we can use SMO to retrieve all the Table listed in Nortwind database and [...]