How to drop an existing stored procedure in ms sql server?
Answer / Amarnath Swamy
To drop an existing stored procedure in MS SQL Server, you can use the following command: DROP PROCEDURE [schema_name].[procedure_name]
| Is This Answer Correct ? | 0 Yes | 0 No |
Define full outer join in sql server joins?
How to Handle the exceptions in Sqlsrver 2005??
What are 3 ways to get a count of the number of records in a table?
What is the difference between WHERE AND IN? OR 1. SELECT * FROM EMPLOYEE WHERE EMPID=123 2. SELECT * FROM EMPLOYEE WHERE EMPID IN (123) WHAT IS THE DIFFERENCE?
What is the purpose of data source?
What is the difference between Stored Procedure , Function and Package, 1. how many blocks in Package and what are they.
Does an index slow down updates on indexed columns?
What does it mean to manipulate data?
How many partitions a clustered index has by default in sql server 2012?
How to drop an existing table?
Can we call future method from trigger?
What is dml command?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)