Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Earltnm
Starting Member
2 Posts |
Posted - 2007-06-25 : 10:37:02
|
| Hi, trying to use SQL server for the first time, and it's asking for a password that I don't know. Any guidance on that? Thanks. |
|
|
noorahmed.shaik
Starting Member
11 Posts |
Posted - 2007-06-25 : 10:53:43
|
| Hi,As for my knowledge Password is not necessary if it is standalone system...Just type ur system name as server nameNoor AhmedKeysoft solution |
 |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-06-25 : 10:54:44
|
quote: Originally posted by Earltnm Hi, trying to use SQL server for the first time, and it's asking for a password that I don't know. Any guidance on that? Thanks.
Why don't you ask your DBA, the password he/she set for the server?Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
Earltnm
Starting Member
2 Posts |
Posted - 2007-06-25 : 12:18:27
|
| Thank you for your suggestions. I am a stand-alone desktop user that is trying to install Rivendell radio software which requires SQL. I am using Linux Ubuntu and every command string I've tried to run SQl has either led to an error message or asks for a password that I don't know.Is it possible that I don't have a local version of SQL Running? How can I install/verify that for Ubuntu? thanks. |
 |
|
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2007-06-25 : 14:00:10
|
| You do not have Microsoft SQL Server running on your computer, and you cannot install it on Linux Ubuntu. I doubt that you software uses Microsoft SQL Server; maybe it uses MySQL.This site is only for questions about Microsoft SQL Server. You might try your question at the MySQL forum on dbforumns.comCODO ERGO SUM |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-06-25 : 21:54:11
|
| Default login/password on MySql is root/root as I know, double check MySql doc. |
 |
|
|
|
|
|