Viewing 15 posts - 16,111 through 16,125 (of 26,486 total)
Tom.Thomson (4/6/2010)
Lynn Pettis (4/6/2010)
Really? Anyone want to take this one?
No Lynn, you can have it:-D. I don't have the patience. And I probably don't know enough abot SQLS...
April 6, 2010 at 9:49 am
mathomp3 (4/6/2010)
The generate script runs perfect no errors, creates the script clean. I take the file which is saved, push it up to the...
April 6, 2010 at 9:44 am
Really? Anyone want to take this one?
April 6, 2010 at 9:37 am
Post the results of the following:
select name as databasename, log_reuse_wait_desc from sys.databases
April 6, 2010 at 9:34 am
GSquared (4/6/2010)
April 6, 2010 at 9:31 am
Please post the exact and complete error message you are getting. Can't diagnose a problem based on what you have posted.
April 6, 2010 at 9:26 am
ritu.thatola (4/6/2010)
I am not a Database person.... Just trying to solve some problem and I hope that this forum...
April 6, 2010 at 9:22 am
This may or may not be what you are looking for, but I have no test data with which to test it.
SELECT
*
FROM
#tmpTicketInfo...
April 6, 2010 at 9:18 am
And I am seeing how nasty and complex it could get using dynamic sql as well. Although case statments may result in a long query, it may be the...
April 5, 2010 at 10:20 pm
Two questions.
One, why does it have to be dynamic?
Two, why eliminate CASE statements when they may be appropriate?
April 5, 2010 at 9:38 pm
I really see T-SQL as a core competency for both DBAs and Developers.
I agree that some people may never work in a replication, or log-shipping, or database mirroring, or clustered...
April 5, 2010 at 9:27 pm
Here is the problem, you are only giving us PART of the problem. If you want better answers, give use the whole problem, plus the code you have already...
April 5, 2010 at 9:08 pm
May I suggest that you provide the full requirements of what you are attempting to do as well as any code you have already tried writing to solve your problem?
With...
April 5, 2010 at 9:01 pm
Viewing 15 posts - 16,111 through 16,125 (of 26,486 total)