Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

SQL Server DMO Resources

By Steve Jones, 2002/04/29

Total article views: 6241 | Views in the last 30 days: 0

SQL DMO Resources for SQL Server

Introduction

As I work with a particular topic or problem, I often research on the Internet different opinions, white papers, etc. Here is a list of resources that are located both on SQL Server Central and other sites that I have found useful.

Online Resources - General

SQL Server 7 INF: Enabling SQL DMO Clients Without Installing the Client Side Utilities (Q248241) Want a DMO app without client utilities? This shows how.

Online Resources - VB

MSDN - Developing SQL-DMO Applications Using Visual Basic A series of articles on using VB to develop DMO solutions.
Introduction to SQL-DMO An introduction to DMO written by Andy Warren of SQLServerCentral. This provides the basics of what you need to start building a SQL-DMO solution.
Using SQL-DMO to execute a job A method of using DMO to run scheduled jobs.
HOWTO: Using SQL DMO to Print Date in Regional Format (Q220918) Interesting article on changing date formatting.

Online Resources - VC++

MSDN - Developing SQL-DMO Applications Using C or C++ An overview of the C++ DMO section on MSDN. I'm not a VC++ guru, but this seems to provide a good basic overview of developing a VC++ DMO solution.

Bugs

SQL Server 7 FIX: SQL-DMO Operations on SQL Server 7.0 Uses More Memory (Q225501) You may have memory issues on SQL 7.
SQL Server 7 and 2000 BUG: SQL-DMO Treats Shutdown Message from SQL Server as Error Condition After Shutdown Method Runs (Q272145) Using shutdown may cause some errors in DMO.
SQL Server 2000 FIX: The SQL-DMO Transfer Method Silently Fails to Copy All Data (Q300195) Problems when transferring data using DMO.
SQL Server 2000 FIX: SQL DMO's SQLBackup Method Fails with Error Message 3206 (Q308789) DMO is adding brackets to the backup command, which results in a syntax error.
SQL Server 7 FIX: Script Generation Using SQL-DMO Results in Database Name That Is Too Long (Q281137) Database creation using DMO may fail because of space padding of the db name.
SQL Server 7 BUG: SQL Enterprise Manager Generates SQL-DMO Error for DBO Updating Permissions (Q229052) Getting the "need to be logged in as 'sa' error?
SQL Server 7 and 2000 FIX: Invoking SQL-DMO Methods By Using "By Reference" Parameters May Cause a Memory Leak (Q293636) A memory leak in applications that use By Reference parameters.
SQL Server 2000 FIX: Objects May Fail to Retain Quoted Identifier Setting When You Use SQL-DMO to Create or Alter Objects (Q306334) If you manipulate objects, your quoted identifier setting may not be respected.
SQL Server 2000, SQL Server 7 PRB: Errors When You Redistribute SQL Server 2000 DMO Clients in SQL Server 7.0 Environment (Q295026) Additional DLLs are included with 2000. May cause issues with some clients.
SQL Server 7, MSDE 1.0 FIX: DMO Transfer Methods Does Not Do Code Page Conversion (Q236868) Differentiating code pages may cause issues.
SQL Server 7 FIX: DMO ExecuteWithResults Fails with Decimal Data (Q257515) Retrieving a recordset that has five (5) or more columns through the ExecuteWithResults SQL Distributed Management Objects (DMO) method may fail if the datatype of any of the columns is money or decimal/numeric with a scale of 1 or greater.
SQL Server 6.5, 7, and 2000 BUG: ExecuteWithResultsAndMessages2 Does Not Return Results (Q279514) When called from Microsoft Visual Basic Script (VBScript), the ExecuteWithResultsAndMessages2 method does not return results.

Books

NOT RECOMMENDED Professional SQL Server 7.0 Development Using SQL-DMO, SQL-NS & DTS Not that I often disparage a book, but DO NOT BUY THIS BOOK. It is a waste of $$.

Conclusions

As always, I welcome feedback for this article (use the 'Your Opinion' tab below) and please take the time to rate this article.

Steve Jones
©dkRanch.net March 2002
Return to Steve Jones Home

 

By Steve Jones, 2002/04/29

Total article views: 6241 | Views in the last 30 days: 0
Your response
 
 
Related Articles
FORUM

Client & Server Codepages error

Client & Server Codepages error

FORUM

SQL Server Client Connectivity Tools

SQL Server Client Connectivity Tools

FORUM

Installation error for SQL Server 2005 developer Edition

Installation error for SQL Server 2005 developer Edition on Windows XP Pro

FORUM

Error = [Microsoft][SQL Native Client][SQL Server]Invalid object name 'dbo.auditrec'

Error = [Microsoft][SQL Native Client][SQL Server]Invalid object name 'dbo.auditrec'

FORUM

SQL Server 2000 Developer edition client server configuration error

[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied

Tags
programming    
sql-dmo    
 
Contribute

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones