Aug 22, 2009 #1 V vankan Newbie Spellweaver 10 Happy Years Joined Jul 28, 2009 Messages 22 Reaction score 0 after i create my account in MSSQL2005.....i forgot my id and pass!! how to find out...?
Aug 22, 2009 #2 cypher The Cat in the Hat VIP 1000 Posts Trophy Point Collector [VIP] Subscriber 10 Happy Years Legends Never Die Joined Oct 26, 2005 Messages 4,497 Reaction score 692 there is a stored procedure in account database can`t remember the name, something like this: sp_cabaltool_newpassword or newdetails, can`t remember, just look and you will find it. Upvote 0
there is a stored procedure in account database can`t remember the name, something like this: sp_cabaltool_newpassword or newdetails, can`t remember, just look and you will find it.
Aug 22, 2009 #3 chumpywumpy The Dinosaur Loyal Member 1000 Posts Trophy Point Collector 10 Happy Years Joined Jun 29, 2008 Messages 5,021 Reaction score 999 exec account.dbo.cabal_user_update_password 'username','new password' You can't find out what the pass is because it's encrypted. Upvote 0
exec account.dbo.cabal_user_update_password 'username','new password' You can't find out what the pass is because it's encrypted.