Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration

Answer Posted / Banti

In SQL Server, version 6.5 used SAS (SQL Authentication Service) for authentication while version 7.0 introduced Windows Authentication (also known as Integrated Security). The main difference lies in the method of authentication: SAS uses SQL Server-specific user names and passwords, whereas Windows Authentication relies on the security context provided by the operating system.nnIn version 6.5, you could have mixed-mode authentication that supports both SAS and Windows Authentication. However, it's recommended to use only Windows Authentication in modern versions of SQL Server.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different subsets of sql?

1646


Equi join and non equi join is possible with sql server?

1126


What is the primary use of the model database?

1144


What is acid mean in sql server?

1234


Can one drop a column from a table?

1081


What are the kinds of subquery?

1099


What is standby servers? Explain types of standby servers.

1070


What is clustered index

1081


what is spatial nonclustered index

1054


How raid can influence database performance?

1110


What are the different types of subquery?

1228


What is the difference between for xml raw and for xml auto?

1108


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1186


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1021


What is subquery? Explain the properties of a subquery?

1056