Feeds:
Posts
Comments

Archive for the ‘SQL Server’ Category

I recently come across the situation where my query was running very slow. I written a perfect query with good inner join and with proper condition. Have a look at query and its executing plan. As you can see in the image query takes 1.28 minute to execute successfully. And as you can see in [...]

Read Full Post »

The topic is self explanatory . What would you do if you want to generate script that contains data and schema too. To generate script with schema is pretty simple but what about data. Microsoft Database Publishing Wizard is the tool that work with SQL server 2005 to generate that kind of script. Below are [...]

Read Full Post »

We all know how to create database, how to create tables etc… But do we know how to improve query performance when your database growing. Imaging the situation when your table will have more than a million rows. Just think what will be the query output time?? I personally working on the application where there [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.