Viewing 15 posts - 61 through 75 (of 181 total)
Run your profiler and chooose text data for the data column. It will output the procedure as well as the params passed.
November 17, 2005 at 9:51 am
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...
November 17, 2005 at 9:47 am
Does not matter whether Windows Adv server or windows server. Max memory for SQL 2000 Standard edition is 2GB per server.
November 17, 2005 at 9:42 am
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...
September 22, 2005 at 9:43 am
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.
September 22, 2005 at 8:02 am
Thanks DC,
You are correct, I normally shrink it manually once or so a year. I understand the overhead caused by constantly shrinking it.
September 13, 2005 at 1:43 pm
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.
September 2, 2005 at 2:36 pm
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...
September 2, 2005 at 12:37 pm
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...
August 29, 2005 at 9:59 am
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
August 26, 2005 at 2:51 pm
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.
August 25, 2005 at 7:52 am
I like using winrar, simple to use and has some great build in functions. Download it from http://www.download.com.
August 25, 2005 at 7:48 am
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...
August 17, 2005 at 1:55 pm
Its likely a large table, then do as Quantix suggested - truncate the table and then drop the table.
July 11, 2005 at 11:59 am
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.
July 11, 2005 at 11:55 am
Viewing 15 posts - 61 through 75 (of 181 total)