Viewing 15 posts - 31 through 45 (of 74 total)
Thanks Steve.
I have dbcc inputbuffer and fn_get_sql () on the brain!
I meant dbcc indexdefrag
August 19, 2004 at 4:39 pm
Check out these links.
http://www.databasejournal.com/features/mssql/article.php/2228611
http://support.microsoft.com/default.aspx?scid=kb;en-us;246133#4
No trouble doing it this way. Remember to check for orphaned users.
July 1, 2004 at 5:21 pm
SQL Server 2000 sp3a on both machines.
I managed to get around this problem by renaming the database.
Cheers
April 25, 2004 at 5:52 pm
SQL Server 2000 sp3a on both machines.
I managed to get around this problem by renaming the database.
Cheers
April 25, 2004 at 5:52 pm
Hi if you are doing a full backup of the database every night then yes it backups all objects eg stored procs,views users,tables etc and data.
March 24, 2004 at 4:29 pm
Hi if you are doing a full backup of the database every night then yes it backups all objects eg stored procs,views users,tables etc and data.
March 24, 2004 at 4:29 pm
Hi Jonathan I have read that setting minimum memory may improve performance on an a dedicated system or is this not the case?
Thanks
January 21, 2004 at 7:59 pm
When I script out the table it does
all the fields except the ones that cannont be viewed in em?
Found a work around. Copied table to another server then...
December 22, 2003 at 6:29 pm
Does the transaction per second refer to kb or number of transactions?
If it's number then what counter do use to see the size in kb?
December 10, 2003 at 6:53 pm
Howdy
To monitor disk space
Using a host watch to monitor disk space. Alerts are sent to email and sms sent a group of mobiles if free space goes below a...
November 16, 2003 at 10:57 pm
This was tip a given to me a little while ago. Try changing the category id of the database to 0 sysdatabases in the master database.
November 10, 2003 at 7:58 pm
Try xp_msver to get information about the server. This however will not tell how much ram is currently being used.
October 27, 2003 at 9:06 pm
Howdy I had a similar problem when doing log shipping to my standby servers.
I have just finsihed writing this script and thought you might be interested.
Remember please test before...
October 26, 2003 at 11:00 pm
Viewing 15 posts - 31 through 45 (of 74 total)