Viewing 11 posts - 16 through 26 (of 26 total)
Lowell,
I can't grant dbowner role to these users or else then they'd be able to write to the db or make other changes. I've got these users tied down to...
September 23, 2011 at 1:53 pm
Jo,
That's a good suggestion, and I have done that, but in this scenario, each customer will have multiple databases.
From the research I've done, this looks to be a limitation on...
September 23, 2011 at 12:54 pm
Lowell (9/23/2011)
DENY VIEW ANY DATABASE TO [SomeUserOrRole]
[/QUOTE]
Thank you very much for...
September 23, 2011 at 12:13 pm
These customers need read access to the production database and we don't have the hardware or software licenses available to create a replication environment.
The default behavior for a login created...
September 23, 2011 at 10:15 am
Wow. These are great suggestions. Some definite edges for me to pry at this problem. I'll get back to this thread tomorrow with my relevant findings.
Appreciatively,
mtf
September 8, 2011 at 4:21 pm
I have continued to troubleshoot this issue. I noticed that the join is matching an int column in one table against a varchar(50) column in a larger (900,000+ rows) table....
September 8, 2011 at 2:26 pm
Eric M Russell (6/23/2011)
...
Processing row by row with an insert in between is the text book definition of a poorly optimized database process. The most optimal solution for selecting 10,000...
June 23, 2011 at 12:20 pm
opc.three (6/22/2011)
It allows one to load data directly from an ADO.NET data structure into a SQL Server database via the bulk copy API (same one used by bcp...
June 22, 2011 at 3:40 pm
opc.three (6/21/2011)
Out of curiosity brought about by something you said about "bulk", what's the client language? There may be a better way than...
June 22, 2011 at 9:07 am
Thank you for your corroboration of what I suspected. I'm going to print out your response and slam it on my boss's desk and shout, "SEE! OPC.THREE says it will...
June 21, 2011 at 2:36 pm
drew.allen (6/21/2011)
This sounds suspiciously like a homework assignment. Why don't you tell us your thoughts?
Har-Har! I wish this were a homework assignment... This is me at my job trying...
June 21, 2011 at 2:33 pm
Viewing 11 posts - 16 through 26 (of 26 total)