adspace


What authentication modes does sql server support?

Answer Posted / Usha Singh

Microsoft SQL Server supports several authentication methods: Windows Authentication (also known as Integrated Security), which uses the security credentials of the current Windows user to authenticate; and SQL Server Authentication, which uses a separate set of username and password credentials for each user.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to provide default values to function parameters?

1259


What is clustered index

1086


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1047


What is in place upgrade in sql server?

1126


Why and when do stored procedure recompile?

1061


Explain “row_number()” in sql server with an example?

1079


What is the difference between upgrade and migration in sql server?

1184


Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60

2295


What is standby servers? Explain types of standby servers.

1079


what is the Ticketing tool used in Wipro technologies at Bangalore...???

8230


How can you append an identity column to a temporary table?

1070


what is the difference between openrowset and openquery?

1194


Can sql servers link to other servers like oracle?

916


What is a coalesce function?

1283


What is the primary use of the model database?

1149