About 50 results
Open links in new tab
  1. Create table in SQL Server using OLE DB datatypes

    Feb 3, 2017 · to get the COLUMN_NAME and DATA_TYPE. This way, not only can I can create the table dynamically in SQL Server with matching data types and I will be certain that the data will …

  2. SSIS export rounding issues - social.msdn.microsoft.com

    Feb 15, 2011 · The view rounds data columns to 2 decimal places and when I run the view in query analyzer, I get the results that I would expect. However, when I use SSIS to export the view, it ends …

  3. Pass Declared Variables to DECIMAL - social.msdn.microsoft.com

    May 4, 2011 · I have a field in a database that I contains data that tells my function how to round a number with the specified significant digits. For example, in the database field there is "5,2", which …

  4. 'System.Data.SqlDbType' does not contain a definition for 'Datetime'

    Oct 7, 2021 · Monday, November 9, 2015 8:48 AM 0 Sign in to vote User-214275788 posted I used this: cmd.Parameters.AddWithValue ("@ContactLogID", SqlDbType.Int).Value = "ContactLogID"; and got …

  5. Blob in MySql using c# - social.msdn.microsoft.com

    Dec 10, 2008 · There is a varbinary (max) data type in MS SQL Server, and there is a VarBinaryMax.VarBinaryMax sql data type in ADO.NET with which you can store and retrive blob …

  6. Profiler Settings to Capture Parameter Values being passed for …

    Feb 28, 2014 · My question is a bit different. I was trying to find the values that the paramaters were passing. for looking for sql text for sp_execute using profiler, try this link.

  7. Could not get provider invariant name from the connection type ...

    Sep 28, 2017 · Could not get provider invariant name from the connection type qualifier "MySql.Data.MySqlClient.MySqlConnection, MySql.Data, Version=6.9.9.0, Culture=neutral, …

  8. DataContext.ExecuteQuery<TDTO> should only assign non null values

    Nov 28, 2008 · LINQ to SQL will take the value from each column in the result set and try and assign it to instances of your type, PersonDTO. NULL is a value just like 1, 2 and 3, etc - it is just a value with …

  9. There was an error while trying to deserialize parameter

    I have an WCF service which has a web method which takes an parameter whose data type is object. I have consumed this service using the "Add generated item" wizard. I have then used maps to map …

  10. Vba- Query table limit for database table with a column having data ...

    Nov 28, 2017 · I have an excel application where a button click connects to HANA database using HANA client (HDBODBC) and put the data in a sheet after fetch. The method is working fine except …