About 35,000 results
Open links in new tab
  1. Can I upgrade SQL Server 2008 R2 to 2019? - Stack Overflow

    Aug 16, 2022 · Just start with a new Windows Server 2022 image, and install SQL Server 2019. Then do a backup/restore of all your user databases from your SQL Server 2008 R2 to the new machine.

  2. SQL Server 2008 R2 an error occurred during the installation of ...

    Oct 18, 2016 · SQL Server 2008 R2 an error occurred during the installation of assembly Asked 9 years, 1 month ago Modified 1 year, 3 months ago Viewed 5k times

  3. SQL Server installation / configuration error - Stack Overflow

    When I am installing SQL Server 2008 I get this error: TITLE: SQL Server 2008 Setup There are validation errors on this page. Click OK to close this dialog box. Review errors at the bottom S...

  4. SQL Server Configuration Manager cannot be found

    Aug 23, 2022 · After installing SQL Server 2008, I cannot find the SQL Server Configuration Manager in Start / SQL Server 2008 / Configuration Tools menu. What should I do to install this tool?

  5. How do I use the CONCAT function in SQL Server 2008 R2?

    I was looking for a CONCAT function in SQL Server 2008 R2. I found the link for this function. But when I use this function, it gives the following error: Msg 195, Level 15, State 10, Line 7 '...

  6. windows - SQL Server 2008 R2 Install stuck - Stack Overflow

    Nov 18, 2018 · When I try to install my SQL Server 2008 R2, it keeps getting stuck at SqlEngineDBStartConfigAction_install_configrc_Cpu64 I found in other issues that I should kill the …

  7. sql server 2008 r2 - Database MSDB can not be opened - Stack Overflow

    Apr 26, 2013 · C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA In opened connection in object Explorer --> rightclick --> Start Then Refresh DataBase. Then you can …

  8. Try_Convert for SQL Server 2008 R2 - Stack Overflow

    I'm using SQL Server 2008 R2 and have a VARCHAR column I want to convert to DECIMAL(28,10) using CONVERT. But many of those rows are badly formatted, so it is not possible to parse them to …

  9. Unable to open SQL Server Management Studio - Stack Overflow

    Jan 11, 2014 · SQLManagementStudio_X86 Executable but still on searching in start menu, I am just able to see Microsoft SQL Server 2008 R2 -> Configuration Tools -> SQL Server Installation Server. …

  10. Format a number with commas but without decimals in SQL Server …

    Nov 3, 2012 · Option 2: We can use an inbuilt system function called 'parsename' as in T-SQL code below, to format and truncate decimals.