mssql get the backup information with copy_only information.
I need to find a way to see if the backup chain where broken. On my search I found this could script, created by "hot2use"I have found this script on…
I need to find a way to see if the backup chain where broken. On my search I found this could script, created by "hot2use"I have found this script on…
import-module msonline(install-module msonline)$O365CREDS = Get-Credential$ONPREMCREDS = Get-Credential #used UPN Username$SESSION = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $O365CREDS -Authentication Basic -AllowRedirectionImport-PSSession $SESSIONConnect-MsolService -Credential $O365CREDS#You can run these commands, to check…
This command, can be run on both the primary and secondary node.
To see witch session id, that run command against a database, you can run this:
If you have a host with multiple IP address on it, and you need to change witch IP address it present it with on the Internet, you can change the…
Today i have a customer that got an Bad Request Error 400, when he try to logon to ADFS from inside their own network, with domain connected computers.The error is…
How fast is data leving the cache, when it not access again. With this query, you can see how fast data will get expire, and overwritten by new data in…
With this query, you can see whitch database that is using most memory
Whit this code, you can see how much of query in percent at this moment is reading from the cache/buffer.
When taking backup of a SQL server i got this error in my event viewer, every times the backup is running:Event Viewer Error: Cryptographic Services failed while processing the OnIdentity()…