Forum Replies Created

Viewing 15 posts - 18,961 through 18,975 (of 22,202 total)

  • RE: Investigating Deadlocks - Need help!

    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...

  • RE: Information needed on locks

    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...

  • RE: Do storedprocedure autofire

    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...

  • RE: The Best Computer

    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,...

  • RE: Are the posted questions getting worse?

    Now see, we're still stuck because I thought that translated out as "Time for a beer."

  • RE: Are the posted questions getting worse?

    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.

  • RE: Query errors not displaying?

    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.

  • RE: CONVERT MICROSOFT SQL SERVER 2000 Database to MICROSOFT SQL SERVER 2005 Database

    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...

  • RE: Tuning Advisor

    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...

  • RE: Query errors not displaying?

    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?

  • RE: SQL SERVER PERFORMANCE

    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...

  • RE: Query errors not displaying?

    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...

  • RE: Query errors not displaying?

    Check the error log. You might be generating an error of sufficiently high a severity that it's just dropping the connection.

  • RE: Select Procedure

    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.

  • RE: Are the posted questions getting worse?

    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).

Viewing 15 posts - 18,961 through 18,975 (of 22,202 total)