Blog Detail
Sql Server 2005 Tips and Tricks
http://www.sqlservercurry.com
Get some unique tips tricks and articles on SQL Server 2005. The blogs also cover Sql Server Reporting Services along with SQL Server Administration
Recent Posts
SQL Server 2008 R2 November CTP Now Available
The latest Community Technology Preview (CTP) for SQL Server 2008 R2 is now availableSome of the new capabilities added to SQL Server in this release are:- improved support for virtualization through Hyper-V with Live Migration in Windows Server 2008...
Executing a Stored Procedure using SQLCMD
Here’s how to execute a SQL Server Stored Procedure using SQLCMD. For demonstration purposes, I will be executing the ‘CustOrderHist’ Stored Procedure in the Northwind database. This procedure accepts the CustomerID and returns a list of orders...
Programmatically Change the default path for SQL Server Database creation
The extended stored procedure "xp_instance_regwrite" helps you read/write from the registry. You can use this stored procedure to programmatically change the path where the data files for a new SQL Server database gets created by default. Here’s ho...
Some Changes in the latest CTP of SQL Azure Service
Some new features have been introduced to the latest October CTP 2 of SQL Azure Service. The updated CTP still uses previous accounts, so you do not need the new invitation code again. Following are some changes made to the new CTP:With SQL Azure Ser...
Insert Rows in between a SQL Server Table with Identity Column
I have seen a lot of users asking this question – “I have accidentally deleted a row in a Table with Identity Column. How do I insert that row again?”Let us assume that we have a table with ‘CustId’ as the Identity Column. The row for CustI...
Create a SSRS Report based on a Cube and Deploy it
In our previous article, we took an overview and need of SSRS and various kinds of report delivery. In this article, we will discuss how to create a report and deploy it. We will create a report based on the cube we created in the article Creating a ...

