Viewing 15 posts - 991 through 1,005 (of 6,105 total)
Michael Valentine Jones (7/25/2008)
Most of our applications are web based and end-users do not have logins...
July 25, 2008 at 11:09 am
Yelena Varshal (7/25/2008)
July 25, 2008 at 11:05 am
reuben.anderson (7/25/2008)
Shouldn't the SQL 2005 implementation of...
July 25, 2008 at 11:04 am
If he's getting prompted but it's then going through, it's likely not a Kerberos delegation issue. It's likely an authentication issue on IIS. These will help:
July 16, 2008 at 7:45 pm
bitbucket (7/16/2008)
Ran across this new Microsoft tool for use with an IIS server that could be of some use to you.
Microsoft has...
July 16, 2008 at 1:54 pm
I'm addressing administrative rights from the OS level. You can't take it away at the SQL Server level and do the job. Just won't work.
Troubleshooting SQL server performance issues (Access...
July 16, 2008 at 1:52 pm
I'd recommend SQLPing as well.
July 15, 2008 at 12:52 pm
It's important to point out that stored procedures and parameterized queries aren't the full answer. The comment about dynamic SQL is key. If there's any place that queries are being...
July 15, 2008 at 12:51 pm
Are there any other errors in the event logs which seem relevant? Does the server display heavy processor or disk I/O upon startup?
July 15, 2008 at 12:46 pm
It's not a documented function and therefore unsupported. Given that I can't find any info about it, you probably couldn't show to an auditor it's algorithm or strength, meaning it...
July 15, 2008 at 7:50 am
URLScan was just about mandatory for IIS servers prior to 6.0 if they were exposed to the Internet. There is some usefulness for it in IIS 6.0 and above. However,...
July 14, 2008 at 2:54 pm
SQL Server 2000 has no built-in encryption as already mentioned. However, there are 3rd party solutions such as xp_crypt. You can also get Michael Coles' toolkit[/url] from here at SQL...
July 14, 2008 at 2:51 pm
Viewing 15 posts - 991 through 1,005 (of 6,105 total)