by swjohnson
3/11/2010 5:05:00 PM
-
Chris Skorlinksi gives steps to help debug Transactional Replication issues you may be having. Tools that can assist are SQL Profiler, Activity Monitor, Racer Tokens, and Performance Monitor.
-
Chris Skorlinski talks about using Tracer Tokens in Replication to locate performance issues and in which step the issue is occurring. Methods shown are from SSMS and T-SQL.
by swjohnson
3/9/2010 5:04:00 PM
by swjohnson
2/10/2010 5:04:00 PM
-
Late Nite TV does, it so why don't DBA's do it. Well they do. The folks over at PASS have come up with a great list of Top 10 for subjects such as Clustering, Profiler, Execution Plans, Reporting Services, Analysis Services, Integration Services, Security,...you get the picture. It is thorough and will be expanding soon! Check it out and learn a little.
by swjohnson
1/28/2010 5:02:00 PM
-
Paul Randal (
blog |
twitter) discusses a way to possibly track who dropped a table in SQL 2008 and older when all you have is the log file. Not perfect but at least you can get a time and if you are using Windows authentication, you should be able to track back to the Windows SID with some accuracy.
by swjohnson
1/15/2010 5:02:00 PM
-
Edwin Sarmiento (
site) talks about how to setup mirroring between two databases that have two different domains under SQL Server 2005 with mixed mode authentication using SQL Server logins with the added security of using certificates. Very nice step by step instructions.
by swjohnson
1/14/2010 5:04:00 PM
-
Ray Barley (
site) talks about how to implement a step in an SSIS package that retrieves the list of files that are available on an FTP server before processing them. The SSIS FTP task doesn't have an operation that will retrieve the list of files so this article provides an example of how to do it and some other future steps.
by swjohnson
1/11/2010 5:05:00 PM
-
The master Paul Randal (
blog |
twitter) shows how to get a small performance boost on large systems with large delete patterns by removing the ghost cleanup process.
Only use in special cases. On big systems, it's possible for the ghost cleanup process to fall behind and not catch up so you can use Trace Flag 661 to help it catch up.
by swjohnson
12/23/2009 5:03:00 PM
-
As part of Bob Ward's (
twitter) talk at the 2009 US PASS Summit in Seattle called Inside SQL Server Wait Types, he has created this blog post as a reference point to find out information about wait types in SQL Server 2005 and 2008.
-
Kalen (
site) uses a table that can be created in the master database, and then populates it with the output of DBCC LOGINFO. Once you have captured all the rows from DBCC LOGINFO, you can query them using any TSQL queries.
-
Lukasz (
site) says that failover clustering with SSRS is possible, however there are a number of considerations and manual steps involved on your part. The documentation and links he provides proof that scaling out SSRS is your best option for achieving High Availability.
-
SQL Azure Database is a cloud database service from
Microsoft. It provides web-facing database functionality as a utility service. SQL Azure can provide many benefits, including rapid provisioning, cost-effective scalability, high availability, and reduced management overhead. This Microsoft white paper provides an architectural overview of SQL Azure Database, and talks about how you can use augment your existing managed infrastructure.
-
by swjohnson
12/22/2009 5:04:00 PM
-
Brad (
blog |
twitter) defines what a code of conduct is, explains how it can be helpful, and considers if and how it could be enforced. Finally, he offers his take on it in order to be an
Exceptional DBA. His goal is to offer advice to DBAs on how they might conduct themselves within the confines of their job's professional responsibilities/requirements.