Viewing 15 posts - 22,186 through 22,200 (of 26,490 total)
Mangal Pardeshi (3/4/2009)
I also asks those extra questions while helping someone. I could have actually posted those linkes...
March 4, 2009 at 1:02 am
karthikeyan (3/4/2009)
Michael Valentine Jones (3/3/2009)
karthikeyan (3/3/2009)
Declare @InputDate Datetime
select @InputDate = '28/feb/2009'
select case when upper(datename(dw,@InputDate)) = 'MONDAY' then @InputDate
...
March 4, 2009 at 12:50 am
karthikeyan (3/4/2009)
Chris Morris (3/3/2009)
karthikeyan (3/3/2009)
His method is working fine. I have tested it.Actually my requiremrnt is little bit different what he has given.
Can you demonstrate please, Karthik? I'd be...
March 4, 2009 at 12:42 am
Jeff Moden (3/4/2009)
Heh... I shouldn't post so late at night... I forgot the bloody spaces. :hehe:
Sleep, yes good it would be.
March 4, 2009 at 12:36 am
And then you have this. I don't think the desert is big enough to hide in anymore.
And, am I still Saint?
Edit: The original post linked here has been...
March 4, 2009 at 12:32 am
Mangal Pardeshi (3/4/2009)
Steve Jones - Editor (3/3/2009)
Marking something as "answered my question" is something we're considering.
Sooner the better.
The rating thing, hard to know. I think if you consistently answer poorly,...
March 4, 2009 at 12:27 am
Jeff Moden (3/3/2009)
nwinningham (2/17/2009)
March 3, 2009 at 10:50 pm
Here is some code you may want to try in a test environment. You will need to finish the code as the BACKUP LOG statement is incomplete.
declare @RowsDeleted int,
...
March 3, 2009 at 10:14 pm
Jeff Moden (3/3/2009)
Lynn Pettis (3/3/2009)
March 3, 2009 at 9:26 pm
Oh, wow. Looks like I may have beat Jeff. But of course, he is probably setting up a million row example to demonstrate his code, where I just...
March 3, 2009 at 8:53 pm
Samuel Vella (2/26/2009)
I adapted your query...
March 3, 2009 at 8:32 pm
The simple answer, no. You can't tell SQL Server which processor to use when a stored procedure is run.
March 3, 2009 at 8:25 pm
Bevan keighley (3/3/2009)
I should have tidied that up a bit...
select systemID, locations = substring((select ',' + Locations from #Address WHERE systemID = A1.systemID FOR XML PATH('')),2,1024)from #Address A1
Slightly...
March 3, 2009 at 8:19 pm
I have to agree with both of you, little bit demanding. I'd say that Jeff is also correct in that the OP wants to audit all INSERT/UPDATE/DELETE activity on...
March 3, 2009 at 8:10 pm
Viewing 15 posts - 22,186 through 22,200 (of 26,490 total)