About 20,000 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. Error: 1105, Severity: 17, State: 2 - social.msdn.microsoft.com

    Apr 7, 2008 · I am using Sql server 2000 SP4, my database is 117GB and in Simple Recovery Model.

  3. SQL pivot - how do I pivot two columns of data?

    Dec 12, 2013 · The problem is simple to solve, if you stay away from the proprietary PIVOT operator, and instead form your pivot with standard SQL constructs: SELECT convert (char (8), CreatedOn, …

  4. call cobol from MS SQL stored procedure - social.msdn.microsoft.com

    Jul 7, 2015 · In DB2 stored procedures are calling external cobol code/program, I want convert DB2 stored procedure to MS SQL stored procedure, on that case, How to call call cobol from MS SQL …

  5. is there any TOOL to convert sql code to SQLCMD

    Jan 15, 2012 · Why do you require a converter here?. As far as I know SQLCMD also uses the same T-sql syntax. Can you post one sample query that you want to convert ?

  6. how to get data between two dates from sqlserver

    Nov 8, 2017 · Use the following format for date range searches: select convert (varchar,ISSUEDATE,103) from tblHeader where ISSUEDATE >= '20001212' AND ISSUEDATE < …

  7. How to format bigint values so that 16 digits can be copied to Excel?

    Jan 17, 2012 · A query returns a column of 16 digit key values which I am trying to copy into Excel. Excel initially displays them in scientific notation, e.g. 1.24117E+15. When I change the Excel format …

  8. Issues with OpenQuery - social.msdn.microsoft.com

    May 20, 2008 · I also changed any SQL Server reserved words and still no success running via SQL Server, but as I said before, the query run fine directly on the PostGres database.

  9. DateTime is stored as an int. How to convert to datetime format??

    Aug 21, 2014 · DateTime is stored as an int. How to convert to datetime format?? Archived Forums 181-200 > Getting started with SQL Server

  10. Cannot convert a char value to money. The char value has incorrect …

    Aug 9, 2010 · Cannot convert a char value to money. The char value has incorrect syntax. But whatever the cause, you need to investigate the generated query.