PowerShell – Test-SQLTableExists – Check to see if SQL Server table exists

  I wrote something real quick to check if a SQL Server table/view exists and return a True/False. This would come in handy if you wanted to check for table existence before querying or creating a new one. Also, this is my first post I am trying to post with Live Writer.