-
Tricks to increase SQL Server query performance
Increase query performance in SQL Server by having a few tricks up your sleeve to avoid system table locking and improve query response time.28 Nov 2007
-
Database mirroring factors to consider before setup
Before setting up database mirroring in SQL Server 2005, consider a few pre-deployment factors. SQL Server MVP Hilary Cotter outlines database and server needs and network requirements that will gu...26 Nov 2007
-
SQL Server 64-bit applications and performance drawbacks
Common knowledge would suggest 64-bit applications perform better than 32-bit applications on SQL Server. Windows expert Serdar Yegulalp examines some drawbacks of the 64-bit architecture.19 Nov 2007
-
Reorganize permissions in SQL Server 2005 step by step
Are you a DBA trying to manage SQL Server permissions in an environment with dozens of servers, hundreds of databases and thousands of users? If you're reading this, chances are the answer is yes. ...14 Nov 2007
-
Why store sensitive SQL Server data if you don't have to?
Is your organization storing sensitive data indefinitely? IT security expert Kevin Beaver examines how organizations store data unnecessarily, a practice that can lead to data security risks and da...14 Nov 2007
-
Configure aliases for SQL Server databases and servers
Aliased names can save you from changing your code and configuration files when you need to point your application to another server or move the location of database objects. In this tip, you'll fi...12 Nov 2007
-
Stored procedure to find fragmented indexes in SQL Server
Fragmented indexes and tables in SQL Server can slow down application performance. Here's a stored procedure that checks for fragmented indexes in all servers and databases.07 Nov 2007
-
SQL Server backup and restore commands to limit downtime
Whatever SQL Server backup and restore solution you choose, you must be sure to back up your data in an acceptable amount of time and restore it in an acceptable amount of time. SQL Server MVP Hila...05 Nov 2007