Viewing 15 posts - 1 through 15 (of 45 total)
This can be a really complex topic and many variables can change the approach, but here are a few things that may help you:
> On a 32-bit system adding memory...
November 10, 2008 at 2:45 pm
More information about what you are trying to encrypt would have been helpful. But in a nutshell you have three ways to protect your data at rest:
1 - Encrypt using...
November 10, 2008 at 10:28 am
I have not tried this with those statements, but have you considered changing the default column width? In option -> Results (query analyzer), you can change the characters per column...
October 15, 2008 at 1:40 pm
Is this the security alert you were looking for? It was issued for the slammer worm that performs a DOS through UDP 1434.
http://www.microsoft.com/technet/security/alerts/slammer.mspx
October 3, 2008 at 7:27 am
Yes there is a way. You need something like a sql server firewall or proxy that will give you this kind of control. There is a version available for free...
October 1, 2008 at 9:19 am
Depending on the version of the SQL Server you are using you could use a DDL Trigger for Logon access. You can have full control on who/what/when/where. You will need...
July 24, 2008 at 5:43 pm
Would a DDL Trigger work for you? The DDL Trigger would determine if the server name is A or B, and allow or deny the connection for a specific login...
July 24, 2008 at 7:41 am
Let me take the PLE (page life expectancy) part of your question. The PLE measures in seconds how long a page remains in memory before being reclaimed/flushed. In certain situations...
July 23, 2008 at 7:53 pm
Andy, performance issues on SQL Server can be tricky to track down. Starting with Profiler is probably the best option. Typically when I do not know which procedure is causing...
July 23, 2008 at 9:41 am
Hi,
If your goal is to track which account is logging in, a good start would be to enable auditing within SQL Server. This would allow you to see the login...
July 23, 2008 at 8:05 am
James - auditing logins for the sa account only should not have any visible impact to your SQL Server performance. If you have a couple of SQL Servers to audit...
July 22, 2008 at 11:57 am
On SQL 2000 you only have one thing available: the MAC address of the client machine once it has connected. Look at SYSPROCESSES in the netaddress field. It contains the...
October 24, 2007 at 9:25 pm
You can also try Enzo Audit - the new release just came out - it's a simpler product, but very effective - it comes with alerting capabilities and a...
October 24, 2007 at 9:11 pm
A blanket block by IP would work if this meets your needs. If you need more granular control send me an email; I have something in mind.
August 13, 2007 at 1:09 pm
Consider implementing a progressive migration plan so that metrics can be taken over time.
Since your shared resources (CPU, Memory, Disks, Network Cards) will become your bottlenecks, understanding how they are being...
August 13, 2007 at 12:38 pm
Viewing 15 posts - 1 through 15 (of 45 total)