Re: MSDE and VS.NET Quickstart Tutorials
From: Luke Vogel (not_at__real_address)
Date: 08/04/04
- Next message: June Macleod: "Re: Trigger events"
- Previous message: Luke Vogel: "Re: MSDE and VS.NET Quickstart Tutorials"
- In reply to: Andrea Montanari: "Re: MSDE and VS.NET Quickstart Tutorials"
- Next in thread: Ron Allen: "Re: MSDE and VS.NET Quickstart Tutorials"
- Reply: Ron Allen: "Re: MSDE and VS.NET Quickstart Tutorials"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 4 Aug 2004 18:00:20 +1000
Ok, gave it a go,
osql.exe returns:
Error: No User selected. Try with -U or -E switches.
So I try -U myusername(I have administrator privileges) ... asks for
password ...
responds with:
SQL Server does not exist or access denied.
So I try -E ... doesn't ask for a username this time ...
responds with the same message:
SQL Server does not exist or access denied.
I've had a look at all users and groups on my laptop, and I can't find a
specific SQL user or anything like that (there is an SQLDebugger account
for use with VS.NET, but I don't know what password or whatever that it
might be setup with)
I'm no guru on this stuff ... any and all help would be appreciated.
What am I doing wrong.
Regards,
Luke.
"Andrea Montanari" <andrea.sqlDMO@virgilio.it> wrote in message
news:2n72l8Ftju82U1@uni-berlin.de...
> hi Luke,
> "Luke Vogel" <not@_real_address> ha scritto nel messaggio
> news:ua5gR5HeEHA.2384@TK2MSFTNGP09.phx.gbl...
> > Hi all,
> >
> > I believe that MSDE installs with 4 sample databases pubs grocery2go
etc
> > ...
> >
> > I can't seem to get the quickstart tutorials working properly
> > (specifically the ones that access the "pubs" database).
> >
> > I suspect that the database files may have been corrupted or tables
> > deleted or something ... I cant seem to get the databases to
reinstall.
> >
> > Can someone point me in the direction of how to re-install the
databases
> > please?
> > .. or would it be easier to uninstall the complete MSDE package
delete
> > the residual files and re-install?
>
> it is not required to reinstall MSDE... just delete that database...
on
> oSql.exe or whatever query tool you have execute
> USE master
> GO
> DROP DATABASE pubs
>
> you then have to re-run the pubs install script..
> --
> Andrea Montanari (Microsoft MVP - SQL Server)
> http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org
> DbaMgr2k ver 0.8.0 - DbaMgr ver 0.54.0
> (my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a
visual
> interface)
> --------- remove DMO to reply
>
- Next message: June Macleod: "Re: Trigger events"
- Previous message: Luke Vogel: "Re: MSDE and VS.NET Quickstart Tutorials"
- In reply to: Andrea Montanari: "Re: MSDE and VS.NET Quickstart Tutorials"
- Next in thread: Ron Allen: "Re: MSDE and VS.NET Quickstart Tutorials"
- Reply: Ron Allen: "Re: MSDE and VS.NET Quickstart Tutorials"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|