Robert Simpson

Results 7 comments of Robert Simpson

We have this issue on our SQL Server 2017 servers, but not the older SQL Server 2012 ones. There appears to be no difference in the output between running the...

Based on responses in the MS case: - There is a workaround to enable Trace Flag 2452 that will skip the check for corrupt statistics as part of the DBCC...

In addition to the workaround by @randomnote1 , we can connect to instances via the IP address and port number using `'ip.address,port#'` as the server name. Maybe the resources could...

Maybe another possibility... use the File resource to write the SID for a specific user to a FIle using the `'0x{0}' -f ((New-Guid).Guid -replace '-').ToUpper()` code suggested, if the file...

An alternative would be to use raw strings (r'...') it that would be preferred.

PR #209 fixes non-escaped backslashes in two places. Not sure if there are other places this needs to be applied.

As of January, 2025, there still are no values under the "Name" column heading when executing Get-GcsObject. However, by adding "Format-Table" with the exact same columns as default, the Name...