473,396 Members | 1,894 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,396 software developers and data experts.

Allow currently logged in user to connect to sql server 2008/express no matter...

228 100+
What would be a quick way to allow users to connect to sql server 2008 server or express editions no matter their username, password, windows group or domain?

My app is been installed from various accounts and i am forced to create the same username and password, or windows group. I don't have such power on the users who are going to work with the application. My only power is on the sql server and the client app we just developed.

Any global way to allow the user to connect to sql server? I thot of creating a service or use default services (such as NETWORK SERVICE) but am not sure if it is the best way to go.

Any idea would really really appreciated.
Jan 14 '13 #1
3 1629
NeoPa
32,556 Expert Mod 16PB
Every logon is a member of the group {Everyone}, and all logons within the Domain are members of {Domain Users}. If you set up permissions for whichever of these groups you feel is the more appropriate then you should have all the control you need.
Jan 14 '13 #2
Rabbit
12,516 Expert Mod 8TB
I hope there's no confidential data in your databases because allowing everyone access means just that. It would be like a honeypot to people with malicious intent.
Jan 14 '13 #3
NeoPa
32,556 Expert Mod 16PB
Rabbit's point is obviously very important, though as you mention access is via an app, I expect you have that handled already. Remember though, an open BE gives access to the data even without using your app. This could be a critical issue that you should get fully right.
Jan 14 '13 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: zoltix | last post by:
Hi, I would like to access to execute specific commands but the privileges are not enough from an aspx Page. Because this service run as IU_IISSERVER, therefore aspx hasn’t access to these...
4
by: BravesCharm | last post by:
I am trying to connect to SQL Server 2005 Express with Visual C# 2005 Express using this code: static void Main(string args) { SqlConnection conn = new SqlConnection(@"Data...
6
by: MuZZy | last post by:
Hi, I am looking to find a way to get currently logged in user's object GUID without querying ActiveDirectory. For example, when i log in to my laptop from home, I'm not on the office network so...
2
by: Peter Oliphant | last post by:
I'm currently trying to install VC++ 2008 Express Beta 2. It downloads all the files just fine. Then it begins to install .NET Framework 3.5. This starts, but at around 5% done according to...
2
by: sgawas01 | last post by:
i want the username of currently logged in user on client machine. want to use it for intranet authentication. i dont want my application to show any popup asking for username and password. it...
1
by: Ken Fine | last post by:
I have set up Microsoft Search Server 2008 Express. I want to know how I can query against it and return results in a form that can be bound to ASP.NET controls like ListViews. If there's simply...
1
by: Chris O'C | last post by:
See: http://blogs.zdnet.com/microsoft/?p=1519 "Microsoft officials announced at TechEd South Africa on August 6 that SQL Server 2008 has been released to manufacturing. "Microsoft officials...
1
by: BobLewiston | last post by:
I installed SQL Server 2008 Express, basic edition (SQLEXPR32_x86_ENU_Bootstrapper.exe, version 9.0.30729.1) without any problem. Then I attempted to install AdventureWorks Sample Databases for...
0
by: BobLewiston | last post by:
I've installed SQL Server 2008 Express with Advanced Features, but I've been having so-far insurmountable problems installing the AdventureWorks sample databases. However, I've successfully installed...
0
by: BobLewiston | last post by:
Assuming it can be done (as I've been told): How do I import ".mdb" (MS Access / OleDb) files (specifically, Northwind sample database files) into SQL Server 2008 (Express with Advanced Features)?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.