Viewing 15 posts - 4,666 through 4,680 (of 5,590 total)
Alvin Ramard (3/16/2010)
Mesa be back a shortly.
No, please not!
March 16, 2010 at 7:32 am
Alvin Ramard (3/15/2010)
GilaMonster (3/15/2010)
CirquedeSQLeil (3/15/2010)
Steve, we really need a "devil emoticon"I need an angel. For all those 'looks around innocently' type comments
How about a "knocking head against the wall" one...
March 15, 2010 at 3:54 pm
Alvin Ramard (3/15/2010)
Anybody else see a problem with this statement?DECLARE @selectDate = getdate()-365
What I don't like about this is that it is attempting to subtract 1 year... and this will...
March 15, 2010 at 12:06 pm
RBarryYoung (3/14/2010)
March 14, 2010 at 8:03 pm
The 2005/2008 query that I use is:
select OBJECT_NAME(object_id), *
from sys.all_sql_modules
where definition like '%<your search phrase goes here>%'
If I want to limit the results to just views, proc,...
March 13, 2010 at 11:53 am
Paul White (3/12/2010)
Jeff Moden (3/12/2010)
We're rootin' for ya!* snigger *
Isn't it amazing how one perfectly innocent term in one culture means something completely different in...
March 13, 2010 at 11:48 am
You might want to check out the POWER and SQRT functions in BOL.
March 11, 2010 at 7:25 pm
Shark Energy (3/9/2010)
March 9, 2010 at 3:30 pm
Lynn Pettis (3/8/2010)
WAY TO GO...
March 8, 2010 at 9:35 pm
luissantos (3/8/2010)
select conta, left(dcli.oldesc,charindex('-',dcli.oldesc)-1),dcli.oldesc,
ltrim(rtrim(conta))+' '+right(ltrim(rtrim(dcli.oldesc)),
len(ltrim(rtrim(dcli.oldesc)))-(charindex('-',dcli.oldesc)-1)),
* from dcli where conta <> left(dcli.oldesc,charindex('-',dcli.oldesc)-1)
I receive the following error:
Msg 536, Level 16, State 5, Line 2
Invalid length...
March 8, 2010 at 6:17 pm
The problem we ran into is that our file server had a local hard drive crash, and was down for 3 days while the entire system was being rebuilt. It...
March 8, 2010 at 2:29 pm
What I reverted to was to have the servers do their backups locally. Then, on the file servers where the backups are being stored, running a scheduled task that runs...
March 8, 2010 at 11:26 am
I don't know about DAC being on a list of tools to master. Agree with others about DTA not being on it... I've seen DTA (and the missing indexes dmv's)...
March 8, 2010 at 10:21 am
CONVERT has the third parameter "style" which can be used when converting datetime to string
The style parameter can also used when converting float/real, money/smallmoney, xml and binary/varbinary/char/varchar.
See BOL for...
March 8, 2010 at 5:53 am
Grant Fritchey (3/5/2010)
March 5, 2010 at 12:50 pm
Viewing 15 posts - 4,666 through 4,680 (of 5,590 total)