Viewing 9 posts - 16 through 24 (of 24 total)
As long as you have control of the members of your sysadmin server role there is no security concern because the procedure sp_procoption which is used to set a stored...
August 14, 2012 at 7:41 am
I am curious as to why you would like a standby version of a databases on the same server?
August 14, 2012 at 7:34 am
Assuming you are filtering on the column that you are partitioning against, partition elimination will ignore any partitions that do not contain the value that you are looking for. So...
August 14, 2012 at 7:31 am
Log shipping is the real thing here that is killing your idea as others have mentioned you will not be able to report against the databases while the transactions logs...
August 14, 2012 at 7:29 am
How many sql jobs/schedules on your instance? If not many, check the start dates on the schedules for all of them.
August 13, 2012 at 5:06 pm
Actually, setting the max degree of parallelism to 1 is the optimal setting in some cases. You need to determine the best setting for your sql workload. Ideally you have...
August 13, 2012 at 4:39 pm
This does sound like a combination of clearing the procedure cache with the restart and also poorly optimized sql for the actual process itself. You said that you have 128...
August 13, 2012 at 4:31 pm
This is normally just a connection issue. When I have seen this in the past it was because I was connected to the instance in SSMS and that instance was...
August 13, 2012 at 4:24 pm
What version and so of SQL Server are you running. I have seen this error happen on sql 2000 and 2005 and it was related to the start date that...
August 13, 2012 at 4:20 pm
Viewing 9 posts - 16 through 24 (of 24 total)