Viewing 3 posts - 1 through 3 (of 3 total)
Full working listing using mister.magoo 's previous comment, updated for SQL Server 2019 on line 163 and two major future versions:
USE master;
GO
/****** StoredProcedure [dbo].[sp_SOS] ...
February 10, 2021 at 9:43 pm
I first played with PowerShell when it was in Beta and I was working on an operations team performing tasks that got signed off on a paper checklist.
First impression: Wow, this...
February 6, 2017 at 8:29 am
The following one liner will uninstall SSRS silently - replace [font="Courier New"]/qn[/font] with [font="Courier New"]/qb[/font] if you want to see the progress of the uninstall:
[font="Courier New"]setup.exe /qn REMOVE=RS_Server,RS_Web_Interface,RS_tools INSTANCENAME=myinstance[/font]
The default...
May 28, 2008 at 2:16 pm
Viewing 3 posts - 1 through 3 (of 3 total)