Viewing 15 posts - 16 through 30 (of 36 total)
Brandie there is two parts to Veritas. The first is backup exec which backs up the OS and files and folders. The mdf and ldf...
September 7, 2007 at 6:07 am
Brandie I am not sure what your are saying. Veritas would not be able to restore data files because they can not just be backed up like a flat file...
September 7, 2007 at 5:40 am
Yes that is correct. You also said about the other department does the restores brings up other issues like security. No one other then the DBA’s should be able to...
September 5, 2007 at 7:18 am
If you are using Veritas, Netbackup is the SQL piece to be able to do the database backups and restores. SQL server will know of...
September 4, 2007 at 11:47 am
In 2005 you can just do this on the storedprocedures you want them to view.
use
[AdventureWorks]
GO
GRANT
VIEW DEFINITION ON
May 22, 2007 at 6:13 am
If you are trying to configure Reporting Services then go to your start menu, programs Microsoft sql server, configuration tools. It will be there. If...
April 10, 2007 at 6:46 am
Since you are running this through an application another possibility is for you to use an application role in the security database. Then it will...
March 8, 2007 at 7:18 am
They will only be sysadmin in sql if the Builtin\Administrators login is there. This usually goes against best practices having this login there though.
March 8, 2007 at 6:57 am
Why don’t you just create a database role in the security database, just give select permissions to the table or columns that you need to...
March 8, 2007 at 6:43 am
If you add the application user to the database that you wish it to be able to access and just grant the permission to the tables it need to access...
March 8, 2007 at 6:32 am
Here is a link to some documents on the subject that should help.
http://www.microsoft.com/technet/prodtechnol/sql/2005/library/security.mspx
March 2, 2007 at 7:30 am
If you make use of database roles and have your stored procedures owned by the role you can get away with just giving create stored procedure permission.
January 22, 2007 at 6:38 am
I aggree give them only the access they need. With the least amount of privileges needed to do what they were contracted for.
December 22, 2006 at 8:58 am
If you want to get the DDL for objects in query Analyzer right click on the object then select script objet to new window as create you will get the...
December 14, 2006 at 7:02 am
Viewing 15 posts - 16 through 30 (of 36 total)