Re: Microsoft Web Data Administrator
From: Andrea Montanari (andrea.sqlDMO_at_virgilio.it)
Date: 09/13/04
- Next message: Jack T.: "Re: 2GB Limitation question"
- Previous message: Andrea Montanari: "Re: MSDE Uninstall Doesn't"
- In reply to: Juan Carlos Garcia: "Microsoft Web Data Administrator"
- Next in thread: Richard Yeo: "Re: Microsoft Web Data Administrator"
- Reply: Richard Yeo: "Re: Microsoft Web Data Administrator"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 14 Sep 2004 00:10:23 +0200
hi Juan,
"Juan Carlos Garcia" <AskMePlease@AskMePlease.Com> ha scritto nel messaggio
news:O%23buOQdmEHA.704@TK2MSFTNGP09.phx.gbl...
> I have download this Front End because MSDE doesnt ship with an Visual
> Interface,
> i have installed MSDE2000 i believe is MSDE200a
>
> when i installed i pass the SAPWD parameters to the setup and all was
> fine...
>
> but i cant loggin with the user SA with no password.
>
> Even if i made an UDL File, i cant connect with that user, i have to check
> login USING WINDOWS NT Integrated Security....
>
> :S
>
> how can i connect with the SA user with no password
if you can not connect using SQL Server authentication at all, this usually
means that only Windows Authentication is enabled for that instance, and you
have to manually enable it, modifying a Windows registry key, as explained
in http://support.microsoft.com/default.aspx?scid=kb;en-us;285097
if you can connect with SQL Server authentication, but want to clear the sa
password to a blank password, you can execute
EXEC sp_password @new = 'am301065' , @loginame = 'sa'
but I strongly warn you not to do it... a strong password always is your
best friend
-- Andrea Montanari (Microsoft MVP - SQL Server) http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org DbaMgr2k ver 0.9.1 - DbaMgr ver 0.55.1 (my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual interface) --------- remove DMO to reply
- Next message: Jack T.: "Re: 2GB Limitation question"
- Previous message: Andrea Montanari: "Re: MSDE Uninstall Doesn't"
- In reply to: Juan Carlos Garcia: "Microsoft Web Data Administrator"
- Next in thread: Richard Yeo: "Re: Microsoft Web Data Administrator"
- Reply: Richard Yeo: "Re: Microsoft Web Data Administrator"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|