Detail about the hardware which is supported by SQL server?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

What are the OS services that the SQL Server installation adds?

3 Answers  


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?

8 Answers   IBM,


what is meant by sql injection with example and one more question how to catch the errors in sqlserver

2 Answers  


when we use function instead of procedure? plz tell me the situation with ex?

3 Answers   IBM,


Describe the left outer join & right outer join. : sql server database administration

0 Answers  






Define constraints and give an example of their use?

0 Answers  


Explain about nested stored procedure?

0 Answers  


When columns are added to existing tables, what do they initially contain?

0 Answers  


What do you understand by check constraint in sql server?

0 Answers  


Is candidate a key?

0 Answers  


What are the differences between char and nchar in ms sql server?

0 Answers  


How many types of keys are there?

0 Answers  


Categories