Click here to Skip to main content
15,901,122 members
Articles / Database Development / SQL Server

Find all SQL Server DateTime Formats

Rate me:
Please Sign up or sign in to vote.
4.75/5 (7 votes)
25 Mar 2010CPOL 15.6K   5  
When using DateTime with SQL Server, I often forget what the parameters are that allow formatting DateTime in specific ways. When that happens, I fire up this code fragment in SQL Server Management Studio and it neatly lists out every possible parameter with example output.declare @Loop...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions