|
|
-
|
|
The 6thcumulative update release for SQL Server 2012 is now available. Cumulative Update 6 contains all the hotfixes released since the initial release of SQL Server 2012.
Those who are facing severe issues with their environment, they can plan to test CU6...
|
|
-
|
|
The 5th cumulative update release for SQL Server 2008 R2 Service Pack 2 is now available for download at the Microsoft Support site. Cumulative Update 5 contains all the hotfixes released since the initial release of SQL Server 2008 R2 SP2.
Those who are f...
|
|
-
|
|
The 11thcumulative update release for SQL Server 2008 R2 Service Pack 1 is now available for download at the Microsoft Support site. Cumulative Update 11 contains all the hotfixes released since the initial release of SQL Server 2008 R2 SP1.
Those who are ...
|
|
-
|
|
Finding database creation time is simple if database has not been detached from server. You can find database creation time using below methods.
Using sp_helpdb:
You can find the creation time of database using sp_hepldb system procedure.
EXEC sp_helpdb ...
|
|
-
|
|
SUM and SUMIF function are very common and useful for the people who deal with Ms-Excel. Ms-Excel has a wide range of functions. Recently I learn about SUMIFS() function. SUMIFS was introduced with MS-Excel 2007 and it works similar to SUM and SUMTIF i.e. ...
|
|
-
|
|
In this short tutorial, I am going to narrate on how we can lazy load images in a ASP.Net MVC 4 page. In most of today’s social media sites, we often come across lots and lots of images which load immediately a page renders and in return kill most of the b...
|
|
-
|
|
.NET 4.0 offers a new Global Assembly Cache (GAC) which you can find at this path:
C:\Windows\Microsoft.NET\assembly
Every .NET 4.0 or CLR 4.0 application use this GAC.
What happens to the „old“ GAC?
The old GAC still exists on this path:
C:\Windows\a...
|
|
-
|
|
Friends, Microsoft has release a security bulletin for a FAST Search for SharePoint 2010. PF below for more help.
Full Details available at: http://technet.microsoft.com/security/bulletin/MS13-013
Bulletin ID : MS13-013
Bulletin Name: Vulnerabilities in FA...
|
|
-
|
|
It seems to be a simple & easy thing to connect Perfmon to a remote server.
GO TO RUN > Perfmon > Right Click “Connect to Another Computer” > Enter server name & you are done
But I face several connectivity issue during connecting Perfmon from remo...
|
|
-
|
|
Issue :-
One of our Database with Full Text Catalog is not getting backed up. When I checked, backup keeps pending on 0% without any progress. In SQL server error log, I also found error related to Full text catalog that SQL server is facing issue in sett...
|
|