SQL Server Interview Questions
Questions Answers Views Company eMail

How fixed length strings are truncated and padded?

548

How to create a testing table with test data in ms sql server?

556

How to delete a database in ms sql server?

557

Can you roll back the ddl statement in a trigger?

521

What are character string data types in ms sql server?

628

How to modify existing triggers using "alter trigger"?

527

How to delete an existing row with delete statements in ms sql server?

548

How to transfer an existing table from one schema to another schema in ms sql server?

508

How to run sql server 2005 books online on your local system?

515

Can you pass expressions to function parameters?

532

How to add a new column to an existing table with "alter table ... Add" in ms sql server?

575

How to convert numeric values to integers in ms sql server?

530

What are the advantages of passing name-value pairs as parameters?

657

How to create a local temporary stored procedure?

499

What happens if null values are involved in datetime operations?

530


Un-Answered Questions { SQL Server }

If a stored procedure is taking a table data type, how it looks?

5800


How to create a dynamic cursor with the dynamic option?

549


How do I view a trc file?

503


What is normalization? What number of normalization shapes are there?

602


Explain different types of self contained sub query?

543






What is the difference between a function and a stored procedure?

562


Where are SQL server users names and passwords are stored in sql server?

710


How will you find out if there are expensive SQL statements running or not?

574


as a part of your job, what are the dbcc commands that you commonly use for database maintenance? : Sql server database administration

490


What is read uncmmited?

577


Give me any three differences between Truncate and Delete.

565


what's the difference between delete table and truncate table commands? : Sql server database administration

482


How to achieve Paging of records in SQL SERVER?

592


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

708


How to remove duplicate rows from table?

594