Viewing 15 posts - 106 through 120 (of 378 total)
SQL Kiwi (12/30/2012)
Related: more generalized subtree matching and reuse has been trialled in the product, see this Microsoft Research paper (PDF).
More generalized matching is exactly what I always wanted, and...
January 8, 2013 at 3:48 am
Scott D. Jacobson (12/18/2012)
December 19, 2012 at 4:20 am
The new licensing model is hurting Microsoft’s own business in the long run. Profit can be made in several ways, especially for software the best way is to have a...
December 17, 2012 at 2:21 am
shalinder.verma (12/5/2012)
This looks to me that we are breaking a string in multiple rows and then putting the components back on the same row using...
December 6, 2012 at 3:28 am
Yes, 10% growth is a horrible setting as well.
Try to grow with fixed size chunks of 256MB-1024MB instead (depending on your database growth expectation).
For log files, set an upper...
December 5, 2012 at 4:39 am
I haven't read the article properly and just scanned it to see what it is about and if it is interesting.
But one thing I noticed quickly was a quote at...
November 29, 2012 at 8:10 am
I am of the opinion this sort of logic should be implemented in some sort of foreign keys check constraint (never seen it being present in a relational database, but...
October 5, 2012 at 3:08 am
Steve Jones - SSC Editor (9/18/2012)
Miles Neale (9/18/2012)
September 19, 2012 at 3:05 am
Usman Butt (9/11/2012)
peter-757102 (9/11/2012)
September 11, 2012 at 8:58 am
The recent discussion has hit an interesting topic, namely that of collations. While I can subscribe to the idea that it is ok for the delimiter being compared by binary...
September 11, 2012 at 5:34 am
SQL Kiwi (9/4/2012)
Blog post is up: http://bit.ly/ComputeScalar
I learned something today, several things in fact, thus today is a very good day for me.
Thanks to you Paul!
September 5, 2012 at 4:01 am
Jeff Moden (8/26/2012)
Ok... I tried those two. Why does the LEFT(@@Dbts,0) speed things up so much?
I did not even knew this existed, but if it is faster, it might...
August 28, 2012 at 2:52 am
Usman Butt (8/3/2012)
peter-757102 (8/2/2012)
August 3, 2012 at 4:11 am
I did some timings on my own using the code in the article and as expected the time the baseline and the iTVF take are identical. Not surprisingly I get...
August 2, 2012 at 6:43 am
It would be interesting to see how this simplified example function performs against a view with a cross join to a tally table providing the parameters. If you know paramaters...
August 2, 2012 at 4:47 am
Viewing 15 posts - 106 through 120 (of 378 total)