Best way to execute this script #216
Answered
by
ktaranov
cesarhijarsm
asked this question in
Q&A
|
Hi, Have SQL Server has similar way? thank you |
Answered by
ktaranov
Feb 21, 2023
Replies: 2 comments 3 replies
|
Yes, it is. You can use default sqlcmd utility https://stackoverflow.com/a/425463/2298061 But but I highly recommend mastering a great powershell module https://docs.dbatools.io/Export-DbaXECsv.html |
2 replies
Answer selected by
ktaranov
|
Hi, I will execute this on MSSQL server 2008 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it is. You can use default sqlcmd utility https://stackoverflow.com/a/425463/2298061
But but I highly recommend mastering a great powershell module https://docs.dbatools.io/Export-DbaXECsv.html