|
|
-
|
|
In this tutorial we are going to see how we can authenticate users who want to use our services against Windows Azure Active Directory (WAAD) through Access Control Services (ACS). This tutorial is going to narrate a step by step process, I personally sugg...
|
|
-
|
|
FileTable is a new concept in SQL Server 2012, using which you can store files and documents in special tables in SQL Server called FileTables, but access them from Windows applications as if they were stored in the file system, without making any changes ...
|
|
-
|
|
In our earlier post, we have discussed about the structure and storage of clustered index. In this post we will discuss about the design consideration of clustered index.There are couple of points that need to be considered while selecting clustered i...
|
|
-
|
|
I had a post last month, MDX #25 – Slicer or Sub-Cube?, verifying that the query context did not change with the subquery.
This can pose problems if you want to use the Time-series functions in MDX. Two functions come into mind, YTD() and PeriodsToDate().
...
|
|
-
|
|
Here comes CU 3 (Build 11.0.3349.0.) for SQLServer 2012 SP1. You can download the same from http://support.microsoft.com/kb/2812412
Similar to CU2 there are some interesting hotfixes which are included in this CU release, and its worth testing it out.
The ...
|
|
-
|
|
The 3rdcumulative update release for SQL Server 2012 Service Pack 1 is now available. Cumulative Update 3 contains all the hotfixes released since the initial release of SQL Server 2012 SP1.
Those who are facing severe issues with their environment, they c...
|
|
-
|
|
current + (lItem.Value + “,”));
I am sure you like the code.
Enjoy .Net , Enjoy LINQ .
Your Friend,
Rajat Jaiswal
...
|
|
-
|
|
Dear All,
There are many situation where you need to comma separated values of all the checked items of a checkbox list for this situation you generally write following code
string allowedProductfamilies = string.Empty; foreach (ListItem lItem i...
|
|
-
|
|
Today, I’ve received an email from friend asking that that is there any way to find out the progress of following operation using T- SQL query. As we know, with the release of SQL Server 2005, Microsoft provides set of dynamic management views (D...
|
|
-
|
|
This dynamic management function (DMF) returns the detailed information about low level activities on indexes such as input/output (I/O) operations, locking and latching contention, and access methods.
You can also use sys.dm_db_index_operational_stats fun...
|
|