С помощью оболочки PowerShell и объектов SQL Server Management Objects (SMO) вы можете создавать сценарии для документирования своих экземпляров SQL Server и управления ими.
В своей работе Enterprise Manager в свою очередь использует язык Transact-SQL и SQL-DMO. SQL-DMO — это основанный на объектной модели COM (Component Object Model) интерфейс SQL Server 2000, служащий ...
Sometimes you become the accidental DBA, or you are the DBA by choice. Either way, you can choose to spend time working in SQL Server Management Studio (SSMS) to look at things such as backups or the ...
PowerShell gives DBAs a reason to begin using SMO for real, so now we'll find out about all the gory details I was talking to a good friend at Microsoft last week, telling him about the problems I’ve ...
Manually closing and disconnecting [!INCLUDEssNoVersion] Management Objects (SMO) objects is not required. Connections are opened and closed as required. To use any code example that is provided, you ...
It would be really great if there were a way to transfer object definitions from a live server to an offline server. My use case is that I am designing an application which allows users to compile ...
Last time we discussed creating a script that can retrieve configuration settings from a list of SQL Servers and placing that data into a SQL Server table. Now, let's take a look at another technology ...
Although spanking new in Katmai, Policy-Based Management already seems mature. The inclusion of PowerShell will reinvent the way DBAs manage their environments by taking complicated cursors out of ...