SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag SMO Rss

Refine your search with one of the following additional tags (with number of items):

SQL Server 2005 (19)     Backup / Restore (1)    
powershell (9)     Programming (1)    
Administration (1)     SQL-DMO (1)    
   Items 1 to 20 of 24    Next 20 >>
 

Getting started with SQL Server Management Objects (SMO)

In this tip, I am going to discuss how you can get started with SMO and how you can programmatically manage a SQL Server instance with your choice of programming language.   Read more...
By Additional Articles 2009/09/04 | Source: MSSQLTips.com | Category: SMO
Rating:  Rate this |  Briefcase | 2,797 reads

Using PowerShell with SQL Server Management Objects (SMO)

I want to know how Windows PowerShell can help me as a SQL Server DBA.  Read more...
By Additional Articles 2009/05/18 | Source: MSSQLTips.com | Category: powershell
Rating: (not yet rated)  Rate this |  Briefcase | 1,758 reads

Using SQL Management Objects to create and restore SQL Databases.

SQL Management Objects(SMO)can be used for customized automation of various database.This article gives an implementation for SMO using C#.  Read more...
By Amriteshwar Singh 2008/06/18 | Source: SQLServerCentral.com | Category: SMO
Rating: |  Discuss |  Briefcase | 4,923 reads

Powershell/SMO: Unload table schema, dri, perms & data.

PSH script to unload table schema, dri, permissions and data to file(s).  Read more...
By Gordon-265412 2008/06/10 | Source: SQLServerCentral.com | Category: powershell
Rating: (not yet rated) |  Discuss |  Briefcase | 569 reads

Backing Up a Database with SMO

In SQL Server 2005, the management object framework changed substantially from the DMO framework in prior verisons. Now we have SMO, RMO, and other .NET assemblies that can be used to manage SQL Server. New author Brandie Tarvin brings us a short look at how SMO can be used to perform one of those critical tasks in SQL Server.   Read more...
By Brandie Tarvin 2007/03/13 | Source: SQLServerCentral.com | Category: SMO
Rating: |  Discuss |  Briefcase | 6,016 reads

SQL Server Management Objects: Lessons from the Wild

Harness the power of SQL Server Management Objects to create, document, and manage your SQL Server databases.  Read more...
By Additional Articles 2007/11/13 | Source: DevX | Category: SMO
Rating: (not yet rated)  Rate this |  Briefcase | 2,080 reads

Microsoft Windows PowerShell and SQL Server 2005 SMO – Part 9

Learn how to use PowerShell in conjunction with SMO to Generate an SQL Server Script.  Read more...
By Additional Articles 2007/10/26 | Source: Database Journal | Category: powershell
Rating: (not yet rated)  Rate this |  Briefcase | 1,992 reads

Microsoft Windows PowerShell and SQL Server 2005 SMO – Part 8

This installment illustrates how to use PowerShell in conjunction with SMO to display object properties of all SQL Server Objects.  Read more...
By Additional Articles 2007/10/23 | Category: SMO
Rating: (not yet rated)  Rate this |  Briefcase | 1,785 reads

Microsoft Windows PowerShell and SQL Server 2005 SMO – Part 7

This installment of the series illustrates how to use PowerShell in conjunction with SMO to display SQL Server Objects.  Read more...
By Additional Articles 2007/10/19 | Source: Database Journal | Category: SMO
Rating: (not yet rated)  Rate this |  Briefcase | 1,891 reads

Microsoft Windows Power Shell and SQL Server 2005 SMO – Part 4

This installment illustrates how to use PowerShell script to loop through the content of the file and connect to different servers.  Read more...
By Additional Articles 2007/10/16 | Source: Database Journal | Category: SMO
Rating: (not yet rated)  Rate this |  Briefcase | 1,891 reads

Microsoft Windows PowerShell and SQL Server 2005 SMO – Part 3

Part 3 of this series illustrates how to script PowerShell cmdlets and execute them. Scripting is essential for automation and executing repetitive tasks.  Read more...
By Additional Articles 2007/10/08 | Source: Database Journal | Category: SMO
Rating: (not yet rated)  Rate this |  Briefcase | 2,054 reads

Microsoft Windows PowerShell and SQL Server 2005 SMO – Part II

Part II of this series discusses more about PowerShell and its features in conjunction with SMO.   Read more...
By Additional Articles 2007/10/05 | Source: Database Journal | Category: SMO
Rating: (not yet rated)  Rate this |  Briefcase | 2,242 reads

Microsoft Windows PowerShell and SQL Server 2005 SMO – Part I

As you probably know, Windows PowerShell is the new command shell and scripting language that provides a command line environment for interactive exploration and administration of computers. In addition, it provides an opportunity to script these commands so that we can schedule and run these scripts multiple times.  Read more...
By Additional Articles 2007/10/04 | Source: Database Journal | Category: SMO
Rating: (not yet rated)  Rate this |  Briefcase | 2,614 reads

Microsoft Windows PowerShell and SQL Server 2005 SMO – Part 6

Part 6 of "Microsoft Windows PowerShell and SQL Server 2005 SMO" illustrates how to use PowerShell and PowerShell script to backup databases.  Read more...
By Additional Articles 2007/09/05 | Source: Database Journal | Category: SMO
Rating:  Rate this |  Briefcase | 1,689 reads

Microsoft Windows PowerShell and SQL Server 2005 SMO – Part 5

Part 5 of "Microsoft Windows PowerShell and SQL Server 2005 SMO" illustrates how to use PowerShell and PowerShell script to create databases.  Read more...
By Additional Articles 2007/08/22 | Source: Database Journal | Category: SMO
Rating:  Rate this |  Briefcase | 1,836 reads

Microsoft Windows Power Shell and SQL Server 2005 SMO – Part 4

Part 3 of this series discussed how to script PowerShell and connect to SQL Server. This installment illustrates how to use a PowerShell script to loop through the content of a file and connect to different servers.  Read more...
By Additional Articles 2007/07/24 | Source: Database Journal | Category: SMO
Rating:  Rate this |  Briefcase | 1,683 reads

SQL Server Management Objects

A good article on using SMO in SQL Server 2005.  Read more...
By Additional Articles 2007/07/18 | Source: Microsoft MSDN | Category: SMO
Rating:  Rate this |  Briefcase | 2,261 reads

SQL Server Management Objects

In this column, I discuss how SMO can be used to examine a database’s objects and to perform a variety of administrative tasks.   Read more...
By Additional Articles 2007/06/18 | Source: MSDN Communities | Category: SMO
Rating:  Rate this |  Briefcase | 2,452 reads

Alert-based Transaction Log Backups using SMO

Allen White provides an SMO script for automating database log backups, using either native backup or Red Gate's SQL Backup tool.  Read more...
By Additional Articles 2007/05/07 | Source: SimpleTalk | Category: SMO
Rating:  Rate this |  Briefcase | 1,817 reads

PowerSMO at work part 2

Dan Sullivan continues his exploration of the versatile PowerSMO tool with coverage of how to control logins, monitor server activity and create standalone administrative scripts.  Read more...
By Additional Articles 2007/04/02 | Source: SimpleTalk | Category: SMO
Rating:  Rate this |  Briefcase | 1,696 reads
   Items 1 to 20 of 24    Next 20 >>
 
Most popular

Using SQL Management Objects to create and restore SQL Databases.

SQL Management Objects(SMO)can be used for customized automation of various database.This article gives an implementation for SMO using C#.  Read more...
By Amriteshwar Singh 2008/06/18 | Source: SQLServerCentral.com | Category: SMO
Rating: |  Discuss |  Briefcase | 4,923 reads

Backing Up a Database with SMO

In SQL Server 2005, the management object framework changed substantially from the DMO framework in prior verisons. Now we have SMO, RMO, and other .NET assemblies that can be used to manage SQL Server. New author Brandie Tarvin brings us a short look at how SMO can be used to perform one of those critical tasks in SQL Server.   Read more...
By Brandie Tarvin 2007/03/13 | Source: SQLServerCentral.com | Category: SMO
Rating: |  Discuss |  Briefcase | 6,016 reads

SQL Server Management Objects

A good article on using SMO in SQL Server 2005.  Read more...
By Additional Articles 2007/07/18 | Source: Microsoft MSDN | Category: SMO
Rating:  Rate this |  Briefcase | 2,261 reads