Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: How to run a script against all user databases

    Rudy,

    Have you tried to run a stored procedure in the master prefixed with sp_* and worked for you? if the stored procedure is accessing local objects to the database e.g....

  • RE: reasons for High Duration

    Check execution plans of your query; if you find the estimated number of records way lower than the actual returned records, then that's sign of stats. Also, check the stats...

  • RE: Urgent

    SQL 2005 has a default trace running in the background; you can find the trace in SQL logs directory. Look for event 46 or 146 (i think

  • RE: Being Retained

    Thanks Greg for bringing this to my attention. I didn't know that the article was under...

  • RE: Being Retained

    ...you have said everything that is blindingly obvious but only after you have said it
     

    That's what i call the power of observation, and thinking quietly!...

  • RE: Faster index creation

    Try to create more files for the TEMPDB on more disks and use the SORT_IN_TEMPDB option.

    Hope this would help

  • RE: How to Export error log (filter on specific errors) as a job

    You can also use the Log Parser exe file. It's free download from microsoft and it has so many usages. You can also use it for the event viewer logs...

  • RE: Question of the Day for 22 Oct 2004

    I totally agree, the correct answer should be no. 1. The comma at the end of the last field will generate syntax error message.

Viewing 8 posts - 1 through 8 (of 8 total)