adspace
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
What are the source of constraints?
Can you index views?
Is it possible to have clustered index on separate drive from original table location?
How can we solve concurrency problems?
How do I find the sql server version?
What is the difference between for xml raw and for xml auto?
What is normalization and what are the advantages of it?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
Does view occupy space?
What is in place upgrade in sql server?
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?
What are the properties of the transaction?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
Disadvantages of the indexes?
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