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

CSV, Excel, or SQL? It Doesn't Matter with PowerShell

$
0
0

Structured data is stored in many different ways.  It could be in a CSV file, an Excel workbook, a SQL database, a MySQL database, and so on.  Each has its own purpose with individual strengths and weaknesses.  When managing this data, you typically have to interface with it in completely different ways.  A CSV file can be managed simply in Notepad, an Excel workbook requires having Excel installed, and you’d need to fire up SQL Server Management Studio to interface with a SQL database.

Read More


Viewing all articles
Browse latest Browse all 6937

Trending Articles