September 17, 2019 at 4:02 pm
Does PS help in performance. Like instead of TSQL code used in sql agent job which takes 1 hr to complete..if I replace that with powershell is it possible It might take less time since PS is pretty good with windows and SQL. Please share your thoughts!
Thank you!
September 17, 2019 at 4:32 pm
Although PS can make some things easier, I wouldn't generally say that PS provides any performance advantage.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 17, 2019 at 6:11 pm
That entirely depends on what the code is doing.... If it's pure database operation then unless you actually change the code almost certainly no. If you're doing something like file operations or sending emails or the like maybe you would get some benefit.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply