Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Drop Table On Linked Server

    You can try this but I am not sure whether this will work or not. I didn't tried yet.

    SELECT * FROM OPENQUERY(LinkedSrvrName, 'DROP TABLE Database.MyTab SELECT NULL')

Viewing post 1 (of 1 total)