adspace
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
How to provide default values to function parameters?
What is clustered index
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?
What is in place upgrade in sql server?
Why and when do stored procedure recompile?
Explain “row_number()” in sql server with an example?
What is the difference between upgrade and migration in sql server?
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
What is standby servers? Explain types of standby servers.
what is the Ticketing tool used in Wipro technologies at Bangalore...???
How can you append an identity column to a temporary table?
what is the difference between openrowset and openquery?
Can sql servers link to other servers like oracle?
What is a coalesce function?
What is the primary use of the model database?