How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?


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

Post New Answer

More SQL Server Interview Questions

What happens if date-only values are provided as date and time literals?

0 Answers  


How to change the data type of an existing column with "alter table" statements in ms sql server?

0 Answers  


How to Get the last identity value used

4 Answers  


What is difference between after and before?

0 Answers  


If there exist a index on the table, and we then make a view on that table (include the indexed column from base table) than why do we require indexing on view?Doesnt it create an overhead?

2 Answers  






What happens if an integer is too big for int date type?

0 Answers  


What are the encryption mechanisms in sql server?

0 Answers  


What the class forname () does?

0 Answers  


While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?

0 Answers  


What is transact-sql language?

0 Answers  


What are the main sources of data?

0 Answers  


which table keeps the locking information? : Sql server administration

0 Answers  


Categories