Tag: sql server

Community

SQL Server 2000 Table Hints

(Randy Dyess) As you advance in your skills as a Transact-SQL developer or SQL Server database administrator there will come a time when you need to override SQL Server’s locking scheme and force a particular range of locks on a table. Transact-SQL provides you with a set of table-level locking hint

Community

Script to grant permissions

By Parthasarathy Mandayam – Here’s a simple script that can be customized to quickly grant permissions to various users on all tables or stored procedures. Using this script I was able to reduce the time taken to grant permissions during installation from 30 minutes to 1 second! It is much faster th