Viewing 15 posts - 106 through 120 (of 120 total)
Since the database files are already on the disks being moved, all you need to do is to attach the database to the newly installed server. All server logins need...
June 19, 2003 at 10:24 am
Are you replacing server A or making a standby server?
June 18, 2003 at 5:30 pm
What happened here is that the database user is out of sync with the server login, which gives the error '... not a valid user...'.
'sp_change_users_login' should fix this broken link.
June 18, 2003 at 11:02 am
Has anybody tried this 'sp_change_users_login' on a 6.5 database? I couldn't get it to fix the login, but ended up deleting and recreating the login, which removed all the database...
June 18, 2003 at 10:37 am
I got the same error msg. Click the link provided, you should be able to answer from there.
June 18, 2003 at 10:27 am
Thanks again for your help, Everett.
I got it to work.
WM
June 17, 2003 at 2:31 pm
One last question, Everett:
How do I create a dump device for each database in the script?
Thank you.
WM
June 17, 2003 at 10:48 am
It ran successfully! 🙂
Thank you very much, Everett, for all your assistance.
WM
June 17, 2003 at 10:13 am
The printed statements are correct and can be run successfully manually. But I got the error when it is executed with the EXEC @CreateDatabse command.
WM
June 16, 2003 at 5:58 pm
Thanks again, Everett.
I got the MaxSize worked out and printed out the Create Database statements. However, when I tried to run the code with the
EXEC @CreateDatabase statement, I got...
June 16, 2003 at 5:28 pm
Hi Everett,
Thanks for your reply.
Where should I put this line? It does not seem to work:
CONVERT(char(2),@DataSize) and CONVERT(char(2),@LogSize).
Also, for the MaxSize, can I do something like set @MaxSize...
June 16, 2003 at 4:19 pm
Hi,
I am still working on the script supplied by Everett. I am getting the following error when putting the int value into the create database statement. Any suggestions to make...
June 16, 2003 at 12:17 pm
Thank you, mworku. I will modify and run it today. I will post the result.
WM
June 16, 2003 at 10:43 am
Thank you very much, Everett. I will try that and let you know how it goes.
Thanks again for your help!
WM
June 13, 2003 at 4:55 pm
Viewing 15 posts - 106 through 120 (of 120 total)