SQL Server security best practice

Security! This is the word comes in mind of every concerned person when it come...

11/23/2011

Download SQL Server 2008 SP3 CU2

MS has recently released SQL Server 2008 Service Pack 3 Cumulative Update 2 Released‏ which has fixes reported after SQL Server 2008 SP 3, this build version is  10.00.5768.00. Below are the bugs that have been fixed in this CU: FIX: A backup operation on a SQL Server 2008 or SQL Server 2008 R2 database fails if you enable change tracking on this database FIX: CLR stored procedure returns NULL after it is recompiled in SQL Server 2008 R2 FIX: Access violation when you insert a record into a new empty partition in SQL Server 2008 There...

11/08/2011

Download SQL Server 2012 Developer Training Kit

Microsoft has released SQL Server 2010 Developer Training Kit which includes : Labs Demos and, Presentations This kit will greatly help you learning Developer and BI Solutions. One will require to have Windows 7 or Windows Server 2008 R2 to install this kit. Once you have download the kit, launch the installer and it will ask you which lab, demos and presentations you want to include and install them based on your choice. Sounds interesting? Grab it from the link -- Hemantgiri S. Goswami (http://www.sql-server-citation.com...

11/07/2011

Resolving 701 There is insufficient system memory to run this query

In recent past while working on an assignment I have encounter an error 701 There is insufficient system memory to run this query . I had a quick look at the server and noticed that server is not configured proper for max memory, and have suggested client to make changes to the max memory settings for the server. While I've suggested changes I have quote two articles, thought they would be a help to you as well to understand better on how SQL Server Memory managed. An article by SQL Server MVP Jonathan Kehayias will help you...