Author |
Topic |
KingCarlos
Yak Posting Veteran
74 Posts |
Posted - 2009-12-15 : 20:56:29
|
I have a company using my product which uses a SQL database. They do not have any of their PC on a domain instead they have opted to be on a workgroup.Any tips on how you get a workgroup user to connect to a separate SQL Server ?Thanks in advance. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
KingCarlos
Yak Posting Veteran
74 Posts |
Posted - 2009-12-16 : 16:34:58
|
IS this done with Management Studio? Am I correct in thinking you have to create a new login and choose Object type = GroupLocation = ???Or am I way off target? |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2009-12-16 : 16:49:02
|
You do have to create a new login but choose "SQL Server authentication" rather than the default "Windows authentication". You then have to provide a password and some security things (I always uncheck the last two boxes and leave the first one checked). Then you provide those credentials to your customer not on the domain and then he/she logs in with that account and specific SQL authentication during the connection.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Subscribe to my blog"Let's begin with the premise that everything you've done up until this point is wrong." |
 |
|
KingCarlos
Yak Posting Veteran
74 Posts |
Posted - 2009-12-16 : 16:52:53
|
Then you provide those credentials to your customer not on the domain and then he/she logs in with that account and specific SQL authentication during the connectionCan you expand a little on that last comment, I got lost at the point of where they log in with that account and specific SQL authentication. Where do they use those credentials? |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
KingCarlos
Yak Posting Veteran
74 Posts |
Posted - 2009-12-16 : 17:39:50
|
Is there an option when logging onto the computer to create a connection to a SQL server using the newly created system admin account and password? |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
KingCarlos
Yak Posting Veteran
74 Posts |
Posted - 2009-12-16 : 19:39:43
|
In the Security section of SQL Management Studio, select the option New Login, and in this screen choose SQL server authentication account rather than windows authentication |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
KingCarlos
Yak Posting Veteran
74 Posts |
Posted - 2009-12-16 : 20:01:57
|
my question now is how to use that information when the client logs on to his PC, is there a place to store this info??? |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|