Explain the basic concepts of SQL server architecture?
Answer Posted / bhushan
SQL server Architechture is basically a partition of
Logical and Physical data database.
| Is This Answer Correct ? | 17 Yes | 11 No |
Post New Answer View All Answers
What is change tracking in sql server?
What is the primary use of the model database?
Write the syntax for stuff function in an sql server?
What is an execution plan?
What are the purpose of Normalisation?
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
What is difference between Datepart() and Datename() in SqlServer?
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
Can multiple columns be used in sql group by clause in ms sql server?
Explain features of analysis services?
Is the order of columns in the set clause important in ms sql server?
How do you rename a table in sql server?
If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?
What is a deadlock and what is a live lock?
Explain the use of containers in ssis?