About 16,400 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. Unable to allocate sequence numbers for …

    May 9, 2016 · SystemSequences Table [AX 2012] includes "nextVal" which is an Extended Data Type, in X++ language (user-defined types based on the primitive data types... nextVal based …

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

  4. sp_executesql extremely slow - social.msdn.microsoft.com

    Feb 18, 2008 · Another possible issue is data type mismatches between the parameters and the column data types, resulting in non-sargable expressions and a bad plan. Please post your …

  5. insert and delete at same time? - social.msdn.microsoft.com

    Oct 7, 2021 · The T-SQL has now MERGE command with the newest version SQL Server 2008. Using Merge, you can INSERT,DELETE or UPDATE data in a table at the same time in a …

  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. Foreign key references a two column primary key

    Jun 14, 2012 · You need the same columns, number and data types, that you are referencing. There is a workaround, if you do not want to carry the natural key when it includes multiple …

  8. Import CSV File to SQL Server Table - social.msdn.microsoft.com

    Jun 10, 2011 · I need to import a CSV file to and SQL Server table. My manager wants multiple to be able to complete this operation using a ASPX Web page. (If it was just me I would just use …

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

  10. How to get the full structure or schema of a table in access …

    Mar 20, 2009 · I want to convert access database to sql database. I am able to create a database through C#. I want to create tables as like existing access tables through C# (with same …