About 397 results
Open links in new tab
  1. Date formats, slash (/) and dot (.) - social.msdn.microsoft.com

    Oct 7, 2021 · 1) Are slash and dot date format delimiters locale /culture notations or any other notation standard like database, iso? I read about ISO 8601 date standards, about SQL …

  2. Changing SQL Query definitions with VBA

    Sep 12, 2008 · I'm using VBA to alter SQL query definitions in Access - I have the general process worked out but I'm having trouble with date criteria.

  3. Convert DB2 timestamp to SQL Server datetime.

    Jan 29, 2009 · If you just bring it in as a date time you should be fine. You will need to ensure that it is not a date prior to 1/1/1753, the lowest date time in SQL Server. In DB2 this dates are …

  4. TSQL Script to restore the latest full backup from shared path

    Sep 19, 2019 · Thanks, Wednesday, September 18, 2019 9:44 AM 0 Sign in to vote It is because you use WITH REPLACE clause, It will change if you drop and restored after SELECT …

  5. How to convert number of days into YYYY/MMM/DD format in sql?

    Oct 7, 2021 · I have number of days then how can i convert these numbers into yyyy/mmm/dd format in SQL server.

  6. Opening Balance in MDX - social.msdn.microsoft.com

    Sep 9, 2009 · Hi, Please let me know the MDX for calculating Opening Balance upto a particular month in a particular year. For example: If I want to know the opening balance of August 2009, …

  7. Need to convert Json format to real data using Script component

    Apr 26, 2017 · In addition, please use Inputs and Outputs feature to set appropriate data type in the script component, then write codes to parse the Json data source. Then load the results to …

  8. SSIS variables and query - social.msdn.microsoft.com

    Nov 6, 2009 · I created a new variable of type Object named ORACLE_DATE. When the Execute SQL Task completes successfully you will be able to access the value returned from your …

  9. On SelectionChange empty a repeater and reload it. C#

    Mar 9, 2018 · I want to be able to empty the repeaters and refill them when a new date is selected. I am working with c# asp.Net WebForms and a sql server db This is the code i have …

  10. Preventing Date Localization? - social.msdn.microsoft.com

    Feb 7, 2001 · Essentially, all we're interested in is tha date portion of the datetime value, so they get saved in the database in this format: 2001-02-07 00:00:00.000 When someone from the …