About 7,450 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. 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 …

  4. ERROR: The version of SQL Server in use does not support …

    Sep 26, 2012 · The version of SQL Server in use does not support datatype 'date'. I have a SQL Server 2005 table that I am trying to update with a Visual Studio 2005 gridview object.

  5. Calcular Variacion entre dos Fechas de una misma tabla

    Necesitaría calcular la variación de la facturación que se hizo el día anterior de mi empresa vs el mismo día del mes anterior. Ya que estoy haciendo un panel de control en power bi y no …

  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. Integration Services Data Types Maximum Length

    Apr 17, 2007 · Is there a way in-code to determine the maximum length of a Integration Services Data Type. I need to determine based on the data type what the maximum length of a column …

  8. How to use SQL Server Geo Datatypes in a GIS application with …

    Aug 26, 2010 · I recently came to know about the spatial datatype support in sql server. Now My question is, in what way i can use the spatial datatypes in my application. It is basically storing …

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

  10. How do I..... Set a background color in a FormView->Image control …

    Oct 7, 2021 · Keep the data types as you have mentioned. i.e Hexa decimal value for the color, String for border style and int for borderwidth.