Chennai SQL Server User Group , in association with PASS is proud to host the 1st biggest SQL Server event in Chennai. Speakers are from the Microsoft Most Valuable Professional (MVP) community and it provides excellent opportunity for people to interact with renowned industry experts.
Writing a blog is an exhausting experience, most of the times you would be writing your blogs at the expense of your sleep or after a hard day’s work. But then there is a very fulfilling feeling, a joy that you get when you come to know that your work is helping people all around the world. I am sure...
This post follows my blog post Understanding datetime column part I Date Formats Unambiguous formats YYYYMMDD YYYYMMDD HH:MM:SS YYYY-MM-DDTHH:MM:SS Ambiguous formats DD/MM/YYYY MM/DD/YYYY DD-MM-YYYY MM-DD-YYYY YYYY-MM-DD etc Someone wants to input dates in DD/MM/YYYY format Declare @test table(dates...