| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How to Create Login and User through query in Sql server
2005.and also how to delete Login and User through query? | | 2 |
| Explain different isolation levels? | | 3 |
| what is difference between nchar and char in Sql server ?
| | 2 |
| What is referential integrity? What are the advantages of it? | Digital-Domain | 3 |
| What is BCP? When do we use it? | | 1 |
| i want only duplicates rows from coloumn
ex. emp_id(colomn name)1,1,2,3,3,4,5,5.
so i want only duplicates no.
| iFlex | 2 |
| what are file groups? | Evalueserve | 3 |
| What are cursors? Name four types of cursors and when each
one would be applied? | Adea-Solutions | 1 |
| What is an extended stored procedure? Can you instantiate a
COM object by using T-SQL? | | 1 |
| i want to create procedure for create table in sql server
2005
for example
create procedure create_table
@table varchar(20)
as
create @table(
id int,
name char(20)
)
but it will get error
what is solution?
| Aptech | 4 |
| What types of integrity are enforced by a foreign-key
constraint | | 1 |
| Which is better in performance - CONSTRAINT or TRIGGER over
a column which restricts say an input of particular value
in a column of a table? | Accenture | 3 |
| What is de-normalization and when do you do it? | | 3 |
| What is the STUFF function and how does it differ from the
REPLACE function? | | 2 |
| What is The Use Of TIMESTAMP DataType in SQL Server 2005?
| | 3 |
| How can I know what query is executing by by a particural
user? (using sp id or any othe way.) | | 2 |
| can you any body tell me the how to decrease the logfile | | 4 |
| Which is the subset of SQL commands used to manipulate
Oracle Database structures, including tables? | | 2 |
| What is Covering Indexes?
Plz explain with example | | 2 |
| how to copy sysdatabase file from c: Drive to D: Drive in
SQL Server. | IBM | 4 |
| |
| For more SQL Server Interview Questions Click Here |