Viewing 15 posts - 91 through 105 (of 345 total)
That's probably due to the account SQL Server is using having been logged in before the additional rights were granted. Same as when a user is logged in and...
May 15, 2008 at 3:55 pm
Default path is C:\Program Files\Microsoft SQL Server\80\Tools\binn\sqlslic.cpl
NB - this is for SQL 2000 only
May 15, 2008 at 3:50 pm
My grandfather used to play piano, violin, guitar. My mother played piano (she tried teaching me when I was a kid, to no avail. Neither of us had...
May 15, 2008 at 2:45 pm
Check the SQL Server licensing tool in Control Panel.
May 14, 2008 at 10:18 pm
Like the error said, sys.fulltext_catalogs is a view, not a stored procedure. You cannot EXEC it, you have to SELECT from it.
May 14, 2008 at 7:07 pm
I don't know what mechanism SQL uses. From the MS SQL Server 2005 Admin Pocket Guide:
[font="Times New Roman"]When the backup starts, SQL Server copies everything in the database and...
May 14, 2008 at 7:01 pm
How about the SQL Server Agent account? What rights does that have?
May 14, 2008 at 6:37 pm
jack_stockton (5/13/2008)
If I understand it:
1. I would start with a granting limited rights to a trusted group, enough to be able to run a stored...
May 14, 2008 at 6:33 pm
Because the SQL Server service account does not have rights to stop services on that machine.
What rights does the SQL Server service account have on the machine where the service...
May 13, 2008 at 3:52 pm
The full backup contains the state/data of the database at the time the full backup FINISHED (including whatever log records are required to get the database in a consistent...
May 13, 2008 at 3:42 pm
You could probably do it with a batch file full of sqlcmd calls. However, that means your sa passwords (don't use the same one for all servers, not good...
May 13, 2008 at 3:33 pm
Viewing 15 posts - 91 through 105 (of 345 total)