Tagged Content List
  • Wiki Page: TransactSQL: Simulating IGNORE NULLs Functionality On FIRST_VALUE, LAST_VALUE Functions

    Table of Contents Introduction Illustration Solution Conclusion See Also Introduction Sequencing of values is a common operation required to perform in many of the common use cases like finding first x values, last n values etc. There are numerous ways of implementing the sequencing logic. ...
  • Wiki Page: Forms Authentication with Multiple Login Pages

    Have you ever come across a situation where you want to have multiple login pages with Forms Authentication? Forms Authentication directly supports one login page, but there is a workaround. Today we will see how to achieve this. For an example, let’s say we want two login pages where one...
  • Wiki Page: User Page: Ehsan Sajjad

    Note This is a " User Page " (click for a list of all user pages on TechNet Wiki). User pages on TechNet Wiki exist for the following reasons: To link to these pages from various online profiles, blog posts, etc. To allow collaboration on filling out such information. To...
  • Wiki Page: SharePoint: Building a list-specific search with JavaScript

    Table of Contents Introduction Solution Details Looking at the query string in greater detail Script Details & how to amend Further usage See Also Introduction Whilst writing an article about the Instant List Filter (hosted on CodePlex) I started wondering if there was an "Out of the...
  • Wiki Page: SQL Server 2012 Database Partitioning

    Introduction Partition is a division or grouping of data by rows. Table partitioning has been around since SQL Server 2005. For more information about table partition please see this TechNet link. This case study aims to showcase some of the partitioning enhancements in SQL Server 2012. ...
  • Wiki Page: SCSM Troubleshooting: DWASDatabase - Invalid Column Name

    If you are unfortunate enough to be an SCSM Admin tasked with the maintenance, reporting, troubleshooting, workarounds, solutions, and everything else SCSM is/lacks all that probability becomes a certainty. You will inevitably come across some horrid nightmares and be expected to support. When you...
  • Wiki Page: .NET Framework: IEnumerable<T> Vs. IQueryable<T>

    Table of Contents Introduction IEnumerable IEnumerable<T> IQueryable<T> Case Study: IEnumerable<T> Vs. IQueryable<T> References & Resources Appendices Appendix A: Simplified the Enumerable class In Linq Appendix B: Simplified the Queryable class In Linq Introduction ...
  • Wiki Page: BizTalk Server: Tracking Data Using BizTalk Admin Console

    This article intends to show how data can be tracked using the Admin Console, resulting from this forum question. Table of Contents Introduction How tracking happens What are the artifacts where tracking can be applied How to Access BizTalk Server Admin Console Available options for tracking...
  • Wiki Page: Introduction to WCF Data Services

    Table of Contents Introduction OData (Open Data Protocol) WCF Data Service + OData Data Service Providers Introduction WCF Data Services (formerly known as ADO.NET Data Services and codename is “Astoria”) is a platform for what Microsoft calls Data Services. This is a component of the .NET...
  • Wiki Page: Set WCF Service Authentication to Use a Custom Username & Password over HTTP

    It’s a common requirement where you want to authenticate the requests which the clients will make to your WCF services. And let's say that’s using some data which you have in your user table. In WCF, the default, when a user name and password is used for authentication, is let Windows to validate...
  • Wiki Page: Windows PowerShell Portal

    Table of Contents Introduction General Tool Releases Several Technologies BizTalk Server Exchange Server Forefront Identity Manager - FIM Office Products SharePoint Windows OS and Complementary Products SQL Server Active Directory References See Also Other Languages Introduction Windows PowerShell...
  • Wiki Page: Capturing Database(s) and Table Usage stats – sp_spaceused simulation using DMVs

    Table of Contents Introduction Objective SP_SPACEUSED - DATABASE SP_SPACEUSED - TABLE Permission SQL Customized code for a specific database Capturing details in a permanent table of databases using DMV’s SQL 2000 Displaying all user-defined table usage information Conclusion Reference Introduction...
  • Wiki Page: Custom Styling the Alternate Rows inside ListView/GridView

    To style the items inside ListView/GridView based on item index we will use StyleSelector to define custom styling for each item. To implement this, we will define the class derived from StyleSelector as shown below. Inside this class we are just returning the style which will apply...
Page 20 of 77 (1,925 items) «1819202122»