Viewing 15 posts - 241 through 255 (of 463 total)
The value for Avg. Disk Queue length is number of requests being queued for the selected disk. Theoretically it should be lower than 2* no.of processors. This value is the accepted...
September 23, 2004 at 11:51 am
The biggest advantage with c2 mode is that SQL Server will stop if for some reason(drive filling up) SQL server cannot write to the trace file. This is something which...
September 23, 2004 at 11:30 am
Arthur,
Can you not just define a unique key on column nullablevalue1 & nullablevalue2
September 23, 2004 at 8:10 am
I agree with kyle. For performance, try to keep your transactions as short as possible. This would greatly impact your performance if you have multiple users simultaneously accessing the same...
September 23, 2004 at 7:58 am
Gary,
For log shipping, the secondary server should be in read-only mode. There is nothing wrong with it. With you having mentioned that all the copy and restore jobs are successfully, i can't...
September 22, 2004 at 8:17 pm
Can you please let us know the below
1) Are the inserts/updates/deletes performed against the same table ?
2) Is the transaction going to be executed simultaneously by different users ?
September 22, 2004 at 1:43 pm
Open client network utility. Click on the alias tab and click Add. In the alias box, type in server_name, Under server Name box type in the Servername\instance_name.
September 22, 2004 at 1:39 pm
Thanks a lot Bill, That would definetely help. I will try to push to get additional 200GB.(Considering some growth factor.)
September 22, 2004 at 1:26 pm
Thanks a lot for the reply. I agree that theoretically you need roughly 1.25 times the data space but i was wondering if someone had run into such a scenario...
September 22, 2004 at 9:42 am
Below is what i understood from your post
I am getting following error while backing of my table
Ans. SQL Server does not have a feature which will allow you...
September 22, 2004 at 9:39 am
you can call ftp using xp_cmdshell
September 20, 2004 at 6:52 pm
If you want to restore database from server A to server B you need to do the following.
1. Create the procedure to restore the database on server B.
2. Execute the procedure...
September 20, 2004 at 6:45 pm
If you are not concerned about point in time recovery, you can change the recovery model to Simple. But with this change you would be able to restore your database...
September 20, 2004 at 1:41 pm
Douglas,
What you are referring to means a table scan. If you defined a non-clustered index on top of a clustered index and if the optimizer uses the non-clustered index, it will...
September 20, 2004 at 1:37 pm
Look for create trigger under Books online. It has many examples also.
September 20, 2004 at 1:27 pm
Viewing 15 posts - 241 through 255 (of 463 total)