Viewing 14 posts - 1 through 14 (of 14 total)
I had been dreading this one, but I passed this morning with an 857. 😀
October 14, 2010 at 9:45 am
Hugo Kornelis (4/29/2010)
Yes - but only if you buy Enterprise Edition.
It should be noted that SSL connection encryption is baked-in to all editions (including Express), which is the key player...
April 29, 2010 at 7:41 am
Mike C (4/14/2010)I also prepend the binary length of the string to each column, which provides additional differentiation and provides a useful method for dealing with NULLs. For instance:
"a...
April 14, 2010 at 10:54 am
Nice to see this article come around again. Great stuff.
April 8, 2010 at 10:30 pm
jm99 (3/1/2010)
It appears that SqlDateTime still maps to the SQL DateTime accurate to 3.3 millisecs
SqlDateTime still maps to the SQL Server datetime data type, yes. If I remember correctly,...
March 1, 2010 at 9:41 pm
KT8177 (7/17/2009)
September 1, 2009 at 8:17 am
I'd seen XML string splitting and concatenation before, but ran into issues with characters that aren't valid in XML. I found that just escaping all the invalid characters prior...
June 25, 2009 at 11:20 am
Grant Fritchey (6/18/2009)
It's difficult to get the right set of conditions to see filtered indexes get chosen by the optimizer.
This has been my experience as well. I love the...
June 19, 2009 at 7:30 am
The editor is treating the commented text like a plain text editor, and leaves off of the @ like most any text editor will when you double-click the word. ...
June 12, 2009 at 12:26 pm
I've been running SQL2008 on Windows 7 a couple weeks now without issue.
June 11, 2009 at 2:40 pm
I count myself fortunate that I'm using SQL08.
select * from etl.exceptions
where convert( date, datetimestamp ) between '2009-01-01' and '2009-02-06'
Not only returns the correct results, but does so with an index...
April 28, 2009 at 8:03 am
The only issue I've run into with using mount points is during replication setup (creating the replication database on my MP throws an error), but that's easy enough to work...
March 19, 2009 at 7:48 am
The role of the trigger may certainly be changing, but they're certainly not legacy by any means. They're often the easiest way to audit (I have a DDL trigger...
November 8, 2008 at 10:32 am
Viewing 14 posts - 1 through 14 (of 14 total)