- What is SQL Server?
- What is Execution Plan in SQL Server? Does it execute T-SQL queries?
- What is difference between SQL Server parser and SQL Server optimizer?
- Is SQL Server optimizer part of SQL Server compiler?
- What is Parameter sniffing in SQL Server?
- What is difference between Temporary Table and Temporary Result set in SQL Server?
- How can I create Derived Table in SQL Server?
- What are different ways to create calculated column in T-SQL?
- What is purpose of AS keyword in stored procedure in T-SQL?
- How can I create a recursive CTE in T-SQL?
- What are different forms of Case Statement in T-SQL?
- Differentiate CASE expression and CASE statement point by point in T-SQL.
- What are steps for Error Handling in T-SQL?
- Is there any difference between Throw and RaiseError in T-SQL?
- What are different ways to initialize variable in T-SQL?
- Is there any difference in initialization of variable using SET and using SELECT in T-SQL?
- How can I declare a table variable and initialize it in T-SQL. Give an example.
- I have confusion about Cursor and Cursor pointer in T-SQL. Does cursor represent a result set and pointer to its active row?
- Is it true that if a table has 10 millions records then its cursor will have all 10 millions rows in memory? So how is so much memory allocated?
- How many rows are fetched into cursor when a cursor is declared for a table having 10 millions rows?
- How can I avoid Dirty Read in Concurrent Transaction in T-SQL?
- When should I use NOLOCK in a query in T-SQL?
- Can you please give an example of Phantom Read in T-SQL?
- List all isolation levels in T-SQL with their definitions.
- Is isolation level set at database or at table in T-SQL?
- How can I create an inline Temporary Table in T-SQL?
- How can I create an multi-statement Temporary Table in T-SQL?
- What are different types of temporary tables in T-SQL?
- What is Trigger Logon in T-SQL?
- How can I convert data from Rows to Columns in T-SQL?
- Explain conditional aggregation in T-SQL.
- What are different ways to find nth highest salary in T-SQL?
- Give practical examples of Sequence in T-SQL.
- How can I generate a random primary key in T-SQL?
- Explain Dynamic SQL in SQL Server.
- What is difference between Database owner and Database Schema in SQL Server?
- What is difference between Login and User in SQL Server?
- Write the STEPS to create SQL Server instance.
- Write the STEPS to create additional SQL Server instance on machine where SQL Server default is installed.
- Is SQL Server Agent available with LocalDb Express?
- Please explain SQL Blocking Query in SQL Server.
- My SQL Server name is (localdb)\mssqllocaldb. What does it mean and why slash is used?
- How can I use Azure Data Studio for learning purpose?
- Explain Sequence in T-SQL with its practical examples.
- Are all values of Sequence unique in T-SQL?
- Can I create a Sequence in SQL with numeric values concatenated with string?
- What is difference between column Constraints and table Constraints ?
- What are differences between SQL server and MS Access?
- What is difference between foreground service and background service?
- Give examples of background service in SQL Server.
- Discuss about master system database available in SQL server.
- Discuss about model system database available in SQL server.
- Discuss about tempdb system database available in SQL server.
- Explain the concepts of Connection and Session in SQL Server.
- What is local and global session in SQL Server?
- How can you disable null propagation feature in SQL server?
- How can you convert a database into single user database?
- What is importance of filegroup in SQL Server database?
- How can I create a filegroup in SQL Server?
- What is DBO in SQL server?
- What is DBO in SQL Server?
- Explain different types of database backups in SQL Server.
- How is batch created in T-SQL and what cautions are required in this regard?
- What if one of T-SQL statements in a batch throws error?
- What if Go command is not used to batch statements and one of T-SQL statements throws error?
- How are multiple batches in T-SQL script compiled? Are they compiled batch after batch?
- Can we use variable of one batch into another batch in T-SQL?
- What is shared lock? Explain it in T-SQL.
- Is shared lock acquired automatically in T-SQL?
- What is benefit of shared lock in T-SQL?
- Can we disable shared lock in SQL Server?
- What is difference between exclusive lock and shared lock?
- When should we use explicit transaction and when implicit transaction in T-SQL?
- What is automatic transactions in SQL Server?
- What is linked server in SQL Server?
- What is SQL Server Native Client?
- What is Database Provider?
- What is Database API? Is Database Provider a Database API?
- What is row level lock in SQL Server?
- What is page level lock in SQL Server?
- What is table level lock in SQL Server?
- What is RID lock in SQL Server?
- What is intent lock in SQL Server?
- How many shared locks can be on data at a time?
- How many exclusive locks can be on data at a time?
- is there any difference between exclusive lock and update lock in SQL?
- What is table hints in T-SQL. Give examples.
- Is there any difference between table hints and query hints in T-SQL?
- Define transaction isolation level in T-SQL.
- Create a Customers table and insert some data into it using INSERT statements.
- Give examples of configuration functions in SQL Server.
- How to find connection string in T-SQL for current connection?
- What is practical use of sysadmins in SQL Server?
- What is INFORMATION_SCHEMA in SQL Server?
- How can I find columns information of a table in T-SQL?
- How can I find tables information of a database in T-SQL?
- How can I find databases information of current SQL Server in T-SQL?
- What is Client Network Library?
- What is Server Network Library?
- What is basic difference between Client Network Library and Server Network Library?
Saturday, April 26, 2025
100 SQL Server Interview Questions
Subscribe to:
Post Comments (Atom)
Hot Topics
-
Objectives To provide detailed information about ListBox Types of ListBox Using ListBox in VBA applications Please read the post till end...
-
The @page directive The @page directive in ASP.NET Core Razor Pages is crucial because it designates a Razor file as a Razor Page, allowin...
-
Excel VBA To Retrieve data from MS-Access Table By Ajeet Kumar Excel Range Object has a very interesting method called "CopyFromR...
No comments:
Post a Comment