Viewing 13 posts - 1 through 13 (of 13 total)
sorte.orm (11/5/2009)
February 11, 2011 at 11:40 am
the sqlist (1/21/2011)
Doug Bishop (1/21/2011)
January 21, 2011 at 10:12 am
Very good article. I do have a question. I am aware of SQL Server creating intersecting indexes when you have a query on multiple columns and each column has its...
January 21, 2011 at 9:26 am
When I saw the subject on the SSC home page, I though to myself, "Oh no, not another article with connection strings cut-and-pasted from any number of the thousands of...
December 27, 2010 at 9:03 am
Martin Bell-290511 (11/29/2010)
Doug Bishop (11/29/2010)
November 29, 2010 at 12:10 pm
Martin Bell-290511 (11/29/2010)
November 29, 2010 at 10:54 am
Martin Bell-290511 (11/29/2010)
November 29, 2010 at 10:12 am
Why, oh why, oh why, oh why do people still insist on using scripts? They do it here too and it is frustrating.
Anyone ever hear about a new object...
November 29, 2010 at 9:20 am
I also have used smart rename in SQL Refractor. However, I am a consultant and it is my own property, so not everyone on our team has it.
It is very...
October 7, 2010 at 7:14 am
Great responses. Thanks a lot.
BTW, although I mentioned I've seen the date stored as a character string and ISDATE() function used in queries, it is not a method I...
April 3, 2008 at 8:17 pm
Use NULL, don't use NULL, use an indicator, don't use an inidcator. Seems like us poor developers never get a break! I know it is possible to design a database...
October 10, 2007 at 1:46 pm
Leo Peysakhovich:
"In light-load transactional systems (1-2 transactions per second) you can produce a unique id based on the timing characteristics of the transaction itself. I use this method for years...
September 25, 2007 at 10:35 am
First of all, what is wrong with using LEFT(DATENAME(mm, date), 3) to get the month abbreviation. It is a WHOLE lot easier that several CASE statements with 12 WHEN/THEN pairs.
I...
September 21, 2007 at 8:49 am
Viewing 13 posts - 1 through 13 (of 13 total)