Forum Replies Created

Viewing 15 posts - 61 through 75 (of 181 total)

  • RE: trackvalue of variable in profiler

    Run your profiler and chooose text data for the data column.  It will output the procedure as well as the params passed.

  • RE: Database Mail

    http://www.databasejournal.com/features/mssql/article.php/3424791

    Though I hate SQL Mail - that is setting up profiles and outlook.  Its supposed to be a lot better in SQL 2005 as it uses SMTP.

    Currently for my needs...

  • RE: SQL 2K Standard Edition

    Does not matter whether Windows Adv server or windows server.  Max memory for SQL 2000 Standard edition is 2GB per server.

  • RE: pls help

    I agree with homebrew,  Phil was not out of line and was being helpfull. if everyone was to post messages in the wrong place - not only would he/she not get...

  • RE: how to restore just the table from full backup

    You could use a third party tool which supports object level recovery.  Usefull if the table that needs to be restored is part of a very large database.  

     

  • RE: Question regarding file growth

    Thanks DC,

    You are correct, I normally shrink it manually once or so a year.  I understand the overhead caused by constantly shrinking it. 

     

  • RE: Data and log file Growth

    DBREINDEX will do that, especially on tables that have clustered indexes - you might want to backup the trans log more often when the DBREINDEX runs.

  • RE: Data and log file Growth

    If your Trans log files are growing rapidly - I would look at backing them up on a regular basis.  Also are you defragmenting your indexes and shrinking your database...

  • RE: SQlServer.exe

    Sounds to me like you have a memory bottle neck.  You might want to consider adding more memory and then setting a cap like Kenneth suggests.  You should genereally leave...

  • RE: Unzip File

    Using Winrar to extract from the command prompt:

    Set the Winrar path first:

    set path="c:\program files\winrar\";%path%

    and then extract:

    winrar e archive_file_name

     

  • RE: Backup software for SQL

    Take a full backup of each DB - RAR them using winrar or Zip them up and copy them over. Winrar has some good compression options.

  • RE: Unzip File

    I like using winrar, simple to use and has some great build in functions.   Download it from http://www.download.com.

  • RE: What is this _WA_Sys_tbl_59063A47 index

    Like Phill says, don't mess with the Stats.  What you should do on a regular basis is to update the stats so that the optimizier has the latest stats...

  • RE: Can''''t drop table

    Its likely a large table, then do as Quantix suggested - truncate the table and then drop the table.

  • RE: Log Shipping problem

    Stop and restart the SQL Server Service and re-apply the last transaction log that is the one that was applying when the DB went into the loading state.

Viewing 15 posts - 61 through 75 (of 181 total)