Viewing 15 posts - 1 through 15 (of 30 total)
dwain.c (4/7/2014)
April 8, 2014 at 1:47 am
Just noticed, you have the NOT NULL directly in the WHERE clause in your blog post.
April 6, 2014 at 11:52 pm
Hi,
thanks for the post and only a few comments.
You do not need to write CTE to get index seek in your case (where you have a lot of sparse data)....
April 6, 2014 at 11:38 pm
I've also made a comparison of the CLR methods when using parallel vs forced serial plan. I run it on my Core2 Quad 2.5 GHz. and the CLR beneffits a...
October 7, 2010 at 12:48 pm
Jeff Moden (10/7/2010)
October 7, 2010 at 12:28 pm
Jeff Moden (10/6/2010)
Thanks, Pavel. I'll give it a whirl on my 2k5 box. Are you using 2k5 or 2k8?
I'm running 2008
October 7, 2010 at 12:41 am
Jeff Moden (10/5/2010)
October 5, 2010 at 1:21 pm
Jeff Moden (10/3/2010)
@Pavel,What is the default collation on your machine, please? And thanks ahead of time for helping me figure this out.
Jeff,
my default collation is Czech_CI_AS, but I've tested...
October 4, 2010 at 2:04 pm
Jeff,
you are right about the data types, so I've modified the nvarchar to varchar in the test data generator and make a comparison of the Split8KTallyM vs. CLR RegEx....
October 2, 2010 at 1:59 pm
Jeff,
I've done some testing about this also on my machine, but instead of the XML version I've tested the CLR RegEx solution.
Here is the source for the RegEx CLR Function
public...
September 26, 2010 at 6:21 am
For such scenario is the best choice the SQL Server Auditing, but this is available only in SQL server 2008. (you can see description here http://msdn.microsoft.com/en-us/library/cc280386.aspx
For SQL server 2005 or...
January 5, 2010 at 1:01 am
Hi,
Aron Bertrang may have something you may be interested in on his sql blog http://sqlblog.com/blogs/aaron_bertrand/archive/2008/05/06/when-was-my-database-table-last-accessed.aspx
January 4, 2010 at 12:37 am
The script could be compatible. Depends whether or not you use syntax available only in SQL Server 2005.
If yes, then it will not be compatible with SQL Server 2002....
December 21, 2009 at 11:55 pm
Hi,
the packages are stored in the [msdb].[dbo].[sysdtspackages90] table. The source xml of the package is stored in the [packagedata] column as image.
If you want to see the source XML of...
December 21, 2009 at 5:17 am
TheHTMLDJ (12/17/2009)
I got an error:Server: Msg 156, Level 15, State 1, Line 6
Incorrect syntax near the keyword 'over'.
On what version of SQL Server you are running the query? It...
December 17, 2009 at 10:12 am
Viewing 15 posts - 1 through 15 (of 30 total)