Viewing 15 posts - 3,541 through 3,555 (of 6,679 total)
The answer really is 'it depends'. It depends upon what else is running at the time, how many CPU's you have, how much memory, what your IO subsystem is...
October 26, 2010 at 2:40 pm
You can also just remove sysadmin rights to the BUILTIN\Administrators group (after making sure you have another sysadmin login available).
October 26, 2010 at 1:57 pm
cjohn5552 (10/25/2010)
October 25, 2010 at 8:16 pm
You have a simple mistake in your test:
SELECT key1, key2 FROM #tmp
EXCEPT
SELECT key1, key2 FROM #tmp2
I didn't thoroughly go through your code, but if all you are trying to do...
October 25, 2010 at 8:11 pm
Okay, the error you are getting is an access denied error:
2009-12-31 12:12:51 - ! [241] Startup error: Unable to initialize error reporting system (reason: 5)
2009-12-31 12:12:52 - ? [098] SQLServerAgent...
October 25, 2010 at 10:40 am
ALZDBA (10/24/2010)
If you precede your fullbackup with a logbackup, wouldn't your fullbackup be smaller ?
No, I don't think a full backup will be any smaller because of backing up the...
October 24, 2010 at 9:25 am
To find the actual error for a maintenance plan, you need to look at the history on the maintenance plan instead of looking at the history of the job.
Right-click on...
October 24, 2010 at 9:20 am
I believe once you apply SP3 then you will be able to setup and use maintenance plans. It is also available in SP2, but there were a lot of...
October 20, 2010 at 12:24 pm
Are you restoring the database to an instance of SQL Server on 'ServerB'? Or, are you trying to locate the database on ServerB and have it available from the...
October 20, 2010 at 12:18 pm
What error are you getting that is preventing sql server from starting?
October 18, 2010 at 3:06 pm
How did you change the account that SQL Server uses? If you used the services applet, then the required permissions were not assigned.
You need to use SQL Server Configuration...
October 18, 2010 at 2:52 pm
You need to define what the last 10 is. A table is an unordered set - so, to get a particular order you need to use ORDER BY on...
October 17, 2010 at 10:29 am
timscronin (10/15/2010)
Have to shink lack of space, trying to see what is wrong, this issue just popped up,
No, you don't have to shrink. You want to shrink because that...
October 15, 2010 at 1:49 pm
You are still trying to access nodes specifically - instead of using the virtual address for the resource you are accessing.
Which cluster group hosts the R:\ drive?
Let's say that your...
October 14, 2010 at 2:01 pm
You best option is to restore from backups and apply all transaction logs up to the point of failure.
You can try to attach the database and let it...
October 13, 2010 at 8:22 pm
Viewing 15 posts - 3,541 through 3,555 (of 6,679 total)