﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Articles tagged Programming, SQL Server 7, 2000, SQL-DMO</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged Programming, SQL Server 7, 2000, SQL-DMO posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Use SQL-DMO and Excel to Quickly Create Reports for Auditors</title><description>Auditing SQL Server, or any system, is not an easy task and with new regulations like Sarbanes-Oxley, it is becoming a full time job in some environments. Chad Miller brings us a way that he developed with Excel and some scripting to automate some of the security information for a large installation of SQL Servers.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/usesqldmoandexceltoquicklycreatereportsforauditors/2064/</guid><pubDate>2005/10/04</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/usesqldmoandexceltoquicklycreatereportsforauditors/2064/</link></item><item><title>Logins, Users, and Roles - Getting Started</title><description>Do you know the difference between a login and a user? What&amp;#39;s the best way to add them; Enterprise Manager, T-SQL, or SQL-DMO? In this beginner level article Andy demonstrates how to use all three methods to add logins and users and offers his view of which is the best technique.


</description><guid>http://www.sqlservercentral.com/articles/Administering/loginsusersandrolesgettingstarted/514/</guid><pubDate>2005/09/30</pubDate><link>http://www.sqlservercentral.com/articles/Administering/loginsusersandrolesgettingstarted/514/</link></item><item><title>Dump SQL Permissions</title><description>We saw a note from Chad about a tool he wrote in the forums and asked him to write up some notes. Not only did we get notes, we got the source code! See what a DBA can do with some DMO.
</description><guid>http://www.sqlservercentral.com/articles/Administering/dumpsqlpermissions/1314/</guid><pubDate>2004/03/17</pubDate><link>http://www.sqlservercentral.com/articles/Administering/dumpsqlpermissions/1314/</link></item><item><title>VBScript Class to Return Backup Information</title><description>The second article in a 3 part series that presents another VBScript class file that creates a class that can be used to display the backup information from a SQL server&amp;#39;s maintanence plans.

</description><guid>http://www.sqlservercentral.com/articles/SQL-DMO/sqlbackups2/785/</guid><pubDate>2003/08/28</pubDate><link>http://www.sqlservercentral.com/articles/SQL-DMO/sqlbackups2/785/</link></item><item><title>Logins, Users, and Roles - Getting Started</title><description>Do you know the difference between a login and a user? What&amp;#39;s the best way to add them; Enterprise Manager, T-SQL, or SQL-DMO? In this beginner level article Andy demonstrates how to use all three methods to add logins and users and offers his view of which is the best technique.


</description><guid>http://www.sqlservercentral.com/articles/Administering/loginsusersandrolesgettingstarted/514/</guid><pubDate>2005/09/30</pubDate><link>http://www.sqlservercentral.com/articles/Administering/loginsusersandrolesgettingstarted/514/</link></item><item><title>Managing Jobs - Part 1</title><description>How many jobs do you have? 10? 100? 1000? Andy makes the point that what works to manage for a small number of jobs doesn&amp;#39;t work when that number doubles or triples (well, unless you only had 1 job to start with!). In part one of two, this article looks at ideas for using categories and naming conventions to get things under control.
</description><guid>http://www.sqlservercentral.com/articles/Administering/managingjobspart1/906/</guid><pubDate>2003/01/31</pubDate><link>http://www.sqlservercentral.com/articles/Administering/managingjobspart1/906/</link></item><item><title>Review of Real-World SQL-DMO</title><description>Andy takes a look at the new book on DMO and likes what he sees - &amp;#34;great book for beginner and intermediate DMO users!&amp;#34;. We&amp;#39;ve been supporters of DMO for a while and we&amp;#39;re glad to see a new book on the subject. Read the review, add your comments, buy the book!
</description><guid>http://www.sqlservercentral.com/articles/Administering/reviewofrealworldsqldmo/842/</guid><pubDate>2002/11/19</pubDate><link>http://www.sqlservercentral.com/articles/Administering/reviewofrealworldsqldmo/842/</link></item><item><title>Restoring Using DMO - Getting File List and No Recovery</title><description>Following up on a question posted in our discussion area, Andy demonstrates how to backup/restore a database using DMO, how to get the list of files to be restored, and how to do a restore with no recovery. Lots of sample code!
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/restoringusingdmogettingfilelistandnorecovery/823/</guid><pubDate>2002/10/15</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/restoringusingdmogettingfilelistandnorecovery/823/</link></item><item><title>Adding Linked Servers Using SQL-DMO</title><description>Following up on a question posted in our discussion area, Andy looks at how to use DMO to add and remove linked servers. Along the way he points out a couple &amp;#39;gotchas&amp;#39; and throws in a cool tip about how to save a little time when you experiment with DMO.
</description><guid>http://www.sqlservercentral.com/articles/Administering/addinglinkedserversusingsqldmo/801/</guid><pubDate>2002/09/19</pubDate><link>http://www.sqlservercentral.com/articles/Administering/addinglinkedserversusingsqldmo/801/</link></item><item><title>VBScript Classes to Query SQL Server for Backup Information</title><description>A VBscript class is created that can be used to query the maintenance plans on an SQL server to determine when a backup has occurred. This class can be used with others to create a scripted method for monitoring backups.

</description><guid>http://www.sqlservercentral.com/articles/SQL-DMO/sqlbackups1/783/</guid><pubDate>2002/08/22</pubDate><link>http://www.sqlservercentral.com/articles/SQL-DMO/sqlbackups1/783/</link></item><item><title>Adding a Column using SQL_DMO</title><description>One of our readers needed some help with altering a table with DMO, so Andy has a code sample and some comments in general about how to add objects using DMO. It&amp;#39;s good code and a very quick introduction to how objects work. Worth reading!

</description><guid>http://www.sqlservercentral.com/articles/Administering/addingacolumnusingsql_dmo/609/</guid><pubDate>2002/02/14</pubDate><link>http://www.sqlservercentral.com/articles/Administering/addingacolumnusingsql_dmo/609/</link></item><item><title>Review of SQL Comparison and Synchronization Toolkit</title><description>This week Andy takes a look at a new product from Red-Gate that gives you even more options than you get with their SQL Compare and SQL Data Compare tools - now you can build your own. Add the features you always wanted. Build automated processes instead of using the GUI. It&amp;#39;s an interesting product - read the review and then maybe even enter the contest to win a free copy.

</description><guid>http://www.sqlservercentral.com/articles/Administering/reviewofsqlcomparisonandsynchronizationtoolkit/580/</guid><pubDate>2002/01/16</pubDate><link>http://www.sqlservercentral.com/articles/Administering/reviewofsqlcomparisonandsynchronizationtoolkit/580/</link></item><item><title>Executing Multiple Scripts in a Folder using the ScriptRunner Utility</title><description>Ever have a large batch of scripts you need to run? It takes a while if you have to open each one in Query Analyzer and execute it. One of our readers proposed an alternative - take a look the small app Andy Warren wrote to make doing this task a breeze.
</description><guid>http://www.sqlservercentral.com/articles/Administering/scriptrunner/292/</guid><pubDate>2001/06/14</pubDate><link>http://www.sqlservercentral.com/articles/Administering/scriptrunner/292/</link></item></channel></rss>