Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Latest Blog Posts

Being careful in SSAS to not make a cube/dimension unprocessed

A big headache in SSAS, especially when dealing with a large cube, is making a change that when deployed, causes a cube to become unprocessed, forcing you to do a full process so the cube is usable.  Nothing is worse than making a change without realizing it will cause the… Read more

0 comments, 61 reads

Posted in James Serra's Blog on 16 May 2012

Don’t You Know Who I Am?

I’m happy to say that for most of you out there, the answer to this question is “no.” That’s as it should be. I’m not anyone all that special. I present technical sessions at various events from local user group meetings to SQL Saturday’s to international events like the PASS… Read more

10 comments, 75 reads

Posted in The Scary DBA on 16 May 2012

Upgrading Packages to SSIS 2012

Many of you may now or in the future have the need to upgrade your SSIS packages to the new SQL Server 2012 SSIS.  Luckily, upgrading from SSIS 2005 or 2008 isn’t nearly as painful as you may have experienced upgrading old DTS (SQL Server 2000) packages.  If you’re considering… Read more

0 comments, 77 reads

Posted in Devin Knight on 16 May 2012

Denali – Day 16: Tool: Database Recovery Advisor –SSMS tool

Denali – Day 16: Tool: Database Recovery Advisor –SSMS tool

As blogged on “Denali – Day 11: SSMS enhancement” about Features added on SSMS, now you can restore a page using SSMS, to add to it SSMS has another tool called “Recovery Adviser” where you could restore database… Read more

0 comments, 21 reads

Posted in Vinay Thakur on 16 May 2012

Shredding a simple xml structure to a single row flat table

I was helping out a user on the forums the other day where they were asking questions about shredding an xml structure of which they didn’t know the schema for. They wanted to know the best way about writing a generic function to shred any xml to a flat table.… Read more

0 comments, 75 reads

Posted in SQL Server Rocks! on 16 May 2012

Dell 12th Generation Server Cheat Sheet

Over the past several months, Dell has been rolling out a number of new 12th generation servers that all use the new 32nm Intel Xeon E5 series processor (aka Sandy Bridge-EP). These new servers all have much higher memory density and more PCI-E slots (which are also PCI-E 3.0) compared… Read more

0 comments, 104 reads

Posted in Glenn Berry's SQL Server Performance on 16 May 2012

SQL Rally 2012 Recap and Session Files

SQL Rally 2012 Recap and Session Files

Dallas Convention Center


SQL Rally 2012 was hosted by the North Texas SQL Server User Group. More tha anything, it was nice to be back in the area where I grew up. I was born in Houston, but I grew up in… Read more

Ad hoc query optimization in SQL Server

When ad hoc queries are executed in sql server, if it is executed without parameters, and it is simple,  SQL Server parameterizes the query internally to increase the possibility of matching it against an existing execution plan, that's called "Simple Parameterization"

For instance:

--clear plan cache first
DBCC FREEPROCCACHE

--run…

Read more

0 comments, 87 reads

Posted in James' SQL Footprint on 15 May 2012

Session Files from SQL Saturday #107 Houston

Session Files from SQL Saturday #107 Houston

Houston Skyline


SQL Saturday Houston was a great event hosted by the Houston Area SQL Server Users Group. The event did not have a very large attendence, but those who traded in a beautiful Saturday for some free training were very engaged… Read more

SQLRally Dallas Slides

I was fortunate enough to get to present not 1 but 2 sessions at SQLRally 2012 in Dallas last week.  As a core organizer of the event, this really made it a special week to present twice and see it all come together.  My first session was a community choice… Read more

0 comments, 129 reads

Posted in Ryan Adams on 15 May 2012

The Cloud is Nothing New

Cloud computing doesn’t seem to have any great definition. Like the physical structures is is named for, it is amorphous, with no defined boundaries, and often, without a recognizable shape. There are even a whole host of different acronyms (IaaS, PaaS, SaaS), which attempt to provide… Read more

2 comments, 225 reads

Posted in SQL Musings on 15 May 2012

Denali – Day 15: Support for Windows Server Core

Denali – Day 15: Support for Windows Server Core

 

Windows Server Core: Microsoft Server has so many features which is not required on the server and would never been used, but it exists and sometime cause issue. For this reason Microsoft has introduced an operating system called “CORE” from “windows… Read more

0 comments, 106 reads

Posted in Vinay Thakur on 15 May 2012

SQL Rally Slide Deck and Photos

I’m working on a more comprehensive review of last week’s SQL Rally event, but I’d like to go ahead and share my slide deck and photos from the event.

For those who attended my Data Quality Services session on Thursday, thanks so much for coming.  I had 100 or so… Read more

0 comments, 48 reads

Posted in Tim Mitchell on 15 May 2012

Another Way To Insert Many Rows Very Fast From Your .NET Application

There was a great deal of feedback to my previous post One Way To Insert Many Rows Very Fast From Your .NET Application.

The post focused on the performance benefit of using a single SQL statement with an XML-based parameter to do inserts of many rows to a table… Read more

0 comments, 244 reads

Posted in New York City .NET on 15 May 2012

Backup compression using IBM TDP for SQL Server

If you are using SQL Server 2008 enterprise/datacenter edition, or SQL Server 2008 R2 standard or above, you are in the lucky possition to be able to compress your SQL Server backups. Often I see installations of these versions, where compression is not enabled. Let me show you a couple… Read more

0 comments, 108 reads

Posted in SQL Server Notes from the Field on 15 May 2012

Enter the 2012 Exceptional DBA of the Year Awards

I was just at SQLRally in Dallas, and I was speaking to a DBA friend of mine over lunch. He made the comment that his manager thought he spent too much time at work taking care of the organization’s data. He told me that he spent so much time at… Read more

0 comments, 96 reads

Posted in SQL Aloha on 14 May 2012

Create a Filestream Filegroup for Filetables – SQL Server 2012

Once you’ve enabled filestream, the next step is to add a filegroup to your database to hold the filestream data. This is pretty easy to do, and I’ll show you the SSMS and code versions.

If you want to know more about these Filestream containers, you can read BOL Read more

0 comments, 86 reads

Posted in SQL Musings on 14 May 2012

SQL Rally 2012 Recap

Much Learning Was Had By All

SQL Rally 2012 had a diverse group of speakers and something for all levels of experience. I personally dug the talk Suresh did on 2012 memory internals. Mike Fal(twitter|blog) was the SQL Rally swan song. He is an example… Read more

0 comments, 95 reads

Posted in SQL Man of Mystery on 14 May 2012

Data Warehouse vs Data Mart

I see a lot of confusion on what exactly is the difference between a data warehouse and a data mart.  The best definition that I have heard of a data warehouse is:

“A relational database schema which stores historical data and metadata from an operational system or systems, in… Read more

0 comments, 183 reads

Posted in James Serra's Blog on 14 May 2012

SQL Server – Check SQL Agent Job History using T-SQL

To check SQL Server Agent Job History you can use the Log File Viewer from SQL Server Management Studio.

To Open Log File Viewer,

1. Expand Server Node > 2. Expand SQL Server Agent > 3. Expand Jobs > 4. Right click on the Job and 5. Select "View History"… Read more

0 comments, 105 reads

Posted in SQL and Me on 14 May 2012

Older posts