About 891,000 results
Open links in new tab
  1. Remove Setup Bootstrap folder on SQL Server 2008 to free space

    The folder « C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Update Cache » is used to verify what are the service packs or cumulative updates already installed and it is also not indicated …

  2. hash - SQL Server 2008 and HashBytes - Stack Overflow

    SQL Server 2008 and HashBytes Asked 15 years, 2 months ago Modified 8 years, 10 months ago Viewed 16k times

  3. Migration from SQL Server 2008 to 2012 - CodeProject

    Aug 7, 2012 · The content from SQL server 2008 must be migrated to the 2012 supported formats. The approach I am going to take is the second, since I have a new hardware and I am going to do a fresh …

  4. SQL Server 2008 IIF statement does not seem enabled

    SQL Server 2008 IIF statement does not seem enabled Asked 13 years, 4 months ago Modified 8 years, 6 months ago Viewed 88k times

  5. Install SQL CLR types & Report Viewer 2012 on Sql 2008 server

    I'm in the process of installing a client's ASP.net site on a Windows Server 2003 box running Sql 2008. The site uses Report Viewer 2012, but when I attempted to install it on the server, I got the message …

  6. 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 '...

  7. Would the database compatibility level affect performance? - sql server

    5 We just migrated our Microsoft SQL Server from 2005 enterprise to 2008 standard on the same specification hardware. The databases were backed up and then restored to a clean sql 2008 install. …

  8. Don’t have permission to access SQL Server Express 2008?

    When you install SQL Server 2008 one of the screens asks what accounts should have Administrative Rights to the SQL Server Instance. If you don't select and accounts, then no accounts have admin …

  9. SQL Server 2008 - IF NOT EXISTS INSERT ELSE UPDATE

    SQL Server 2008 - IF NOT EXISTS INSERT ELSE UPDATE Asked 13 years, 3 months ago Modified 3 years, 11 months ago Viewed 523k times

  10. With SQL Server (2008), can you grant create table ... - Server Fault

    Working with security in SQL Server 2008, I'm trying to grant a user CREATE TABLE permissions, but only within a specific schema. Does CREATE TABLE permission only apply at the database level? Ca...