Jon Sayce
Thoughts on development - SQL Server, .NET, Visual Studio and beyond
Browse by Tags
All Tags
»
SMO
(
RSS
)
.NET
Extension Methods
Performance
Programmatically Listing SQL Servers
Using the .NET Framework there are a variety of ways you can search for available SQL Servers, but no single technique does the whole job. The best approach is to use a combination of methods to ensure you get the most complete list possible. Most methods...
Extending SMO Classes with Extension Methods and IEnumerable(T)
One of the simplest ways to audit changes to a table is to have a trigger that stores a copy of any row that's inserted/updated/deleted, together with some meta data such as who made the change and when they made it. There are limitations (such as several...
How to fix slow SMO performance
By default, when SMO queries the database for the properties of an object, it only loads the basic properties. This reduces the number of tables it needs to join in the query, so dramatically improves performance, as long as you don't need the other properties...
Search
Go
This Blog
Home
Contact
About
Tags
.NET
asp
aspnetmvc
Blog
Cast and Convert
Change Management
Conversion
Cookies
Datetime
DTC
Extension Methods
HTA
iPhone
MobileMe
Performance
Processes
Rant
Recent Queries
Referrals
SessionState
SMO
SQL
SQLBits
SSMS
SSMS Add-ins
Training
Unit Testing
User-Defined Types
ViewState
Visual SourceSafe
Navigation
Home
Blogs
Forums
Photos
Downloads
Archives
October 2008 (1)
April 2008 (3)
March 2008 (2)
February 2008 (4)
January 2008 (6)
December 2007 (1)
November 2007 (4)
October 2007 (3)
September 2007 (4)
Syndication
RSS
Atom
Comments RSS