| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the diff between Dynamic queries and static queries
| ICS-Integrated-Computer-Solutions | 1 |
| What is bit datatype and what's the information that can be
stored inside a bit column? | | 1 |
| What is an execution plan? When would you use it? How would
you view the execution plan? | | 1 |
| create procedure proc1 (@a int)
as
begin
if @a=1
create table #temp(a1 int)
else
create table #temp(a1 int)
end
while executeing the above code it shows error
like '#temp already exist' .why it shows an error? | IBM | 5 |
| How to list all tables having unique constraints in any of
the columns in a database. | | 1 |
| 1.what is stored procedure?Its significance with example?
2.Explain about index with syntax and example?
plz do reply......... | | 1 |
| What is a NOLOCK? | | 3 |
| What is a sub-query? When would you use one? | | 3 |
| What is the difference between a Application Server and a
Database | Oracle | 2 |
| can you any body tell me the how to decrease the logfile | | 4 |
| How to Get the last identity value used | | 4 |
| What are the types of model in sql server and explain | TCS | 1 |
| How do you know which index a table is using? | | 4 |
| Which command using Query Analyzer will give you the version
of SQL server and operating system? | | 3 |
| How can count the string ?
for ex: If i have string like 'bhaskar' then i need like
b:1
h:1
a:2
s:1
k:1
r:1
please give any idea on that
| TCS | 5 |
| What are the all different types of Joins in SQL Server
2000, Anybody can explain each join with definition..Thanks
in advance.... | Siemens | 6 |
| Which databases are part of SQL server default installation?
Explain the usage of each? | Accenture | 2 |
| What are constraints? Explain different types of
constraints? | | 6 |
| How do you persist objects, permissions in tempdb | | 1 |
| Can we create a clustered index on composite primary key. | | 2 |
| |
| For more SQL Server Interview Questions Click Here |