Quantcast
Channel: answers – Database Research & Development
Browsing latest articles
Browse All 20 View Live

SQL Server Database Administrator Interview Questions and Answers (Day-4)

What is Network Packet Size in SQL? NPS(Network Packet Size) is the size of the TDS (tabular data stream) packets used to communicate between your applications and your relational database engine and...

View Article



SQL Server Database Administrator Interview Questions and Answers (Day-5)

List out Dynamic Management Views (DMV’s) and the value that they provide to developers or DBAs. dm_tran_locks – Locking and blocking. dm_clr_loaded_assemblies – Assemblies in available in SQL Server....

View Article

SQL Server Database Administrator Interview Questions and Answers (Day-6)

What is the main role of Model Database in SQL Server? The model database, as its name implies, serves as the model (or template) for all databases created on the same instance. If the model database...

View Article

SQL Server Database Administrator Interview Questions and Answers (Day-7)

What is the Instance-aware and Instance-unaware services in SQL Server? Instance-aware services are associated with a specific instance of SQL Server. SQL Server SQL Server Agent Analysis Services...

View Article

SQL Server Database Administrator Interview Questions and Answers (Day-8)

  Does SQL Server reuses space to accommodate new data, When we delete variable length column or rows? Whenever rows or columns are deleted from a table, SQL Server reuses space to accommodate new...

View Article


SQL Server Database Administrator Interview Questions and Answers (Day-9)

What is the use of Service Broker? Service Broker helps developers build asynchronous, loosely coupled applications in which independent components work together to accomplish a task. These application...

View Article

SQL Server: Database Security Interview Questions and Answers (Day-3)

What do you know about the Change Data Capture (CDC)? Change Data Capture (CDC) is used to track the changed data caused by common DML operations (INSERT/UPDATE/DEKLETE). The capture process reads the...

View Article

SQL Server: Database Security Interview Questions and Answers (Day-4)

In our organization we have two teams that stored encrypted data in Microsoft SQL Server. The data is encrypted using symmetric keys and those keys are encrypted with passwords. However, we have a...

View Article


SQL Server: Database Security Interview Questions and Answers (Day-5)

What do you know about the SQL Server Audit? SQL Server Audit is used to track and log events (not data change) occurring on the SQL Server. SQL Server uses extended events to help create an audit. The...

View Article


SQL Server: Database Security Interview Questions and Answers (Day-6)

How do you grant a SQL Server developer truncate table permission without giving them the ability to alter the table? This is accomplished by a DBA creating a stored procedure with the TRUNCATE TABLE...

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images