Basit's SQL Server Tips
Archives: December 2011
Why you may or may not consider using Database Snapshots!
Microsoft introduced database snapshots with SQL Server 2005. A database snapshot is a static, read-only copy of a source database that gives you a consistent view of a database as of a certain point in time. You can use the snapshot for operations supported by a read-only database, such as… Read more
0 comments, 828 reads
Posted in Basit's SQL Server Tips on 17 December 2011
Configuring and monitoring transactional replication between two SQL Server 2005 instances…
Replication often plays an important part in your database management strategy. An organization may use database replication for load balancing, offline processing, redundancy, and other typical administrative tasks. This blog post shows you how to configure replication between two Microsoft SQL Server 2005 systems using the SQL Server Management Studio Read more
0 comments, 706 reads
Posted in Basit's SQL Server Tips on 17 December 2011
Get drive & mount points space information in SQL Server 2005 by using CLR Stored Procedure?
As we know xp_fixeddrives can only be use to retrieve normal fixed drives space information. It cannot be used to retrieve information about the mount points. Mount points are now supported in SQL Server 2005. We implemented them on our production clusters and therefore needed a way to monitor them. Read more
4 comments, 632 reads
Posted in Basit's SQL Server Tips on 16 December 2011
My first blog post!
2 comments, 143 reads
Posted in Basit's SQL Server Tips on 16 December 2011



Subscribe to this blog