How do you delete a data source?



How do you delete a data source?..

Answer / Nishant Trivedi

To delete a data source in SQL Server, you can use the SQL command 'DROP DATABASE' or 'DROP SYNONYM' based on whether it is a database or synonym. However, please be careful as this action will permanently delete the data source.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Why are sql functions used?

1 Answers  


sql server architecture ?

0 Answers  


Write an sql query to sort a table according to the amounts in a row and find the second largest amount.

1 Answers   Amazon,


List out some of the requirements to set up a sql server failover cluster?

1 Answers  


What is a covering index?

1 Answers  


What do you do in data exploration

1 Answers   EXL,


How many columns can we include on clustered index ?

1 Answers  


Explain the use of containers in ssis?

1 Answers  


What is a schema in ms sql server 2005?

1 Answers  


What are the basic features of a trigger in ms sql server?

1 Answers  


Explain syntax for viewing, dropping and disabling triggers?

1 Answers  


What is database replication? What are the different types of replication you can set up in sql server?

1 Answers  


Categories