Explain about protocol layer present in SQL server?
Answer / Mahipal Singh
SQL Server communicates with clients using a layered protocol stack. The primary components of the protocol layer are:n
1. Tabular Data Stream (TDS): A binary protocol used for communication between SQL Server and clients. TDS defines various frames for transmitting data, metadata, and control messages.n
2. Network Library: Handles network I/O tasks like opening connections, reading, and writing data packets.n
3. TCP/IP: The primary transport layer protocol used by the network library for communication between SQL Server and clients over a network.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages of stored procedure in sql server?
Explain difference between control flow and data flow?
how to copy sysdatabase file from c: Drive to D: Drive in SQL Server.
Explain the microsoft sql server delete command? : SQL Server Architecture
There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
could you please reply for these question: 1.About Use Apply? 2.Avoid cursors - When we have a situation that we can not avoid the use of cursor than what is the alternate solution? is there anything we can use instead of cursor to perform the desired task? which optiomize the peroformance too. 3.What is computed columns? Thanks in advance. Regards, Rupesh
What are wait types?
what stored procedure can you use to display the current processes? : Sql server administration
How will you hide an attribute? : sql server analysis services, ssas
plss anybody specify tha constrian management system in dbms
What does the on delete cascade option do?
One table how may column and Primary key
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)