This is a discussion on Re: Rebuildm within the SQL Server forums, part of the Microsoft SQL Server category; --> "Elham GH" <ElhamGh_TechMail@yahoo.com> wrote in message news:e045d91.0307070321.3f0693d4@posting.google.co m... > I know if i want to changing my SQL Server ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "Elham GH" <ElhamGh_TechMail@yahoo.com> wrote in message news:e045d91.0307070321.3f0693d4@posting.google.co m... > I know if i want to changing my SQL Server Code page must using Rebuildm.EXE > But it dosen't work, and send a error message.How should i use this utility? Which version of SQL Server are you using, what is the error message, and when exactly does the error happen? Simon |
| ||||
| "Elham GH" <ElhamGh_TechMail@yahoo.com> wrote in message news:e045d91.0307080432.565c9481@posting.google.co m... > "Simon Hayes" <sql@hayes.ch> wrote in message news:<3f09b564_3@news.bluewin.ch>... > > "Elham GH" <ElhamGh_TechMail@yahoo.com> wrote in message > > news:e045d91.0307070321.3f0693d4@posting.google.co m... > > > I know if i want to changing my SQL Server Code page must using > > Rebuildm.EXE > > > But it dosen't work, and send a error message.How should i use this > > utility? > > > > Which version of SQL Server are you using, what is the error message, and > > when exactly does the error happen? > > > > Simon > > SQL Server2000. > I stoped all service .But i got "DATA BASE is in use" Error. There are a couple of known issues with rebuildm.exe. If the error is "Cannot copy master. There has been a sharing violation. The source or destination file may be in use.", then you may have this issue: http://support.microsoft.com/default...b;en-us;238678 There is also a problem if you are running it from a CD or some other read-only media: http://support.microsoft.com/default...b;en-us;273572 Hopefully one of those two solutions will apply to you. |