SQLAdmin
SQL Server administration, infrastructure, automation, instrumentation etc.
Pages
(Move to ...)
SQLAdmin blog
DBA Security
DBA Litterature
DBA SQL Server Tools
Microsoft Resources
▼
Showing posts with label
SMO
.
Show all posts
Showing posts with label
SMO
.
Show all posts
2024-01-23
PowerShell SMO by SqlServer module
›
Install SqlServer module: Install-Module -Name sqlserver Typical warning: Untrusted repository You are installing the modules from an ...
2013-05-20
SMO by SQLPS
›
With SQL Server 2012 SQLPS was changes from a mini-PowerShell to a PowerShell module. This makes is much simpler to import the functionality...
2011-11-23
Check database using SMO
›
For a long time I have checked the databases by DBCC CHECKDB , but I would like to check the database in PowerShell with SMO to include the...
2011-09-27
Script a database definition
›
Recreating a database in a higher environment is a common task. Quite often it is not that smart just to restore a back, as you then get dat...
2011-03-11
Using a SMO object as parameter value
›
It looks like a SMO object is implicit converted to a String object, when it is used in a function call by a parameter name. I have a func...
2009-01-06
Differential database backup using SMO
›
A differential database backup of a single database can be done like this using SMO and PowerShell: [void][System.Reflection.Assembly]::Lo...
2008-12-18
SMO Backup class moved
›
Having worked on a (new) backup solution for my employer, I have spend several hours fighting with examples not working. Until I found the e...
1 comment:
›
Home
View web version