SSMS 2008 Bug Displaying SQL Server 2005 Database Objects

SSMS 2008 Bug Displaying SQL Server 2005 Database Objects

SSMS 2008 has a nasty little bug that Microsoft doesn’t seem to want to fix until the next major release of SQL Server. Less privileged users cannot see all of the 2005 SQL Server databases and objects in schemas for which are not their default schema. Permissions must be granted on the SQL Server 2005 databases for the users to re-enable something that works just fine in SSMS 2005.

I got SSWUG Published ;)

I got SSWUG Published ;)

A recent request from the SSWUG email newsletter asked how we as DBAs approach and handle application/service consolidation on your SQL Server servers. I have a pretty strong feeling and approach to this topic and emailed my experience to SSWUG…..and to my surprise (for the 2nd time I just heard from another DBA friend of…

Read More Read More

SQL Server Version/Build Lookup site

SQL Server Version/Build Lookup site

Just posting a fantastic resource link today. SQLSecurity.com keeps a nearly always up to date listing, complete with links to KB Articles and the MS product pages, for SQL Server Versions/Builds. This one is my personal favorite of all the SQL Server build lookup pages online.

Do you Tweet?

Do you Tweet?

I finally broke down and decided to open a Twitter account and hope to use it professionally to share SQL Server knowledge. I don’t have enough interesting to follow yet, but I’m hopeful I can find a way to begin leveraging both the blog and the Twitter account to become more involved in the SQL…

Read More Read More

Locate Startup Stored Procedures

Locate Startup Stored Procedures

Find SQL Server Startup Procedures. SQL Server allows for stored procedures to be executed upon start up, allowing you to set any number of configuration options or start specific traces as soon as SQL starts up. Use this TSQL to locate any existing procedures on your server that are enabled to run at startup.