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

How can we remove orphan records from a table?

1029

What do you mean by recursive stored procedure?

987

What structure can you implement for the database to speed up table reads?

1232

What are the acid properties?

1058

Explain different types of index?

1101

What are user-defined functions (udfs) in sql server?

1048

Explain how many normalization forms?

1076

What are the differences between “row_number()”, “rank()” and “dense_rank()”?

1244

Explain boyce and codd normal form(bcnf)?

1012

How important do you consider cursors or while loops for a transactional database?

1010

In what version of sql server were synonyms released?

999

What are the aggregate and scalar functions?

1129

What is the need for group functions in sql?

1150

What is the difference between varchar and varchar types?

1118

Which operator do you use to return all of the rows from one query except rows are returned in a second query?

1040


Un-Answered Questions { SQL Server }

What is database white box testing?

1176


You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?

1047


What happens to a trigger with multiple affected rows?

994


What is triggers and its types?

1065


Is it safe to delete log files?

970


How to retrieve error messages using odbc_errormsg()?

1105


What is clustered primary key?

1082


What is create statement?

1007


Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60

2276


How to achieve Paging of records in SQL SERVER?

1140


Which is the latest version of sql server and when it is released?

1194


Differentiate between mongodb vs. Sql server?

1140


What is the difference between update lock and exclusive lock?

1026


What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?

1190


What is the difference between lock, block and deadlock? : sql server database administration

1088