Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

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

$
0
0

 

 

 

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.

Read More


Viewing all articles
Browse latest Browse all 6937

Trending Articles