I am new to this stuff. Where am I going wrong?
I successfully installed MSDE for use with VS.net 2003 using...
However, I cannot install the pubs database. When I use the following command, there is a delay of about 20 seconds and the c:\ prompt displays. There is no other message. When I check the MSSQL$VSDOTNET directory, pubs is not there.
Daniel Dillon
O o . (<--- brain shrinking at rate shown.)
I successfully installed MSDE for use with VS.net 2003 using...
Code:
Setup.exe /qb+ INSTANCENAME=VSDOTNET DISABLENETWORKPROTOCOLS=1 SAPWD=mycurrentadminpw
However, I cannot install the pubs database. When I use the following command, there is a delay of about 20 seconds and the c:\ prompt displays. There is no other message. When I check the MSSQL$VSDOTNET directory, pubs is not there.
Code:
OSQL.EXE -E -S mycurrentcomputername\VSDOTNET -i "C:\SQL Server 2000 Sample Databases\instpubs.sql" -o C:\instpubs.out
Daniel Dillon
O o . (<--- brain shrinking at rate shown.)