About 917,000 results
Open links in new tab
  1. 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 …

  2. Calculate a Running Total in SQL Server - Stack Overflow

    May 14, 2009 · And for us who working with SQL Server 2008 R2 and not Denali, it's still fastest way to get running total, it's about 10 times faster than cursor on my work computer for …

  3. SQL Server database backup restore on lower version

    May 31, 2011 · How to restore a higher version SQL Server database backup file onto a lower version SQL Server? Using SQL Server 2008 R2 (10.50.1600), I made a backup file and now I …

  4. How to find the port for MS SQL Server 2008? - Stack Overflow

    Oct 5, 2009 · Go to All Programs -> Microsoft SQL Server 2008 -> Configuration Tools -> SQL Server Configuration Manager Click on SQL Native Client 10.0 Configuration -> Client …

  5. How can I add a new schema to SQL Server 2008? - Stack Overflow

    Oct 28, 2025 · 70 How do you add a new schema to a database? I am creating a new table and would like to select my own schema from the properties list, but I don't know how to create it. I …

  6. sql server - Where to download the old SQL ODBC driver version …

    Jun 27, 2022 · The "SQL Server Native Client" is a distinct driver with a distinct name. An application specifically asking for "SQL Server" will not get this driver. It's a bit unfortunate that …

  7. Split function by comma in SQL Server 2008 - Stack Overflow

    Jun 16, 2015 · Split function by comma in SQL Server 2008 Asked 11 years, 11 months ago Modified 2 years, 5 months ago Viewed 78k times

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

    Oct 18, 2016 · I was installing SQL Server 2008 R2 on a Windows 11 Machine and I was getting the same error every time. I have tried to download and install Visual C++ runtime separately …

  9. sql server - T-SQL split string - Stack Overflow

    Jun 6, 2012 · I have a SQL Server 2008 R2 column containing a string which I need to split by a comma. I have seen many answers on StackOverflow but none of them works in R2. I have …

  10. Rename column SQL Server 2008 - Stack Overflow

    Apr 30, 2013 · I am using SQL Server 2008 and Navicat. I need to rename a column in a table using SQL. ALTER TABLE table_name RENAME COLUMN old_name to new_name; This …