Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If Exists(Select * From Information_Schema.Tables Where table_name='MyTable')
Begin
Drop Table MyTable
End
Hopefully you can give me another advise but thanks all the same !Server: Msg 3701, Level 11, State 5, Procedure sp_aaa, Line 93
Cannot drop the table 'mytable', because it does not exist in the system catalog.
Server: Msg 2714, Level 16, State 6, Procedure sp_aaa.