-
Full, Simple and Bulk Log Recovery Models
What is the difference between the full, simple and bulk log recovery models?
-
-
-
What is DESCRIBE command in SQL Server?
What is its purpose?How to use it?
-
-
-
-
SqlDataAdapter ,SqlCommand and SqlDataReader
what are difference between SqlDataAdapter ,SqlCommand and SqlDataReader
-
Define Unique Key in SQL Server
How to define unique key in table? Is it possible to define one primary key and one unique key in a single table?
-
-
Can i update views in SQL
Can i update views in SQL if yes in what scenarios?
if your view is joining multiple tables -
Application support
In application supporter for .net, interviewer ask me how you support the application,but I could not answer properly. Please explain answer technically?
-
Indexing on frequently updated table
I was asked a question in an interview, where I was given a situation which is:
I have registered to an online gaming website. It displays my rank on the basis of my score when I play a game.
Database table has 2 columns: 1. UserName 2. Score.
Since the login page was loading very slowly so the programmers created an non-clustered index on UserName and now the welcome page problem... -
Self Join
Explain Self Join with the help of an example?
-
-
-
Read Data from PDF
How to read the data from a pdf in SSIS?
-
Display Employee Records having same Salary Department Wise
Write a query to display employee records having same salary department wise?
Empname Empsalary Empdep
a 1000 IT
b 1000 CSE -
System Date
How to extract the values from table based on the current date. How to write the query?
Select event_code from table name where date = sysdate
What will be added in the place of sysdate? This query will run daily to fetch the records.
-
Delete Duplicate Records
How to delete duplicate records?
SQL Server Interview Questions
Ans