Security

Technical Article

Protecting the SQL Server Backup folder

  • Article

I want to backup my SQL Server databases to a folder, but I want to minimize who has access to the folder. In other words, I want to make sure that members of the Windows Local Administrators group don't get to the backups without intentionally trying to bypass the security. How do I do that?

You rated this post out of 5. Change rating

2012-10-02

3,264 reads

External Article

Issues Determining an Individual SQL Server User's Permissions

  • Article

Recently I was supporting a third party application. It queries to determine what tables it has permissions to before it proceeds with the rest of its functionality. We had implemented permissions based on the best practice of creating roles, assigning the permissions to the roles, and then making the users members of the roles. The application was querying INFORMATION_SCHEMA.TABLE_PRIVILEGES and of course didn't find any permissions directly against the user in question. We ended up granting explicit permissions to the user so the application would work, but I'm more interested in the general case. How can I determine permissions for an individual user?

2012-08-02

3,152 reads

External Article

Grant Execute to all SQL Server Stored Procedures

  • Article

With SQL Server 2000 no default server, database or application role was available to be able to execute all stored procedures. With SQL Server 2005, SQL Server 2008 and SQL Server 2008 R2 has this changed with all of the new security features? If not, what options do I have to grant execute rights to the needed database roles?

2012-04-19

2,470 reads

Blogs

Monday Monitor Tips: Lots of Postgres Options

By

Redgate Monitor is growing to include more than just Microsoft SQL Server monitoring. We...

Advice I Like: Experience and Aptitude

By

Experience is overrated. Most breakthrough accomplishments were done by people doing them for the...

Plan Time for Self-Development

By

As you begin the new year, if you don't already have time set aside...

Read the latest Blogs

Forums

Remote query is taking 99% cost of local sp execution

By anoop.mig29

So we have local sp in which remote table is udpated.this remote query part...

Remote query is taking 99% cost of local sp execution

By anoop.mig29

So we have local sp in which remote table is udpated.this remote query part...

Replicas in Azure Managed instance

By Arjun SreeVastsva

Hi,   in my environment planning to create Replicas concept for Azure Managed Instance....

Visit the forum

Question of the Day

Data API Builder APIs

What formats of API endpoints can the Data API Builder present to clients when exposing the database?

See possible answers