About 341,000 results
Open links in new tab
  1. How to compare software versions using SQL Server?

    Jul 6, 2012 · When trying to compare software versions 5.12 to 5.8, version 5.12 is newer, however mathematically 5.12 is less than 5.8. How would I compare the two versions so that a …

  2. What is best tool to compare two SQL Server databases (schema …

    Dec 4, 2015 · I would like to compare two SQL Server databases including schema (table structure) and data in tables too. What is best tool to do this?

  3. SQL Server Web vs Standard edition - Stack Overflow

    I have found out that there's two versions of SQL Server types that are very different in terms of pricing... The Web version from my host provider costs about 13$ per 2 core packs, whereas …

  4. sql server - Differences Between Drivers for ODBC Drivers - Stack …

    Using python (pyodbc) I tested the throughput of the SQL Server, ODBC Driver 13 for SQL Server, and SQL Server Native Client 11.0 drivers. The SQL Server driver was consistently …

  5. SQL Server RowVersion/Timestamp - Comparisons - Stack Overflow

    Dec 17, 2010 · Just as a note, timestamp is deprecated in SQL Server 2008 onwards. rowversion should be used instead. From this page on MSDN: The timestamp syntax is deprecated. This …

  6. SQL Server 2019 date datatype comparison - Stack Overflow

    Oct 29, 2024 · Let the SQL Server connection library handle this instead, and just give it your Date/DateTime object. In general, if you find yourself converting a strongly-typed Date value …

  7. Difference between Microsoft SQL Server and Microsoft SQL …

    May 12, 2020 · The difference between SQL Server Express vs the regular version, is quite minimal for someone just trying to lean the in's and out's of the product. I have clients that …

  8. How to compare SQL strings that hold version numbers like .NET …

    So I could use some help: Given an sql string that represents a product version '15.0.0.0' is there a foolproof way to sort or compare that string similar to how .NET class System.Version …

  9. SQL Server file names vs versions - Stack Overflow

    I am lucky to be an admin of a server, but I have no idea how many versions of sql server on this server. When I opened the file Microsoft SQL Server, there are files called 80, 90, 100, 110. …

  10. What does 'COLLATE SQL_Latin1_General_CP1_CI_AS' do?

    Not all versions of SQL Server come with new collations, so there are gaps in the version numbers. There are some that are 90 (for SQL Server 2005, which is version 9.0), most are …