Viewing 11 posts - 1 through 11 (of 11 total)
Please find answer below if anyone is looking for it -
foreach ($f in Get-ChildItem -path $PSScriptRoot -Filter *.sql | sort-object -desc) { Start-Job -ScriptBlock { invoke-sqlcmd...
February 4, 2018 at 2:12 pm
January 25, 2018 at 8:41 am
January 19, 2018 at 8:50 am
For reference, if anyone lands on this page, I have resolved this using C#. Script task -
#region Help: Introduction to the script task
/* The Script Task...
January 18, 2018 at 2:24 pm
January 18, 2018 at 12:31 pm
January 18, 2018 at 10:01 am
January 18, 2018 at 10:00 am
Thanks Steve.. This helps. I could store data by triggering it to another table in same database.
October 4, 2017 at 8:49 am
Joe,
Thank you for your response, but if you please see the screenshot attached, i am already using remote login with property "Be made using this security context". Further...
October 4, 2017 at 7:29 am
Hi sorry guys,
I got the solution in the above script i have declared cursor as Static and local.
Be4 doing this i was getting error, 1s i declared it as static...
June 23, 2011 at 11:36 am
Viewing 11 posts - 1 through 11 (of 11 total)