Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



SQL Server Interview Questions
Questions Answers Views Company eMail

What is a result set object returned by odbc_exec()?

1075

What is a result set object returned by mssql_query()?

1226

Explain what are the authentication modes in sql server?

1069

How to use linked server?

1269

Explain what is cte (common table expression)?

1183

Explain features and concepts of analysis services?

1019

Do you know what is user defined datatypes and when you should go for them?

1007

Do you know what is difference between index seek vs. Index scan?

1002

Can we use custom code in ssrs?

1163

Explain what are the restrictions while creating batches in sql server?

1111

Explain about sql server login?

1133

Explain about builtinadministrator?

1114

Do you know what are different types of replication in sql server?

1153

Tell me what is use of except clause? How it differs from not in clause?

995

Can you please differentiate between a primary key and a unique key?

1048


Un-Answered Questions { SQL Server }

What is the difference between a unique key and primary key?

1002


You are designing a database for your human resources department in the employee table, there is a field for social security number, which cannot contain null values if no value is given, you want a value of unknown to be inserted in this field what is the best approach?

1144


How to use column default values in insert statements in ms sql server?

1097


how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A

1724


What you can do to delete a table without the delete trigger firing?

1012


Can you get second highest salary from the table?

1006


Explain about SQLOS?

1057


Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.

2568


Explain what is public role in sql server?

1188


What is scd (slowly changing dimension)? : sql server analysis services, ssas

1049


Explain contrast amongst grouped and non-bunched records?

1087


Explain multiserver query

1110


What is the difference between web edition and business edition?

113


what is checksum in sql server.........???

1744


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1191