home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Installation, configuration support
What is microsoft sql server password when u configure it first
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="yitiana" data-source="post: 647346" data-attributes="member: 106091"><p>When you installed MSSQL Server on your computer, it would have asked you to set a password for it. If not, maybe null.</p><p>You can use command prompt to change sql password.</p><p>[code]Osql -S yourservername -E </p><p>1> EXEC sp_password NULL, 'yourpassword', 'sa'</p><p>2> GO[/code]</p><p>Here is an article describes 4 methods to <a href="http://www.passwordunlocker.com/knowledge/change-sql-server-password.html" target="_blank">change sql server password</a>, that could help you.</p></blockquote><p></p>
[QUOTE="yitiana, post: 647346, member: 106091"] When you installed MSSQL Server on your computer, it would have asked you to set a password for it. If not, maybe null. You can use command prompt to change sql password. [code]Osql -S yourservername -E 1> EXEC sp_password NULL, 'yourpassword', 'sa' 2> GO[/code] Here is an article describes 4 methods to [url=http://www.passwordunlocker.com/knowledge/change-sql-server-password.html]change sql server password[/url], that could help you. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Installation, configuration support
What is microsoft sql server password when u configure it first
Contact us
RSS
Top
Bottom