About 50 results
Open links in new tab
  1. Create table if not exists - social.msdn.microsoft.com

    Dec 9, 2019 · Am basically reading data from a SQL Server storing it inside a data table and before loading it into another SQL Server , I need to ensure that the table exists if not create the table using …

  2. SSIS - ASCII to EBCDIC Conversion - Packed Decimal fields with Text …

    Apr 27, 2015 · First, packed decimal has nothing to do with EBCDIC. EBCDIC is just a code page for text files. Packed Decimals are binary types. So this file is not a text file, but a binary file. The …

  3. Convert binary data to decimal - social.msdn.microsoft.com

    Jun 4, 2008 · Microsoft SQL Server guarantees that only roundtrip conversions, conversions that convert a data type from its original data type and back again, will yield the same values from release to …

  4. Conversion Overflow error while mapping large decimal value.

    Nov 8, 2012 · To maintain data integrity when reading and writing data, the SqlDataReader exposes SQL Server–specific typed accessor methods that return objects of System.Data.SqlTypes as well …

  5. Function in Calculated Column Won't Return DECIMAL

    Feb 6, 2013 · My problem would be solved if I could us an IN statement in my function, but I would need to use dynamic SQL for that - and UDF's can't take advantage of dynamic SQL.

  6. Numeric (19,5) increase precision to 7 decimal places

    Jun 19, 2017 · We have a third party system that has latitude and longitude stored in Numeric (19,5) format, and we would like to increase precision to 7 decimals instead of 5 decimals.

  7. How to add column into table and immediately update its value

    Apr 26, 2012 · Create SQL script to add the column to the database and update it immediately. But this script could be started more then one time - so it is required to this (add and update) only first time.

  8. SSIS: NULL problem in SSIS Derived column - social.msdn.microsoft.com

    Dec 24, 2011 · I am transferring its data into a SQL DB Tab2. The cola in Table1 is of CHAR (4). Example:1.33,1.05,NULL etc. But in SQL side, it is as Numeric (3,2) and some values are NULL. …

  9. Exponential form problem in Dataset - social.msdn.microsoft.com

    Jan 5, 2011 · Then while accessing the data from Dataset its converted to 123400000000. THe thing is removed the decimal places while converting to exponential for. How to avoid converting to exp form …

  10. Trying to solve the Oracle decimal (number column) problem

    Sep 1, 2016 · Because .NET forces decimal declarations in the Model classes instead of INT. Huh? You decide what data type to use, not the framework. If you want Oracle to use a particular data type for …