Viewing 15 posts - 1 through 15 (of 29 total)
The SQLPS module has been abandoned and there will not be future development of it. It is best to point people to the much better SqlServer module: https://www.powershellgallery.com/packages/SqlServer/
December 21, 2017 at 4:54 am
Well, this probably works.
But if you have SSMS 2016 (16.3+) installed you can just use the Get-SqlLogin cmdlet.
Download here today! sqlps.io/dl
foreach ($RegisteredSQLs IN dir -recurse...
January 26, 2017 at 6:30 am
January 12, 2017 at 2:23 pm
Hey folks, looks like the link to André's video got left off. You can find his video here:
https://youtu.be/4GaMnamvEJk
January 12, 2017 at 4:32 am
Johan,
Yes, that's bound to be from the old SQLPSX module. An unfortunate name collision but great progress for SQL PowerShell as a whole.
July 5, 2016 at 6:52 am
Can you add a comment to this connect item? I didn't see what I felt was enough documentation on the SQL Agent Job - PowerShell steps up on MSDN.
April 20, 2016 at 4:07 am
Johan,
Which version of SQL Server are you running?
April 19, 2016 at 6:15 am
Nice write-up Daniel. 🙂
For the PowerShell portion, I would highly recommend using the Backup-SqlDatabase cmdlet that came with SQL Server 2012. It's much simpler to just backup your...
August 14, 2012 at 8:57 am
Yes. I think you just need to open up the x86 version of the ISE and you'll be fine.
October 24, 2011 at 5:57 pm
steve.treloar (5/24/2011)
Great article Aaron!
Thanks Steve!
I did another article the following day on how to calculate data file space usage using PowerShell http://www.sqlservercentral.com/articles/powershell/73289/[/url]
I have quite a few blog posts about...
May 24, 2011 at 11:38 am
Steven Jones-245254 (5/12/2011)
where do i get the out and write-datatable functions from?
i did find the code for out-datatable but when your script runs, the engine errors saying that the Process...
May 12, 2011 at 4:20 pm
WI-DBA (5/11/2011)
May 11, 2011 at 9:36 am
Nadrek (5/11/2011)
WI-DBA (5/11/2011)
At some point, you are going to have too many servers to manage doing on a...
May 11, 2011 at 7:38 am
Steve Jones - SSC Editor (5/10/2011)
Added spaces into the code. Should look fine now.
Mucho Mejor! Gracias Senior Jones.
May 10, 2011 at 7:22 pm
Viewing 15 posts - 1 through 15 (of 29 total)