Viewing 15 posts - 16 through 30 (of 1,334 total)
You can use the script below.
http://www.sql-articles.com/index.php?page=Scripts/permission_list.php
February 29, 2008 at 9:47 am
Yes with SQL Server 2000 its not possible and need to have sysadmin rights.
February 29, 2008 at 9:46 am
No not all DBCC commands can be run by a read only user. Most can be run only by a sysadmin in the sql server.
February 29, 2008 at 9:45 am
As mentioned by other users file copy can be done only with windows account with network permissions. So you need to have a daomin user to copy the file to...
February 29, 2008 at 9:44 am
Yes don't give permissions to vreate procedures in PROD box.
February 29, 2008 at 9:39 am
You can use the script in the link given below
http://www.sql-articles.com/index.php?page=Scripts/permission_list.php
February 29, 2008 at 9:37 am
If you assign a min and max memory SQL Server limits its usage within that and loses performance benefits of extra memory available outside.
February 29, 2008 at 9:32 am
SQL Server runs fine with windows and why need to support other OS. I read in a recent article the MS software has the least number of vulnerabilities and now...
February 29, 2008 at 9:29 am
Log shipping or database mirroring don't go for large number of databases they might affecdt the server and network performance.
February 29, 2008 at 9:26 am
what permission did you give to the user. I hope you have given dbreader or dbwriter permissions.
February 29, 2008 at 9:26 am
There might be a chance when the data in the mirrored server changes. AS the snapshot file grows thoug it wwill not affect the database mirroring directly. Your snapshot might...
February 29, 2008 at 9:24 am
Is this sorted out or still having issues?
February 29, 2008 at 9:22 am
Do you have distributed transaction coordinator security turned on the server. Check that might cause issues with Win 2003 and also check if the domain user has rights to access...
February 29, 2008 at 9:21 am
Did you check the file properties. any compression or encryption in the backup file as that may lead to the file not being restored.
February 29, 2008 at 9:17 am
Other option is that you can move your data to flat files and then move them to the databases.
February 29, 2008 at 9:14 am
Viewing 15 posts - 16 through 30 (of 1,334 total)