Viewing 15 posts - 1,681 through 1,695 (of 6,105 total)
Okay, this is a different scenario. The web application is connecting via a service account, so Windows authentication is being used as far as the connection between those two tiers....
July 30, 2007 at 4:16 pm
I know others are doing this because I remember listening to a podcast a few weeks ago where this exact approach was taken. Basically infinite drill down.
However, it sounds...
July 29, 2007 at 3:07 pm
Yup, because you'll see the events in the system and application event logs. Also, most hardware vendors have monitoring tools. For instance, HP has SIM and IBM has Director. Both...
July 28, 2007 at 11:54 am
A small but important point: it depends. Windows Vista Enterprise and Ultimate has BitLocker and this is the only full disk encryption available on a Windows platform. EFS is not...
July 28, 2007 at 11:51 am
It depends... but yes, in your curent configuration you should be connecting via Kerberos.
As for documentation, here is a Microsoft KB article on the subject:
July 28, 2007 at 11:46 am
Can you post the contents of: usp_DBCC_CHECKDB (sanitized, of course)?
July 23, 2007 at 1:55 pm
In SQL Server 2000, you can use the sp_addrole system stored procedure or the GUI via Enterprise Manager. Once you create this new user role, it can be made a...
July 21, 2007 at 7:04 pm
If connecting to SQL Server, SQL Server can be set up to use an SSL certificate and create encrypted connections. Encryption can be forced on for all connectins using Server...
July 21, 2007 at 5:03 pm
What I typically do is what Steve selected. I Ctrl+click on the thread and the Post Reply links to spawn them in new windows.
July 21, 2007 at 4:55 pm
Yup, and it's a nice feature. This article is back from the SQL Server 2000 days. It is another one I need to update.
July 20, 2007 at 10:31 am
Security vs. functionality is always a trade-off. Ultimately it boils down to business decision on risk. The bottom line is at some point you must trust administrator level personnel. While...
July 20, 2007 at 6:01 am
While I don't disagree with you, because I have that t-shirt, too, sometimes we don't get much of a choice. ![]()
July 20, 2007 at 5:57 am
The tray app is called Service Manager and its sole purpose is to tell you the status of various SQL Server services (such as the main engine and the SQL...
July 19, 2007 at 8:53 pm
You can also disable the sa login altogether in SQL Server 2005 (like you can disable the Administrator account on Windows Server 2003).
July 19, 2007 at 8:48 pm
Viewing 15 posts - 1,681 through 1,695 (of 6,105 total)