Viewing 15 posts - 211 through 225 (of 499 total)
I'd like more features on SSMS
Formatting of t-sql - with the ability to alter the formatting rules
Improvements in intellisense - current version is a good start, but suggests too many...
April 22, 2010 at 7:36 am
Useful, if only to learn about the new INSERT syntax
April 22, 2010 at 4:06 am
There was an article on this site recently on deleting large numbers of records, while minimising the effect on the logfile.
http://www.sqlservercentral.com/articles/T-SQL/67898/
And more interesting tips came up in the discussion on...
April 21, 2010 at 8:37 am
This is excellent Paul, Thank-you.
The clustered primary key improved performance from a cost of 1.8 to 0.08,
I must remember the discussions on SSC are a vital part of the...
April 21, 2010 at 2:15 am
Jeff -
Did you somehow hack the site to get to be SSC-Insane,
Only this morning I checked the leader board and you were definitely SSC-Champion.
April 20, 2010 at 2:43 pm
Steve Jones - Editor (4/20/2010)
Tom Brown (4/20/2010)
Tom.Thomson (4/20/2010)
Gianluca Sartori (4/20/2010)
April 20, 2010 at 9:30 am
Tom.Thomson (4/20/2010)
Gianluca Sartori (4/20/2010)
Thanks, Tom. So, you're a Scot, aren't you?Well, I used to be a Scot. But I got married so now I'm a slave. 😀
Reminds me of...
April 20, 2010 at 9:28 am
Tom.Thomson (4/20/2010)
Gianluca Sartori (4/20/2010)
Tom, just out of curiosity, what does your signature mean? I think it's Scot-Gaelic and you look very Scottish (my Scottish uncle could be your lost twin...).
The...
April 20, 2010 at 9:24 am
Attached screenshot of execution plans for
Top: Live (with nonclustered index)
Middle: Test (with clustered index )
End: Live (with clustered index)
Showing that the clustered index makes little or no difference to...
April 20, 2010 at 8:39 am
Thanks exactly what I needed, I've read and inwardly digested the article.
I created test data and worked out both methods - and on the test data I found the...
April 20, 2010 at 8:10 am
New to SQL2005 were Common Table Expressions (CTEs) which begin with the reserved word 'WITH' - these won;t work in SQL2000
There are many other ways that WITH can be used,...
April 20, 2010 at 2:53 am
A Good question. I learned something from this.
I've used IDENTITY for ages, assuming its both duplicate-proof and automatically indexed.
I'm glad to have this pointed out to me...
April 20, 2010 at 2:43 am
Use the XMLcolumn.query syntax
April 19, 2010 at 5:44 am
I have noticed some unusual things can happen when you use DENY permissions.
I think in most cases, a DENY will take priority over any implicit GRANTs - but...
April 19, 2010 at 3:38 am
Viewing 15 posts - 211 through 225 (of 499 total)