Viewing 15 posts - 4,696 through 4,710 (of 4,744 total)
As deepak has said clearing some space on the drive the model log file resides on is the easiest way out of this. If default setings for model you probably...
June 29, 2007 at 3:54 am
the above article actually says the opposite:
The /3GB switch is used to tell SQL Server to take advantage of 3GB out of the base 4GB of RAM that Windows...
June 28, 2007 at 4:24 am
the truncateonly option means shrinkfile will not attempt to move any data before releasing space to the OS, so perhaps you happen to have data right at the end of...
June 27, 2007 at 6:27 am
for these files the backup times are extremely long. Either your hardware is maxed out or the backups are being blocked (check using sp_who2 during the backups), though few things...
June 25, 2007 at 4:25 am
In query analyser: (presuming your new login is called test, does not have to be)
use master
go
EXEC sp_addlogin 'test', 'make a password up'
exec sp_defaultdb 'test',test
use test
go
exec sp_grantdbaccess 'test','test'
exec sp_addrolemember "db_owner",...
June 22, 2007 at 5:30 am
is your distribution agent cleanup task running? As sugesh says file will not shrink it it is full.
June 22, 2007 at 5:08 am
As long as the table is not huge, dts may be a better option for you as you want to amend the data on the way out.
June 22, 2007 at 4:52 am
many thanks to everybody for their comments.
I will be recommending hyperthreading be turned of at the BIOS level.
I am loathe to push this any further but I have a strong...
June 20, 2007 at 4:19 am
thankyou very much for all the replies.
The 4 CPU limit on standard edition is a good point. But is it limited to 4 slots, or 4 cores?
SQL standard is able...
June 18, 2007 at 3:46 am
thanks for the comments, keep 'em coming.
Its 32 bit and the box (and 2 others like it) are to be used as SQL consolidated servers supporting multiple OLTP apps, but including...
June 14, 2007 at 3:15 am
could it be greyed out because all users in the database are orphaned following the restore from a different server.? Chck using exec sp_change_users_login 'report'.
If so you need to add...
June 11, 2007 at 6:58 am
that was sneaky. Most irritating thing was that I fell for it and read the question I wanted to see rather than the actual quesion. Do i get .667 of...
June 11, 2007 at 6:47 am
Bora,
I got my i/o profile by running system monitor using all the physical disk counters. I ran it for a good long time to capture all periods of usage and...
June 5, 2007 at 6:56 am
the sqldiag utility will certainly give you info on OS patch levels
June 4, 2007 at 5:29 am
Viewing 15 posts - 4,696 through 4,710 (of 4,744 total)