You get MSDE in your Office CD free. I had Microsoft Office XP with me and this is the way I installed it.
Insert your Office CD in, and type the following in your Command Prompt:
C:\>D:\MSDE2000\Setup.Exe SAPWD="
And to Attach a Database to MSDE, I used the following way:
Again nothing will help you instead of Command Prompt.
Here, first you have to login to MSDE, and this is the way its done (provide your SA password):
C:\>osql/U sa/P
Once logged in, type the following in the command prompt:
EXEC sp_attach_db @dbname='pubs' @filename1='C:\Program Files\Microsoft Sql Server\MSSQL\Data\pubs.mdf' @filename2=''C:\Program Files\Microsoft Sql Server\MSSQL\Data\pubs_log.ldf' GO
Its arent easy with out a proper GUI, yet I was able to surf the internet and get help.
No comments:
Post a Comment