Exploring the Varbinary Type
A brief look at the Varbinary data type and its uses in SQL Server for beginners.
2013-02-07
12,934 reads
A brief look at the Varbinary data type and its uses in SQL Server for beginners.
2013-02-07
12,934 reads
A look at the performance of SQL Server compared to SQLite for single user applications.
2012-07-19
7,239 reads
A review on the basic steps to correct a poorly performing query
2010-09-08
12,510 reads
A Technique to deal with moving data from multiple schemas into one table
2010-08-09
6,421 reads
Some useful undocumented extended and stored procedures in SQL Server 2005
2009-11-20 (first published: 2008-05-09)
33,559 reads
2008-12-02
9,162 reads
2008-09-09
12,817 reads
A discussion on using CTEs to speed the development and maintenance of reports and enhance readability.
2008-03-31
6,187 reads
Discusses the techniques and reasons to use opendatasource for reading text files in SQL Server 2005.
2007-12-13
10,406 reads
By Brian Kelley
The concern that a particular technology is going to destroy the world seems to...
The STIG is detailed, which is a good thing, but I found myself wanting...
By Steve Jones
After my session at VSLive last week, I had a few questions from the...
Comments posted to this topic are about the item RegEx Functions III
Comments posted to this topic are about the item Optimized Locking in SQL Server...
Comments posted to this topic are about the item Finely Tuned Models
If I run the REGEXP_LIKE() function, does it match values in a case-sensitive fashion, or a case-insensitive fashion by default.
See possible answers