Can store procedure call by user define function in SQL
server?
Answer Posted / sushma
Yes, we can do
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to use "begin ... End" statement structures in ms sql server?
What are views in ms sql server?
Explain user defined functions?
What is 2nf in normalization?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
Does sql server use t sql?
How to create an index on an existing table in ms sql server?
How many partitions a clustered index has by default in sql server 2012?
What is user defined datatypes and when you should go for them?
Describe and explain about SQL native client?
Do you know what is normalization of database? What are its benefits?
What is difference in performance between insert top (n) into table and using top with insert?
Do you know what are the restrictions applicable while creating views? : SQL Server Architecture
How do I get to sql server configuration manager?
How to create new tables with "select ... Into" statements in ms sql server?