Re: MSDE 2000 and Default Database
From: Hari Prasad (hari_prasad_k_at_hotmail.com)
Date: 03/20/04
- Next message: Hari Prasad: "Re: McAfee on SQL server"
- Previous message: NTborg: "McAfee on SQL server"
- In reply to: GerardoU: "MSDE 2000 and Default Database"
- Next in thread: Gerardo: "Re: MSDE 2000 and Default Database"
- Reply: Gerardo: "Re: MSDE 2000 and Default Database"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 20 Mar 2004 13:22:40 +0530
Hi,
In your script execute use the OSQ utility,
OSQL -Uuser -Ppassword -Sserver -Q"TSQL Commands" -o <log file>
In the TSQL COmmands place you can fire a stored procedure which does all
1. Create your database with Attach option
2. Creation of logins and users .....
Thanks
Hari
MCDBA
"GerardoU" <gerardou@xygnus.com> wrote in message
news:30D08198-2025-47EB-AA2D-D0F46A519E34@microsoft.com...
> Hi friends...
>
> I hope this one is an easy one. I am deploying the MSDE 2000 along with my
application. That application uses a Database created for the application's
purpose. To let the end user install the MSDE on their PCs, I am using the
Setup /settings setup.ini command line... I don't know an easier way for my
end-users to do it. The problem is that that command line installs the
Master and Default databases but I can not find the way to make it install
mine (MDF and LDF files).
>
> I will really appreciate any help on how to do it without the end-user
intervention. The installer takes on the job from that point forward
configuring the ODBC data source and other stuff, but my installer can not
register the application's Database neither... well, I think so
(InstallShield Express 3.03). It can copy both files but can not register
the DB with the MSDE.
>
> Please help me. Thanks in advance.
>
> Regards
> gerardou@xygnus.com
- Next message: Hari Prasad: "Re: McAfee on SQL server"
- Previous message: NTborg: "McAfee on SQL server"
- In reply to: GerardoU: "MSDE 2000 and Default Database"
- Next in thread: Gerardo: "Re: MSDE 2000 and Default Database"
- Reply: Gerardo: "Re: MSDE 2000 and Default Database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|