Browse by Tags

All Tags » SQL Server (RSS)

SQL Server Date-Time Formats

Here's a summary of the different date formats that come standard in SQL Server as part of the CONVERT function. Following the standard date formats are some extended date formats Standard Date Formats Date Format Standard SQL Statement Sample Output...
Posted by bmdayal | with no comments

My Crush List of 2009

These are few things which currently I am working on and some technologies which I want to learn in coming months to master these technologies I need your help, So please post some good tutorials and articles on any of the following topics, if you have...

SQL Server 2008 Auditing, Change Data Capture and Tracking

When I started working on SQL Server 2008, I was truly amazed with the new features of SQL Server 2008, one of that cool features is auditing in SQL Server 2008. First I thought to give here step by step Walkthrough, but I thought instead of reinventing...
Posted by bmdayal | 6 comment(s)

SQL Server Coding Standards

ASP.NET, C# or VB.NET often goes hands in hands, In my previous post I have given the C# Coding Standards , but without the correct SQL Server Coding standards, my previous post was almost incomplete, so in this post I am giving you the Link to SQL Server...