Viewing 15 posts - 451 through 465 (of 533 total)
How many IO channels do you have?
What kind of database are you expecting to run (OLTP/OLAP/hybrid)?
How many transactions per second?
How critical is your data ... how many seconds/minutes/hours can you...
April 21, 2010 at 6:51 pm
hein-1120388 (4/21/2010)
That may be true but you can still use IP blocking to kill a specific offender without killing your customers.
The attacker's IP varies over time. I need less maintenance...
April 21, 2010 at 10:48 am
You understand there are two methods to IP blocking?
1. Block everything and only specifically allow access by specific IP addresses.
2. Leave everything open by default. Take a look at...
April 21, 2010 at 10:46 am
Andrew Watson-478275 (4/21/2010)
April 21, 2010 at 10:34 am
I'm not going to use the IP range blocking either, so I'm not sure what the firewall will offer.
Now if you're saying that the firewall is not going to solve...
April 21, 2010 at 10:06 am
If you have any servers open to the Internet be prepared to spend a lot of time and effort on security. If you don't know what to do (such...
April 20, 2010 at 12:54 pm
I would highly suggest cleaning up your code. SQL doesn't care if you mash everything together, but for the sake of yourself and others it would be a great...
April 20, 2010 at 12:05 pm
This would be for all records in your hypothetical. You can obviously narrow down the action with your WHERE.
insert into OrganisationAssignments (OrganisationID, Initials_Assigned, RoleID)
select
oNot.OrganisationID,
oa.Initials_Assigned,
oa.RoleID
from OrganisationAssignments oa
join OrganisationGroupLookup oYes--the current...
April 20, 2010 at 11:19 am
There may be a better way to do it, but I know you can set an output parameter and assign it the value of the error code (or 0 if...
April 19, 2010 at 2:18 pm
What exactly are you trying to do? Install client tools to connect to a separate server?
April 16, 2010 at 5:33 pm
April 16, 2010 at 5:13 pm
john.acb (4/14/2010)
Thanks again for your reply... I understand what your trying to say. The problem is, my system is gonna be "audited", therefore i'm gonna have SQL recording...
April 16, 2010 at 4:34 pm
john.acb (4/16/2010)
I understood what you said and that's the approach i was thinking of,...
April 16, 2010 at 4:17 pm
Michael Valentine Jones (4/16/2010)
bteraberry (4/16/2010)
Michael Valentine Jones (4/7/2010)
April 16, 2010 at 1:51 pm
Michael Valentine Jones (4/16/2010)
bteraberry (4/16/2010)
Michael Valentine Jones (4/7/2010)
April 16, 2010 at 1:45 pm
Viewing 15 posts - 451 through 465 (of 533 total)