News

At present, SQL Server 2008 continues to support two modes for validating connections and authenticating access to database resources: (Windows Authentication Mode) and (SQL Server and Windows ...
Just a few quick clarifications I require:<BR><BR>1. Does a switch from mixed to Windows authentication (or visa versa) require a restart of the SQL services?<BR><BR>2. Are authentication mode changes ...
SQL Server has a long list of roles for server, database, and applications that outline things like permissions, data selection and modification, and disk management. Examine how roles play a part in ...
As most of you probably already know, Microsoft released SP1 for SQL Server 2005 this month. The service pack represents a few bug fixes as well as the production version of database mirroring. What ...
I want to create a standard ASP.NET login page to be shared by several applications.<BR><BR>I've set up a login page that checks against hashed and salted passwords stored in a SQL table. When a user ...