Skip to content
SQLInsight

SQLInsight

We Do SQL Right!

  • What’s New
  • Power BI Gallery
  • PowerPoint Downloads
  • About Us
  • Contact Us
  • Home
  • SQL Administration
  • Page 2

Category: SQL Administration

Backup Script to replace xp_sqlmaint

May 25, 2012 Steve Schneider

Need a backup script because xp_sqlMaint is not running on 2008? Try this one. You need only fill in the database name and directory name in the appropriate places below:

SQL 2005, SQL 2008, SQL AdministrationLeave a Comment on Backup Script to replace xp_sqlmaint

Out of disk space…Log file grown too big?

May 17, 2012 Steve Schneider

It’s early in the morning, and you’ve got disk space problems… log file, right?  Yep.   OK, we need a script that will tell us what we need to know ASAP.  Since i experienced this issue multiple times…and since they always…

Read more

SQL 2005, SQL 2008, SQL Administration, UncategorizedLeave a Comment on Out of disk space…Log file grown too big?

Find the users and their roles in a Database

April 2, 2012 Steve Schneider

Do you need to know all the users for a single database…and also to know what roles they have? (The key is to look for the string “mscs” in the code and replace it with what your databases beginning strings…

Read more

SQL 2005, SQL 2008, SQL AdministrationLeave a Comment on Find the users and their roles in a Database

Improved EventLogs in Win 2008

March 29, 2012 Steve Schneider

Recently at one client location we had numerous unexplained cluster failovers. I had SQL Server and Analysis Services running on the clusters. When analysis was done on the failover, the analysts found that the “FlightRecorder” showed errors immediately before the…

Read more

SQL AdministrationLeave a Comment on Improved EventLogs in Win 2008

Determine “Locked Paged” use across your domain…

February 28, 2012 Steve Schneider

So, building on my previous blog entry, now, let’s open a multi-server query and run this script that follows.  It will tell you for each server it’s version and how much memory is in locked pages.

SQL 2005, SQL 2008, SQL AdministrationLeave a Comment on Determine “Locked Paged” use across your domain…

Programmatically act on SQL Version

February 28, 2012 Steve Schneider

I often have scripts that run across multiple versions of SQL … more and more 2008’s and less and less 2000’s.  In doing so, i need to take different actions based on that version.  Here’s the simple technique that i…

Read more

SQL 2000, SQL 2005, SQL 2008, SQL AdministrationLeave a Comment on Programmatically act on SQL Version

MSDB db too big?

January 10, 2012 Steve Schneider

Microsoft provides “sp_delete_backuphistory ‘6/1/2011’“.   However, this can take a very long time unless you also add indexes to the backup table.  This is what did the trick for me: Create Nonclustered index idx_backupset_finishdate ON backupset (backup_finish_date) INCLUDE (backup_set_id, media_set_id) What…

Read more

Performance Tuning, SQL 2005, SQL 2008, SQL AdministrationLeave a Comment on MSDB db too big?

Impersonation, Execute As & Remote queries

December 30, 2011 Steve Schneider

This week i had a developer creating a process (job) where a database user was to have authority to query remote machines.  To debug the process the developer needed to assume the role of the user running in the application.  In…

Read more

SQL 2005, SQL 2008, SQL AdministrationLeave a Comment on Impersonation, Execute As & Remote queries

SQL Server’s Auto Growth settings

December 20, 2011 Steve Schneider

Over the last week I’ve been finding an unusual number of log file growths.  I did some investigation and found a good script to help me track what was the current status for file growths.  It is as follows:

SQL 2005, SQL 2008, SQL AdministrationLeave a Comment on SQL Server’s Auto Growth settings

Count your lines of code

November 1, 2011 Steve Schneider

How much code has gotten into production?  How many different objects have this code?  Isn’t that also a measure of just how ‘big’ your responsibility is?  If you have a massive application with thousands of stored procs and functions…guess who…

Read more

SQL 2005, SQL 2008, SQL AdministrationLInes of Code;Leave a Comment on Count your lines of code

Posts navigation

Previous 1 2 3 Next
Copyright SQL Insight 2017 © All rights reserved.
Business Era by mProThemes