What is microsoft sql server password when u configure it first (1 Viewer)

raghav

New Member
May 13, 2008
2
0
Home Country
United States of America United States of America
I see "sa" as the user id but what do you enter as password??
 

Lian

Portal Member
April 5, 2007
7
0
41
Home Country
South Africa South Africa
'MediaPortal' if I remember correctly lol you should pay attention.
 

raghav

New Member
May 13, 2008
2
0
Home Country
United States of America United States of America
thks for the prompt response. Sorry for missing that ;)
 

yitiana

New Member
July 30, 2010
1
0
Home Country
United States of America United States of America
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
Here is an article describes 4 methods to change sql server password, that could help you.
 

Users who are viewing this thread


Write your reply...

Similar threads

Hi, I didn't have SQL problems but just wanted to agree that on my Win7 system, a clean install of 1.36 TV server x86 does not work since it won't start the TV server configuration. Installing 1.33 first and upgrading to1.36 fixed the problem. Eggert
Hi, I didn't have SQL problems but just wanted to agree that on my Win7 system, a clean install of 1.36 TV server x86 does not...
Hi, went from a 1.29 install (working, reinstalled for other reasons) on a fairly fresh and fully updated Windows 10 system for a...
Replies
26
Views
6K
When I am trying to get some hardware or software to work and I am experiencing problems, my usual procedure is: simplify, simplify, simplify. That means avoid making choices that may not work; instead make the "standard" choice, which is often simply accepting the default. A static IP address is known to work with MP1. An address...
When I am trying to get some hardware or software to work and I am experiencing problems, my usual procedure is: simplify...
As an "almost" beginner, I have just installed MP1 client and server v 1.37 unders Windows 11 in a brand new PC. The server is...
Replies
4
Views
443
If your XMLTV guide isn’t populating, setting up an EPG Collector can solve the issue by giving you control over your guide data. This tool lets you customize the EPG to match your needs, ensuring accurate and complete listings. The main benefit of using an EPG Collector is flexibility. You can pull data from reliable sources, adjust...
If your XMLTV guide isn’t populating, setting up an EPG Collector can solve the issue by giving you control over your guide data...
Hi everyone, I hope you are all well My Mum's Mediaportal lost it's marbles thanks to Microsoft update, (even though I had update...
Replies
3
Views
652
I did a check of MP 1.36 x64 on Win11 and I can confirm, that the TV server correctly detects running MediaPortal.exe process.
I did a check of MP 1.36 x64 on Win11 and I can confirm, that the TV server correctly detects running MediaPortal.exe process.
Hi, I am using MP in a client-only setup including DVB-S card for over 10 years now. And regularily scheduling records waking up...
Replies
9
Views
1K
It is present, but not with that name. It is called Scheduler, viz: Interesting. I had never noticed that when the "command" is "ACTION", the "cmdproperty" is the actual window id, but it makes sense that it is. Try this for yourself. First backup your working profile for the remote, then in the "Mapping" panel make a change to...
It is present, but not with that name. It is called Scheduler, viz: Interesting. I had never noticed that when the "command" is...
I would like to be able to go directly to the Scheduled recordings window without having to first go to the home menu. I saw this...
Replies
1
Views
347
Top Bottom