About 817,000 results
Open links in new tab
  1. How to check SQL Server version - Stack Overflow

    What are the possible ways to determine the deployed SQL Server version? I’ve tried to do it using the SQL Server software. I want to do it using a command line SQL statement.

  2. How can I determine installed SQL Server instances and their …

    265 I'm trying to determine what instances of sql server/sql express I have installed (either manually or programmatically) but all of the examples are telling me to run a SQL query to …

  3. t sql - How to check SQL Server Database compatibility after sp ...

    79 According to BOL (SQL Server Books Online) on sp_dbcmptlevel, This feature will be removed in a future version of Microsoft SQL Server. Do not use this feature in new development work, …

  4. How do I upgrade SQL Server localDB to a newer version?

    We currently use version 11 from SQL Server 2012. I need to upgrade to version 12 from SQL Server 2014. I would like to be able to do it without losing my tables and data. I installed a new …

  5. How do you check what version of SQL Server for a database …

    Sep 12, 2008 · How do you check what version of SQL Server for a database using TSQL? Asked 17 years, 2 months ago Modified 7 years, 3 months ago Viewed 244k times

  6. Versioning in SQL Tables - how to handle it? - Stack Overflow

    In fact, I find it useful to use SQL Server table-valued functions to allow very simply querying of any date. Here's an example (assuming that you don't want to version employee names so …

  7. sql - How do you version your database schema? - Stack Overflow

    How do you prepare your SQL deltas? do you manually save each schema-changing SQL to a delta folder, or do you have some kind of an automated diffing process? I am interested in …

  8. How to version control SQL Server database with Visual Studio's …

    I have Git Source Control Provider setup and running well. For Visual Studio projects, that is. The problem is that each such project is tightly tied to a SQL Server database. I know how to vers...

  9. How do I version a SQL Server Database? - Stack Overflow

    12 I need to put versions onto a SQL Server 2005 database and have these accessible from a .NET Application. What I was thinking is using an Extended Properties on the Database with a …

  10. The database cannot be opened because it is version 706. (ASP.net)

    Version 663 is a database file from Sql Server 2008R2 (post SP1 ?) So it seems that you are trying to open an MDF file made with 2012 but the current instance of Sql Server is 2008R2.