Monday, January 28, 2013
Missing Index Details
›
While looking at the Dynamic Management Views for missing indexes on the Microsoft site I came across the comment on the SQL 2012 version. ...
Wednesday, January 23, 2013
Get a record or rowcount for all tables in a database
›
Received a request for a list of our tables and how many records each table had in it. In a situation like this you would want to avoid u...
What is the current database name
›
It seems I've lost the ability to retain even the basic SQL information that I've learned over the years. For the life of me I coul...
Wednesday, December 26, 2012
Find available space in a file group on SQL Server part 2
›
Well, it seems the DBA's frowned upon my access rights and quietly killed them. My previous post regarding finding the available space ...
Thursday, November 29, 2012
Check for existing temp table
›
This code snippet allows you to check whether a temp table current exists. If so, drop it. I use this quite frequently when testing code t...
Wednesday, July 25, 2012
Find available space in a file group on SQL Server
›
Yesterday I attempted to add a new index to my development database and it returned an error stating that the file group didn't have eno...
Thursday, June 14, 2012
EDMX ProviderManifestToken issue between 2005 & 2008
›
We are in the process of upgrading our SQL Servers to 2008. While this is going on we still need to maintain and release code to the 2005 b...
Thursday, May 10, 2012
SSIS msdb.dbo.sysSSISPackages
›
My coworker and I are in the process of converting a bunch of 2005 SSIS Packages to 2008 SSIS. These packages are stored in the msdb datab...
Tuesday, April 10, 2012
Synonyms causing editor slowness
›
So, today we've been tasked with a problem with slowness in the Query editor for one of our users. She uses the "Design Query in ...
Tuesday, February 7, 2012
Displaying Size of Sql Server database tables
›
We are in the process of refining some of our data types. As part of this, we needed to know the space usage and row count of each table i...
1 comment:
›
Home
View web version