79338297

Date: 2025-01-08 07:48:49
Score: 0.5
Natty:
Report link

I had similar problem, but servers where I needed to run my scripts had no access to internet. I found a simple .exe program, that can run queries in similar way.

https://github.com/SqlQuantumLeap/SimpleSqlExec

You just call this exe instead a Invoke-sqlcmd.

.\SimpleSqlExec -cs $ConnectionStringDB -Q $query

Hope it helps.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): Hope it helps
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: KrumpiDumpi