How do I call a SQL Server stored procedure from PowerShell?

前端 未结 6 1363
悲&欢浪女
悲&欢浪女 2020-12-07 17:04

I have a large CSV file and I want to execute a stored procedure for each line.

What is the best way to execute a stored procedure from PowerShell?

6条回答
提交回复
热议问题