About 575 results
Open links in new tab
  1. SSIS conversion question: Why does SSIS maps Oracle NUMBER to …

    Jun 12, 2013 · The Oracle NUMBER data type stores zero as well as positive and negative fixed numbers with absolute values from 1.0 x 10-130 to but not including 1.0 x 101+26. On the other hand …

  2. Convert Data type from Oracle Date time string to SQL Date time data …

    Feb 21, 2012 · I want to change the data type to date time in sql server datbase tables. I have already extracted the data from Oracle and loaded it in SQL server with VARCHAR. Now I need to change …

  3. Conversion failed when converting datetime from character string.

    Oct 7, 2021 · Msg 242, Level 16, State 3, Line 2The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value. What is the format of datetime in your column values..

  4. Can't seed identity column while importing Excel into Sql Server

    Jun 16, 2016 · The Enable Identity Insert function should only be used if you are importing data that has an Identity column, and you want to preserve the value. That being said, this can cause problems if …

  5. Custom Data Processing Extension and Parameters

    Dec 8, 2015 · Also all examples of custam data processing extensions I have found so far are working without parameter support. Using a search engine I have found a custom data processing …

  6. execute sql in ssis foreach loop container

    Jun 8, 2015 · I am attempting to use the SSIS foreach loop container to loop through the files in a folder and insert the names of those files in a database table.

  7. How to convert a string array to float array? - social.msdn.microsoft.com

    May 4, 2010 · In your code, float.Parse (TimeInfoStrArray [i]) will fail if any of the element in TimeInfoStrArray is not numeric ie cannot be converted into float or the number is beyond the scope …

  8. nvarchar 4000 limit - social.msdn.microsoft.com

    Oct 7, 2021 · It looks the best alternative to use here would be using the ntext datatype if you have to store more than 4000 characters within your field. You can see the list of all of the supported data …

  9. Converting Float data to decimal - social.msdn.microsoft.com

    Apr 12, 2010 · I then selected from 1 table into to a new one to create a test table and changed the amt field to Decimal (18,7) from float (manually) SELECT* INTO dbo.DecmalTestInv FROM dbo.Inv …

  10. SQL Server Compact 3.5 Downloads - social.msdn.microsoft.com

    To access the Upgrade to SQL Server Compact 3.5 Database dialog box, click Data, click Add New Data Source, and then click Add Connection. When you try to open an earlier version of the …