About 18,100 results
Open links in new tab
  1. Add column with user-defined data types in the replicated table

    Jun 15, 2016 · I'm using transactional replication in SQL Server 2012. Is it possible to replicate user-defined data types by adding a new column in the replicated table? For example:

  2. ODBC and error -7776 from Access and SQL Server.

    Dec 19, 2007 · I have an SQL Server running my database, I connect to it through a VPN, I'm linking tables with it using ODBC from my Access database. I can see the data without …

  3. Changing Behavior of Large Object Data Types in CDC

    Jul 6, 2016 · First of all do you have any column in your source table (that has CDC turned on) that qualifies for large object data type ? If yes, according to the documentation, you will loose …

  4. how to get sql diagram from already deployed database in sql …

    Jun 2, 2010 · I am new employee in a company and I have sql server 2005 installed with a database for marketing, for example lets call it x, now this database has a set of tables with …

  5. Report error - Invalid Number - social.msdn.microsoft.com

    Jan 15, 2013 · I agree with Santosh that the issue should occur because the mismatch between the data types of the parameter values passed to the query and the target column. If you have …

  6. UNPIVOT with diffrent datatypes - social.msdn.microsoft.com

    Sep 12, 2011 · however the problem comes when i include a column which it's datatype is not numeric (14, 4) in query. for example when i include P01 (of type numeric (17, 4)) i get this error:

  7. VS_NEEDSNEWMETADATA - social.msdn.microsoft.com

    Sep 18, 2009 · I am prototyping a SSIS package that will be used exclusively with our double-byte ERP databases (PRogress). I can make it run from a command prompt for one of the double …

  8. Smo Column Object - social.msdn.microsoft.com

    Jun 22, 2005 · In SMO we have introduced a richer way to express data types, through the DataType object (See Column.DataType). The DataType object exposes MaximumLength, …

  9. Convert DateTime2 to DateTime from Stored Procedure Executed …

    Mar 21, 2013 · How can i Convert DateTime2 to DateTime from Stored Procedure Executed Result ? I have a procedure which will execute a dynamically formed sql statement which will …

  10. Triggers not firing on cascade delete - social.msdn.microsoft.com

    May 7, 2013 · The data types of the tables and your insertions did not match. What are you actually trying to do?