About 10,100 results
Open links in new tab
  1. Errors when inserting different data types to sql_variant field

    Oct 7, 2021 · "A column of type sql_variant may contain rows of different data types." Surely this is the purpose of the sql_variant datatype, to allow any data type to be stored in a single column?

  2. smallint from SQL to INT C# - social.msdn.microsoft.com

    Oct 7, 2021 · User281315223 posted The bigint data type maps directly to an Int64 datatype in C# : Int16 yourValue =42; As Patrick mentions, if you are continually having questions …

  3. How to return varchar field that contains alphanumeric chars and ...

    Jun 14, 2018 · When you query only that one table without any join on an other table, then SQL Server returns the data without any implicite conversion. My guess ito the blue: There is a …

  4. 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 …

  5. TDE vs Row\Cell\Column Encryption - social.msdn.microsoft.com

    Nov 15, 2011 · If the encryption is done in SQL Server and not the client, then you can also SELECT the decrypted version. (And Joe Yong mentioned that the encrypted data types are …

  6. Dynamic column matching in WHERE clause

    Dec 26, 2012 · 2. Data - Raw data pulled from an external source (has customer data and others) 3. ActionType - Has the column names which will be used in a join condition 4. DataToAction - …

  7. Getting a Microsoft.SqlServer.Types.dll is incorrectly specified as a ...

    Mar 21, 2017 · To deploy an application that uses spatial data types to a machine that does not have 'System CLR Types for SQL Server' installed you also need to deploy the native …

  8. the id element has an invalid value according to its datatype

    Mar 25, 2009 · ADO.NET Data Providers ADO.NET Data Services ADO.NET Data Services (Pre-Release) ADO.NET DataSet ADO.NET Entity Framework and LINQ to Entities Application …

  9. Paste DataRow image data into RichTextBox

    Jun 4, 2010 · You can use the "text" sql data type to store the RTF, it's a lot easier to manage. If you are reading/writing LOTS of data, consider using a datareader with sequential access to …

  10. SSIS dynamicallly map OLE DB destinations with different number …

    Aug 12, 2011 · SSIS data flow task doesn't support dynamic metadata, this means that if you have different structure ( different number of columns, data types, column names ) then you …