Viewing 15 posts - 18,961 through 18,975 (of 22,202 total)
Do you have traceflag 1222 and/or 1204 enabled? That will output the deadlock graph to the error log when the deadlocks occur. It will specify exactly where the deadlock is...
December 19, 2008 at 6:07 am
I think the one thing you're missing is, by and large, you don't need to worry about lock management. SQL Server manages locks for you. You do need to understand...
December 19, 2008 at 6:03 am
It really depends on what you mean by "auto"
There is the startup proc, and there can be only one. You can also set up triggers to respond to ddl or...
December 19, 2008 at 5:58 am
Nuts. I was going to put Collosus up. The Forbin Project.
It's also a series of books; Collosus, Fall of Collosus, Collosus and the Crab.
I suspect they're VERY dated now.
Oh, hey,...
December 19, 2008 at 5:33 am
Now see, we're still stuck because I thought that translated out as "Time for a beer."
December 18, 2008 at 7:59 pm
Yeah, I'm not so sure about that one. I was helping someone from Spain and the Spanish column names made things more than a bit confusing.
December 18, 2008 at 1:21 pm
Do you have access to a trace or, assuming it's not production, can you run Profiler against it?
Without more info, I'm flummoxed. Sorry.
December 18, 2008 at 1:05 pm
You can simply restore the database backup from the 2000 machine to the 2005 machine. You can also detach the database files from the 2000 server and attach them (after...
December 18, 2008 at 12:31 pm
Where are you planning on running it? On production? NO!!!!!! curse words removed.
On a sandbox or development server, sure.
If you make him owner of the database, he can run the...
December 18, 2008 at 12:06 pm
Hmmm. I'm still with my original thought. You had a high severity error.
Any chance other people are inserting to that global temp table at the same time?
December 18, 2008 at 12:04 pm
Snorkel.
But seriously, Profiler might not give the answer. What if there's a problem with memory or tempdb or disk space and there are waits occurring because page latches or...
December 18, 2008 at 11:59 am
actually, that query wouldn't work. It puts 32767 times the same drop statement for each database until it runs out of databases then it replicates null and since it's only...
December 18, 2008 at 11:55 am
Check the error log. You might be generating an error of sufficiently high a severity that it's just dropping the connection.
December 18, 2008 at 11:12 am
It'll still result in poor performance and recompiles. I still think the better approach is a wrapper proc calling x number of other procedures.
December 18, 2008 at 11:09 am
I grew up on Redneck. I can mostly understand it, but I can't really speak it much any more (except the occasional y'all that comes out every now & then).
December 18, 2008 at 10:14 am
Viewing 15 posts - 18,961 through 18,975 (of 22,202 total)