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

Guest Columnist: Solomon Rutzky

SQLServerCentral.com profile

   Items 1 to 7 of 7   
 

Streaming Data Into SQL Server 2008 From an Application

Reduce both time and memory utilization when uploading bulk data to SQL Server 2008 by combining Table-Valued Parameters (TVPs) and the .Net IEnumerable interface.  Read more...
By Solomon Rutzky 2009/05/28 | Source: SQLServerCentral.com | Category: SQL Server 2008
Rating: |  Discuss |  Briefcase | 5,945 reads

Easy and Repeatable Testing of DB Code (Stored Procs, etc.) with DbFit

Testing DB code is not fun or easy so it usually gets ignored. But now there’s a super-easy way to test using DBFit.  Read more...
By Solomon Rutzky 2008/11/13 | Source: SQLServerCentral.com | Category: Testing
Rating: |  Discuss |  Briefcase | 8,735 reads

Exporting and Versioning Lookup Data: A Real-World Use of the CLR

The CLR has not been well-received and most people use it for Regular Expressions and string functions. Here is an example that goes beyond trivial uses.  Read more...
By Solomon Rutzky 2008/06/24 | Source: SQLServerCentral.com | Category: SQL Server 2005
Rating: |  Discuss |  Briefcase | 4,736 reads

Searching Objects for Text

When searching meta-data to find an occurance of a particular string or pattern it is difficult to look everywhere. This procedure helps you find what you are looking for.  Read more...
By Solomon Rutzky 2008/05/28 | Source: SQLServerCentral.com | Category: Stored Procedures
Rating: |  Discuss |  Briefcase | 6,287 reads

A New (and Hopefully Better) Approach to Constants

A look at how constants are used in T-SQL and SQL Server in general along with some suggestions on how better to deal with them.  Read more...
By Solomon Rutzky 2007/10/16 | Category: T-SQL
Rating: |  Discuss |  Briefcase | 6,019 reads

Getting The Most Out of SQL Server 2005 UDTs and UDAs

The CLR integration in SQL Server 2005 greatly expands on the capabilities of the SQL Server platform. One new area is the ability to build user-defined types and user-defined aggregates. Solomon Rutzky brings us a way to get around some of the limitations in this area with his SQL# toolkit.   Read more...
By Solomon Rutzky 2007/09/18 | Source: SQLServerCentral.com | Category: SS2K5 - CLR Integration
Rating: |  Discuss |  Briefcase | 4,236 reads

Capturing Missing Information From SQL Profiler

While SQL Server's Profiler is a great tool, it can be hard to work with and we can easily miss information in the results. New author Solomon Rutzky brings us a short article that can help you to better configure your traces to get the information you need.   Read more...
By Solomon Rutzky 2007/09/06 | Source: SQLServerCentral.com | Category: Monitoring
Rating: |  Discuss |  Briefcase | 8,322 reads
   Items 1 to 7 of 7