About 50 results
Open links in new tab
  1. find datatypes from stored procedure - social.msdn.microsoft.com

    May 20, 2011 · 2.4) Now inspect the column names and datatype of the dynamically created DataTable this should give you the return type columnnames as well as their data types.

  2. Types error in SQL Data Migration Assistant while migrating spatial data

    Aug 15, 2018 · Could not load file or assembly 'Microsoft.SqlServer.Types, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The located …

  3. Msg 245 Conversion failed when converting the varchar value to data ...

    Oct 16, 2016 · And in a UNION query, the data type for a column is always the one and the same. That is, different SELECTs in the UNION has different data types, this needs to be resolved. And the way, …

  4. Data Factory - Schema of Parquet file - social.msdn.microsoft.com

    Apr 8, 2020 · 2) Irrespective of whether or not #1 above is implementable under Spark 2.X, is there a way to align source parquet file's data types with that of target Azure SQL table's individual column …

  5. How do I convert a .xml file to either a .xls file or a .csv file in SSIS

    Dec 16, 2013 · A vendor provided file is in XML format. But the data types are all the same. So SSIS is struggling to process it using XML Source. Ironically, the file's extension is ".xls". It appears fine …

  6. how to import data using bcp without a format file or table layout

    Mar 24, 2008 · There is no type information in native bcp format files. Native format is length followed by data. The type information is extracted from the source/target schema as it is assumed to map 1:1 to …

  7. How To Process flat files with header and footer?

    Nov 9, 2009 · Personally I like the idea of having a pre-processing step that splits up the file by row type into multiple files and then subsequent step (s) that have dedicated flat file connection managers with …

  8. How to create date dimension and create measure?

    Jan 31, 2013 · The time dimension structure depends on how the time period information is actually stored in the underlying data source. There are two basic types depending on the storage of time data.

  9. Moving new tables from Dev to Prod - social.msdn.microsoft.com

    Sep 13, 2012 · Right click on the database > Tasks > Generate Scripts > Choose objects (tables which you need) > Next > Advanced > In the General Section, set the option 'Types of data to script' to …

  10. Partitioning Strategy and Update on Partition Key

    Jul 5, 2011 · All data types that are valid for use as index columns can be used as a partitioning column, except timestamp. The ntext, text, image, xml, varchar (max), nvarchar (max), or varbinary (max) …