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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -