Viewing 15 posts - 1,096 through 1,110 (of 3,011 total)
I do have a minor point about Jeff's post. It didn't work for me in SQL 2000, but did work in 2005 and 2008. With SQL 2000 I...
November 15, 2010 at 8:55 am
Jeff Moden (11/14/2010)
Michael Valentine Jones (11/12/2010)
End of Week Function available on this link:
Michael... please double check me but I believe a documentation change is necessary for that code. Here's...
November 15, 2010 at 8:31 am
WayneS (11/12/2010)
Michael Valentine Jones (11/12/2010)
November 12, 2010 at 7:13 pm
10 oz of a 10% acid solution has 1 oz of acid in it ( 10 *.10 = 1 )
10 oz of a 3% acid solution has .3 oz of...
November 12, 2010 at 5:51 pm
You don't need to do update stats if you are re-indexing a table, you only need to do that if you re-organize the indexes. When you re-index the table,...
November 12, 2010 at 4:31 pm
If you haven't already, you should consider a backup compression tool, like LiteSpeed, to reduce the size and run time of the log backups and regular backup.
If you aren't doing...
November 12, 2010 at 4:22 pm
Craig Farrell (11/12/2010)
Jeff Moden (11/11/2010)
November 12, 2010 at 3:49 pm
It’s just a matter of time until it is possible. Faster processors, better sensors, more sophisticated algorithms are all being worked on now, and the financial incentive of a...
November 12, 2010 at 10:35 am
Just a little nitpicking on this; Jeff's code does not work on dates before 1899-12-25.
I posted a function on the link below that works over the entire range of possible...
November 12, 2010 at 9:25 am
A big advantage of cars that drive themselves would be that people who are currently unable to drive would be able to use a car: physically or mentally handicapped, blind,...
November 12, 2010 at 7:47 am
There is a form of transportation that will drive for you.
When my father was young, he would go into town on weekends and sometimes get very drunk. He would...
November 11, 2010 at 10:15 am
SQL Server is a database engine not an application development tool, and SSMS is not meant to be a tool for application user access to data.
November 9, 2010 at 2:39 pm
rko.37gags (11/9/2010)
If u dont mind....Can u post query
That would be easier to do if you posted the question.
November 9, 2010 at 9:47 am
Either way of checking for a non-empty string works. s.column > '' works because any non-empty string will be greater than ''
November 9, 2010 at 9:30 am
Viewing 15 posts - 1,096 through 1,110 (of 3,011 total)