473,395 Members | 1,720 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

SQL Server and Workgroup networks, how?

How to establish connection string for sql server on non-domain network?
Jan 4 '06 #1
2 5953
YOu can connect to SQL Server without having a domain integration, but
yxou cannot use integrated authentication across the computers because
the SQL Server canīt trust these unknown and unreliable machines. If
you want to use SQl Server authentication you have to include the
UserId and the Password tag within the Connection string.
From Connectionstrings.com:


"Data Source=Aron1;Initial Catalog=pubs;User Id=sa;Password=asdasd;"

HTH, Jens Suessmeyer.

Jan 4 '06 #2
Jens (Je**@sqlserver2005.de) writes:
YOu can connect to SQL Server without having a domain integration, but
yxou cannot use integrated authentication across the computers because
the SQL Server canīt trust these unknown and unreliable machines. If
you want to use SQl Server authentication you have to include the
UserId and the Password tag within the Connection string.


You can use integrated security in workgroups as well, but it is more
flaky. You username and password must be the same, but there may be more
to it.

During the beta programme of SQL 2005, I ran SQL 2005 on virtual machines,
and I did not have any domain. I was able to connect from my host computer
to the virtual machines with integrated security, but the other direction
did not work.
--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Jan 4 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Chris | last post by:
I try to read a shared directory. This shared directory is on a 2000 server. When I use DirectoryInfo.Exists, I always have "This directory does not exist". If the shared directory is on a...
7
by: Jenbo | last post by:
I know this has come up frequently but I can't seem to put my finger on the precise problem as it applies to me. I have a workgroup with a 2003 box with Sql server on it. Also, on this, I have an...
6
by: aj | last post by:
I currently have 2 official DB2 Workgroup Edition licenses for my 2 v8 production servers. I also have tech support/software upgrade agreements in place for both servers. I am interested in...
3
by: Mark | last post by:
I have a server in a workgroup (called "wg"). Does anyone know how to find the name of the workgroup from code (pref c#)? I've trawled the newsgroups and the MSDN site for the right class / method...
1
by: Keith Smith | last post by:
My software will be installed on peer-to-peer networks and sometimes 2000/2003 domain networks. How can I get a list of the computers on the network? My goal is to search each of these computers...
4
by: Wolfgang Kraus | last post by:
Hi, i want to create a solution which shall consist of a sql server 2005 - data base (express edition if the following features are available by express edition) and a mobile windows application...
14
by: Guillermo_Lopez | last post by:
Hello, Our company has developed several Access applications for our clients and we wish to expand to use a database server. We wish to use Access as the front end application and SQL Server...
2
by: Artie | last post by:
I need to run a trace on a SQL 2005 Workgroup Edition. Profiler is only available in Standard and Enterprise? SQL 2005 BOL refers to serveral SPs and functions for tracing but I don't have those...
10
by: grojom | last post by:
http://i44.tinypic.com/eimsyh.jpg Disclaimer Before you ask why I don't just put everything on the 192.168.1.0/24 network, let me just say I do this on another person's will. Info: For purposes...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.