Retrieving date in sql server, CURRENT_TIMESTAMP vs GetDate() -


using sql server - fastest or best practice method use date retrieval? there difference?

current_timestamp standard ansi sql, , theoretically 1 tiny little island of 'don't need change' amongst thousands of sql server-specific lines of sql if ever need move databases....


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -