document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N\'[dbo].[Messages]\') AND type in (N\'U\'))
  2.     DROP TABLE [dbo].[Messages]
  3. GO
');