Viewing 15 posts - 1 through 15 (of 35 total)
Guys,
thanks for all information but not everyone understands what I want to do (and script style is irrelevant in this issue):
I registered some servers in a folder in the CMS...
July 19, 2022 at 5:27 am
Eirikur,
This is the select from the table on the source server:
-----------------------------------------------------------------------
#Retreiving the last written XML from the source-server
$SelectQuery = @"select logdate, runnum, servername, Report from.[dbo].[XML_REPORT] where RunNum = (select Max(RunNum)...
July 14, 2022 at 6:29 am
Eirikur,
Thanks for the reply - I will provide the (basic) code used:
----------------------------------------------------------------------------------------
Table on the CMS server to collect info from different other servers:
CREATE TABLE [dbo].[XML_REPORT_ALL](
[Logdate] [datetime] NULL,
[RunNum] [int] NULL,
[ServerName] [varchar](400)...
July 12, 2022 at 7:38 am
Ken,
Thanks for the reply.
I found the Azure Process Automation and created a runbook form one of the templates availabe (deleting files in a blob older the X days).
I modified the...
June 22, 2022 at 6:31 am
Thanks Ken,
you pushed me in the right direction !
The main issue it didn't work was the difference between an Azure FILE-SHARE and an Azure BLOB-STORAGE.
I was trying to backup to...
June 21, 2022 at 11:47 am
Andry,
Thanks for the quick reply.
You mentioned Powershel but all I had ever had to do I could manage with TSQL (often using XP_CMDSHELL to work on commandline, OPENROWSET/OPENQUERY and LINKEDSERVER).
PS...
July 4, 2019 at 10:17 am
Sue,
Thanks you - this pointed me into a direction I overlooked.... I will investigate and ask our AD-Networks specialist(s) to look into it.
Guus
June 13, 2019 at 8:22 am
Sue,
Thanks for pointing to theMS article.
I will make a VM-snapshot and upgrade to the given SP/CU (or to SP4).
Guus
March 12, 2019 at 6:24 am
Beatrix Kiddo - Monday, March 11, 2019 8:22 AMHave you tried doing a manual checkpoint on that database?
Beatrix,
Off course I tried to...
March 11, 2019 at 8:31 am
Steve,
autogrowth is turned on with plenty of space to grow if needed.
Guus
March 11, 2019 at 7:58 am
Enterprise edition
December 6, 2018 at 8:17 am
Thom,
Execent suggesting (not to warp it up at the end but CAST direct on the column to retrieve).
First test is positive !!!
Regarding the VARCHAR part ...
June 18, 2018 at 2:33 am
I located the failed logfile, but executing the restore, it stated this one was too young and the previous logfile stated it was too old - and there...
October 31, 2016 at 9:40 am
Gents,
after some more scripting I found out that if I place the "IF" outside the dynamic part it will work fine....
only now I do have a lot of extra lines...
May 30, 2016 at 7:44 am
FridayNightGiant,
thats not he issue - I deal wit version number in the SERVERTABLE (as mentioned).
Guus
May 30, 2016 at 6:38 am
Viewing 15 posts - 1 through 15 (of 35 total)