Viewing 15 posts - 1 through 15 (of 17 total)
The code I posted is a drastic simplification and incomplete implementation of the overall problem and doesn't show all of the relationships nor best practices. Thanks for you...
October 17, 2011 at 6:57 am
Maybe this conversation is a little too broad for this thread. I'll start a new one for specific topics.
May 13, 2011 at 8:42 am
Thanks for the input everyone!
I was also wondering what types of things you always do on your databases. Obviously things like normalization, clustered indexes, indexes, and smallest datatypes needed are...
May 13, 2011 at 6:38 am
@Dwayne Dibley
Thanks for the suggestion. That had been suggested at one point, but our network is managed by a contract company and I don't think we can ask them to...
May 12, 2011 at 1:23 pm
What reason? Everything is all in discussion at this point on my end, so I'm not really tied to either solution and neither is the business. External access is not...
May 12, 2011 at 1:04 pm
@tom.Thomson
You are correct. The security permissions for users will likely be controlled via table entries that grant access to various features or controls. It seems like the least...
May 12, 2011 at 12:46 pm
Clarification on the user id...
Each user has a domain account, but the connection to the database will not use their account. It will use a single SQL account to connect...
May 12, 2011 at 11:53 am
This requirement would mean that all insert, update, and delete sprocs would need to get the user id from the application or data layer. I won't be able...
May 12, 2011 at 11:47 am
I should also probably clarify the business a bit. This is not a high transaction environment. There are ~500 users and it's mostly reads (80% probably).
May 12, 2011 at 11:31 am
How did you determine that there should be only one user? Is this a Windows application or a Web Application?
Whether you have one or more schemas should be based on...
May 12, 2011 at 11:17 am
Thanks for the assistance to the both of you! It's just going to be more work than originally intended.
April 25, 2011 at 5:43 am
I'm not setting up a new system and it is incredibly large, so altering design is not an option at this point.
April 22, 2011 at 1:58 pm
They're not using all the same Windows IDs though, so I would want to know what Windows domain account made a change. Also, we are not on static IPs, so...
April 22, 2011 at 12:54 pm
Viewing 15 posts - 1 through 15 (of 17 total)