Viewing 15 posts - 37,846 through 37,860 (of 39,456 total)
more secure than a file system? It shifts the control from the db to the admin, but the access control is the same.
Steve Jones
March 2, 2002 at 10:54 am
This gets asked regularly. There is no way to secure the database from sa.
Steve Jones
March 2, 2002 at 10:40 am
March 1, 2002 at 1:55 pm
np, however since there was already a response in the other one, I left it there.
If I get a chance, I'll move it here.
Steve Jones
March 1, 2002 at 1:54 pm
What about non-clustered index? It will also help. What type of queries? Can you post a sample.
Steve Jones
March 1, 2002 at 11:38 am
Vote 3 for Anatares.
Keep in mind this also allows you to distribute these pdfs to other web servers or file servers if the load rises. On the Internet, you could...
March 1, 2002 at 11:36 am
March 1, 2002 at 11:35 am
So have you ever taped them in place?
I give my 9 yr old a few sentences to write to keep him focused.
Steve Jones
March 1, 2002 at 11:33 am
Pls don't cross post. We check all the forums.
answer in the other post.
Steve Jones
March 1, 2002 at 11:33 am
March 1, 2002 at 11:30 am
A few suggestions.
1. copy the files to the local drive using some other process.
2. I map drives by loggin in as the SQL Agent/Server account and create the mapping. It...
March 1, 2002 at 11:20 am
March 1, 2002 at 11:17 am
Another apology. Not that much of a web guy. You might try posting this at 4guysfromrolla.com and seeing if they have an idea.
Steve Jones
March 1, 2002 at 11:16 am
update cd
SET TotalPaidIn = TotalPaidIn + cp.receiptamount
, BalanceOnHand = BalanceOnHand + cp.receiptamount
from casedata cd
inner join currentpostings cp
on cd.casenumber = cp.casenumber
WHERE cp.batchid = @batchid
Steve Jones
March 1, 2002 at 11:14 am
Viewing 15 posts - 37,846 through 37,860 (of 39,456 total)