SQL Server 2008 latest cumulative updates 9 build 10.50.1804 available now. You may download and test it Cumulative Update 9 for SQL Server 2008.
-
-
SQL Server Denali CTP3 Download
Microsoft has given the SQL Server Denali CTP3 (Community Technology Preview) for public preview. You can download the SQL Server Denali CTP3 here. http://www.microsoft.com/betaexperience/pd/SQLDCTP3CTA/enus/default.aspx I’m very interested to see the SQL Server Denali new Features.
-
SQL Server 2008 SP2 cumulative update 5
SQL Server 2008 SP2 10.50.2418.0 latest cumulative update 5 available now. You may download and test it. Cumulative Update 5 for SQL Server 2008 Service Pack 2 http://support.microsoft.com/kb/2555408
-
T-SQL best practice SQL server
SQL server T-SQL best practice This month’s TSQL Tuesday party is being hosted by Amit Banerjee (Blog | Twitter). He is working with Microsoft and see here his online activities MSDN. The topic this month is T-SQL best practice. It’s the both DBA and developers Topic/Job. Transact SQL is the best tool to improve the SQL server overall performance. You write your code efficiently then you no need to spend lots of money to buy extra resources like hardware, RAM etc… So the coders/developers have to know the best practice. He or She does a good job (writing correct codes) then, There is no work for the DBAs. There is lots of T-SQL best practice available…
-
SQL server Database backup restores sequence Steps
SQL server Database restores sequence Steps I have seen many people are still unclear about the database restoration sequence. Recently I have answered a number of database restoration questions SSC, MSDN… I got a comment from Anonymous user. It’s a simple task to the experienced DBAs. However it’s very important to know the database restoration sequence. It’ll help number of situations. For example, Your database got damaged in any one of the reasons. (Or) You may get a request from the DEV team to restore a database from production to development. I have already written an article about Step by step backup/restore using T-SQL. But it’s not fully focus the restoration sequence. Here I…