adspace


What is ssl in sql server?

Answer Posted / Mohd Muneebur Rehman

In SQL Server, SSL (Secure Sockets Layer) is a protocol used to provide secure communication between the client and the 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 source of constraints?

1015


Can you index views?

958


Is it possible to have clustered index on separate drive from original table location?

1046


How can we solve concurrency problems?

1127


How do I find the sql server version?

1112


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

1125


What is normalization and what are the advantages of it?

1065


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

1029


Does view occupy space?

1028


What is in place upgrade in sql server?

1134


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1221


What are the properties of the transaction?

1078


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1079


Disadvantages of the indexes?

1230


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

2300