Click here to Skip to main content
15,887,812 members
Home / Discussions / Database
   

Database

 
AnswerRe: Connecting to an SQL Database. Pin
Eddy Vluggen11-Jun-13 22:28
professionalEddy Vluggen11-Jun-13 22:28 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen12-Jun-13 12:59
Bram van Kampen12-Jun-13 12:59 
GeneralRe: Connecting to an SQL Database. Pin
Tim Carmichael13-Jun-13 2:03
Tim Carmichael13-Jun-13 2:03 
GeneralRe: Connecting to an SQL Database. Pin
jschell13-Jun-13 8:57
jschell13-Jun-13 8:57 
GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen13-Jun-13 9:44
professionalEddy Vluggen13-Jun-13 9:44 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen14-Jun-13 0:42
Bram van Kampen14-Jun-13 0:42 
GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen14-Jun-13 8:56
professionalEddy Vluggen14-Jun-13 8:56 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen14-Jun-13 13:59
Bram van Kampen14-Jun-13 13:59 
Thanks Eddy,

That was most helpfull.

I have opened the DB Management suite in Admin mode, and, Yes, My database is there, in all it's humble glory, complete with data. I just cannot get access to it from my User account. (Strange, I Created it from my User Account.) I thought, I soldier on for now by running as Administrator. Fat Chance, as Administrator, I cannot even see my own User Folders (I thought that Administrators could access ALL Folders.)

How do I make this DB accessible from User Mode.



Eddy Vluggen wrote:
Sql Server doesn't care.
 
I don't know of any database that checks
the users' license; as long as he/she is authenticated, the data is theirs. Yes,
SQL Server offers a lot of security options, but I don't think there's a way to
throw the local admin out, or prevent someone from running an SQL-profiler. You
"could" encrypt everything in there, using the license-key as the
encryption-key.
 


What if I use SQL Authentication with a unique Name and Password for each user, and permanently block Windows Authentication. Would that have a chance of working?

The software can only be procured from a Softguard Dealership,and is subject to an annual licence + fee. Producing individual credentials for each individual user would not pose a problem.


Eddy Vluggen wrote:
It's still possible to write binary files, but then you'd have to worry about
consistency a bit more.


Been there, Done that, I have the teeshirt. 'a bit more' is not the term, 90% of the DB Code ends up worrying about it one way or the other. It is manageable on a system with one machine. Imagine the scene with say 6 computers, say 4 Shopfloor terminals, where one has a list of orders waiting for completion, and where staff enters priceing up and packaging details,and two sales terminals, where raw laundry is taken in and processed laundry is handed back to customers. Many terminals typically chasing the same limited subset of the same database. No One terminal can 'Hog' any component or entry of the DB. Doing so would stop others from working. A User display of say an Order Content is obtained, to give the user an environment to work in. By the time the user adds his contribution, the contents may have been changed by another user. We have over the years developed algorithms to manage these situations.
Another design consideration was that a terminal could simply 'Die' halfway trough a transaction. even that should not leave locked items, or partially completed transactions.

I wonder, looking to the future, what provisions there are in SQL to ease this task.

Enough about musing about the future, the task at hand.

Access to the DB from aUser Account, as mentioned above.

The studio generates a panoply of items. I understand that the studio tries to do all things for all people. Do I need them all, can I cull some.

You mentioned that 'dbo' means Database Owner. Each of our end users can only have One and One Only copy of the Database on their system. Who qualifies as 'dbo'. It suggests that several Windows Users can each havetheir 'Own'copy of the database. If that's the case, it has to be stopped. It would allow staff to set up their own shop within a shop, which is clearly unacceptable.



Regards and Thanks Smile | :)
Bram van Kampen

GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen15-Jun-13 2:35
professionalEddy Vluggen15-Jun-13 2:35 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen17-Jun-13 14:13
Bram van Kampen17-Jun-13 14:13 
GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen19-Jun-13 8:54
professionalEddy Vluggen19-Jun-13 8:54 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen21-Jun-13 13:46
Bram van Kampen21-Jun-13 13:46 
GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen22-Jun-13 21:47
professionalEddy Vluggen22-Jun-13 21:47 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen23-Jun-13 14:09
Bram van Kampen23-Jun-13 14:09 
GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen23-Jun-13 22:33
professionalEddy Vluggen23-Jun-13 22:33 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen24-Jun-13 12:56
Bram van Kampen24-Jun-13 12:56 
GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen25-Jun-13 9:52
professionalEddy Vluggen25-Jun-13 9:52 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen18-Jun-13 15:42
Bram van Kampen18-Jun-13 15:42 
GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen18-Jun-13 22:29
professionalEddy Vluggen18-Jun-13 22:29 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen20-Jun-13 15:10
Bram van Kampen20-Jun-13 15:10 
GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen21-Jun-13 9:39
professionalEddy Vluggen21-Jun-13 9:39 
QuestionDictionary Database Requried for Android.... Pin
mAzeem229-Jun-13 8:19
mAzeem229-Jun-13 8:19 
AnswerRe: Dictionary Database Requried for Android.... Pin
Eddy Vluggen10-Jun-13 3:36
professionalEddy Vluggen10-Jun-13 3:36 
QuestionSQL Server table sizes. Pin
Septimus Hedgehog8-Jun-13 0:24
Septimus Hedgehog8-Jun-13 0:24 
AnswerRe: SQL Server table sizes. Pin
i.j.russell8-Jun-13 23:01
i.j.russell8-Jun-13 23:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.