Viewing 15 posts - 346 through 360 (of 9,665 total)
ARGH. The issue is back. I rebooted my PC first thing this morning, logged into the site and am seeing that right edge cutoff without any horizontal scroll bar to...
May 15, 2019 at 10:09 am
I would love to, but as a U.S. citizen, I'm not sure my feedback would be accepted.
May 14, 2019 at 5:55 pm
Andrey, regarding your second point... this isn't really a restore solution. The backups are getting stored on a non-prod NAS for redundancy DR. Long story short, we needed a workaround...
May 14, 2019 at 9:55 am
OUCH!
I see the need for synonyms in that case. And you have my intense sympathies for your situation.
May 13, 2019 at 4:49 pm
So I haven't played with taking this to T-SQL yet, but my boss set up variables in a C# SSIS script task, using System.Management.Automation.Runspaces and adding the reference to the...
May 13, 2019 at 4:27 pm
RE: Synonyms and 3 / 4 part naming conventions, is this just a preference or are you noticing performance issues?
And in the end, why does it matter? If the linked...
May 13, 2019 at 4:09 pm
Resolution is 1920 x 1080. The scale is set to change the size of text, apps and other items to 125%. The browser is maximized.
But, I think this might be...
May 13, 2019 at 4:04 pm
I don't think he was talking about using linked servers to update the AG jobs, logins and whatnot. I think he was about to go off on a...
May 13, 2019 at 3:09 pm
I don't think he was talking about using linked servers to update the AG jobs, logins and whatnot. I think he was about to go off on a rant about...
May 13, 2019 at 2:59 pm
So I've changed my math to be just a DateDiff because, yay simple!
SELECT dt.Subdirectory, DATEDIFF(hh,GETDATE(),bus.backup_finish_date) AS HrsAged
INTO #PurgeBackups
FROM #DirTree dt
INNER JOIN LinkedSvr.msdb.dbo.backupmediafamily bmf
ON dt.Subdirectory = REPLACE(bmf.physical_device_name,@PurgeFolder,'')
INNER JOIN...
May 13, 2019 at 12:28 pm
So I attended the PASS High Availability webinar last week on "Your AG might not be as "available" as you think" and it was pretty interesting. But one odd thing...
May 13, 2019 at 11:58 am
Yeah. I had so many things going on when that got posted I must have missed it. I was scanning the code responses and missed a lot of the rest...
May 13, 2019 at 11:53 am
No problem with the hijacking.
FYI: My boss just figured out a way to pass PoSH parameters into a SQL job. So, it is a thing. Let me look into it...
May 13, 2019 at 11:36 am
IIRC, the file paths and the fact that they're "COPY ONLY" are stored in the MSDB database. I think it would be a simple, very quick, and very accurate...
May 13, 2019 at 11:33 am
Darn - didn't noticed that they were removing the ISE from version 6 - rather annoying as it will force many to install Visual Studio on a server...
May 13, 2019 at 10:08 am
Viewing 15 posts - 346 through 360 (of 9,665 total)