DevLifeStyle Community
All Tags » SQL (RSS)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Re: Database collation conflict

    Try To use the following Command ALTER DATABASE MyDB SET SINGLE_USER WITH ROLLBACK IMMEDIATE ALTER DATABASE MyDB COLLATE Latin1_General_CI_AS ALTER DATABASE MyDB SET MULTI_USER
    Posted to SQL Server (Forum) by Adel M. Abu Madi on 06-26-2009
  • Database collation conflict

    when I tried to run the following command ALTER DATABASE [MyDB] COLLATE Latin1_General_CI_AS , I got the Follwoing Error : Msg 5030, Level 16, State 2, Line 1 The database could not be exclusively locked to perform the operation. Msg 5072, Level 16, State 1, Line 1 ALTER DATABASE failed. The default...
    Posted to SQL Server (Forum) by AbuAsseel on 06-26-2009
Page 1 of 1 (2 items)
Copyright© 2009 DevLifeStyle. All rights reserved
Powered by Community Server (Non-Commercial Edition), by Telligent Systems