Viewing 15 posts - 8,866 through 8,880 (of 14,953 total)
You'd need to build a dynamic SQL statement for each database and use that.
But don't do it!
Automatically truncating and shriking log files is a really, really bad idea. It...
August 4, 2009 at 9:31 am
Why use Case for that? Why not IsNull or Coalesce?
August 4, 2009 at 9:26 am
Steve Jones - Editor (8/4/2009)
GSquared is speechless? And so am I after that.
More like "writeless". 😀
August 4, 2009 at 9:04 am
It sounds like you've got a good start on it.
To keep going, just keep one thing in mind: You'll get out of it what you put into it.
If you want...
August 4, 2009 at 8:43 am
If you have DDL logging (from triggers), you can use that.
If you have a DDL trace running, you can use that.
If you have a log parser, you can use that.
That's...
August 4, 2009 at 8:37 am
Quickly Confused (8/3/2009)
August 4, 2009 at 7:34 am
RBarryYoung (7/31/2009)
August 4, 2009 at 7:24 am
Luke L (8/4/2009)
I really think my asking this is more for me than her, know that there are others thinking and praying for her helps me cope easier. Sounds...
August 4, 2009 at 6:58 am
Where I've found the XML data type useful has been in situations where you can't control schema changes to a relation (table) and want to record all data from it...
August 4, 2009 at 6:53 am
You're welcome.
August 3, 2009 at 2:35 pm
Well done on solving it. And thanks for posting the solution.
August 3, 2009 at 2:33 pm
shiv (8/3/2009)
In my transaction two locks occured IE(Inetent Lock, Exclusive)
How can we slove this prob...
August 3, 2009 at 2:30 pm
I think the whole thing is based on a set of common misconceptions on what a craftsman is vs what an engineer is, and on an overly broad set of...
August 3, 2009 at 12:39 pm
Adam Gojdas (8/3/2009)
Craftsman is a highly respected brand of tool,...
August 3, 2009 at 12:14 pm
Viewing 15 posts - 8,866 through 8,880 (of 14,953 total)