About 15,000 results
Open links in new tab
  1. Why did queries become slower after upgrading SQL Server 2012 to …

    Apr 9, 2024 · 1 I'm in the process of upgrading my current set of databases from SQL Server 2012 to 2022. I've ensured I've matched my resources/specs to ensure both Servers match. I am facing a …

  2. SQL Server 2019 performance worse than 2012... am I missing …

    May 29, 2020 · We have a SQL Server 2012 server which far outperforms a SQL Server 2019 database on (as far as I can see) the same infrastructure. We are hosting both databases on a cloud platform …

  3. SQL Server 2012 "Error Code : -2146498548 WindowsPowerShellV2"

    Sep 20, 2025 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation and how do I …

  4. SQL Server Developer Edition 2012 or 2014 - Download

    May 21, 2015 · SQL Server Developer Edition 2012 or 2014 - Download Ask Question Asked 10 years, 6 months ago Modified 3 years, 9 months ago

  5. Upgrading from SQL Server 2012 SP1 to SQL Server 2019

    Jan 10, 2020 · Export the database from SQL Server 2012 as is, and script it for the highest server version available (2017). If I installed SQL Server 2012 SP4, would that give me an option to Script …

  6. sql server - SQL Install Fail - 2012 on Win11 - Database Administrators ...

    Jan 12, 2022 · Explore related questions sql-server sql-server-2012 See similar questions with these tags.

  7. sql server 2012 - High usage of CPU Without use - Database ...

    Jan 7, 2020 · So, on the basis of lastwaittype column value you can change recommended (according the wait type) SQL Server configuration or tune your HW. If it returns process id >50 means it's user …

  8. Installing SQL Server 2012 - Wait on the Database Engine recovery ...

    I am installing SQL Server 2012 SP1 on a new Windows 8.1 machine. During installation I get this error: (Screenshots similar to this question) TITLE: Microsoft SQL Server 2012 Service Pack 1 Set...

  9. SQL Server 2012: Generate Scripts from command line

    Nov 15, 2015 · 28 I am running SQL Server 2012. The SQL Server Management Studio has the option to right click on a database then select Tasks and Generate Scripts. Is there a way to automate that …

  10. Grant Permissions to all databases using server role

    Apr 16, 2020 · How to create a read-only server role on SQL Server 2012? This solution will work for SQL Server 2014 and above. CREATE LOGIN [AccountNeedPermission] FROM WINDOWS WITH …