Viewing 6 posts - 1 through 6 (of 6 total)
Robert, did you ever get a satisfactory answer to this? I'm getting a new behavior lately where "AS" is moved up to the view declaration line, and my view's first...
November 15, 2016 at 7:39 am
Hi Gail, googled right to your post, "hmm, yup, that's what I did." I was hoping it would be a good idea to do the full backup, then immediately...
January 18, 2013 at 6:37 am
Finally figured out how to get it working. SQL uses the sqlps utility, which is a Windows PowerShell mini-shell, and it has some restrictions such as mentioned above. ...
August 28, 2012 at 10:46 am
Yes, I did the following from a SQL Agent PowerShell job step:
$src = "\\serverpath\filename"
$dst = "e:\path\filename"
Copy-item $src -destination $dst
and still get...
August 20, 2012 at 10:33 am
Same problem for me - did you ever get this figured out?
August 17, 2012 at 12:33 pm
Viewing 6 posts - 1 through 6 (of 6 total)