Home » Articles posted by rohitmssqlfun (Page 24)
Author Archives: rohitmssqlfun
Cumulative Update – 13 for SQL Server 2008 R2 Service Pack 2 Is Now Available !
The 13th cumulative update release for SQL Server 2008 R2 Service Pack 2 is now available for download at the Microsoft Support site. Cumulative Update 13 contains all the hotfixes released since the initial release of SQL Server 2008 R2 SP2. Those who are facing severe issues with their environment, they can plan to test … Continue reading
Rename or Change SQL Server Standalone Default Instance
Today, We will go through with the steps of renaming or changing SQL Server Standalone Instance. Step 1 : Check Current Instance & host name Current Host Name : admin-0783e4076 Current SQL Instance Name : admin-0783e4076 Select @@ServerName ServerName, Host_name() HostName Step 2 : Rename Host name & reboot the server Step 3 : Try … Continue reading
SQL Server 2014 – How to add features to existing instance ?
SQL Server 2014 – How to add features to existing instance ? :- 1) Start installation center 2) Run Global Rule, You need to fix if any failure occur 3) Microsoft update option (Enable windows updates to search & install SQL updates as well) 4) Include product update with installation, (the latest available SQL Server … Continue reading
Fix for index corruption issue || SQL Server 2012 Service Pack 2
ISSUE : FIX for Data loss in clustered index occurs when you run online build index in SQL Server 2012 Microsoft release a fix for above issue and now available for download for SQL Server 2012SP2. Refer Article : http://support.microsoft.com/kb/2969896 Download Link : http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2969896&kbln=en-us If you liked this post, do like on Facebook at http://www.facebook.com/mssqlfun … Continue reading
SQL Server 2012 || Contained Database
Contained databases are the new feature in SQL Server 2012 and are defined on BOL (http://technet.microsoft.com/en-us/library/ff929071.aspx) as below : A contained database is a database that is isolated from other databases and from the instance of SQL Server that hosts the database. SQL Server 2012 helps user to isolate their database from the instance in … Continue reading