Forum Replies Created

Viewing 15 posts - 18,976 through 18,990 (of 22,214 total)

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

  • RE: DBCC INPUTBUFFER(@@SPID)

    Ah, but other DMV's will capture the parameters, the execution plan, aggregate performance characteristics... And they all join together and all through TSQL queries...

  • RE: FK on part of a compound primary key?

    I just checked and, according to one my local Oracel DBA's, the situation is the same there, so I'm not sure what your Oracle guys are getting at.

  • RE: Profiler shut down database?????

    Ah, reading the entire article... what a concept.

Viewing 15 posts - 18,976 through 18,990 (of 22,214 total)