Verify Login SID and Machine SID
This script is to verify which login accounts have SID values that don’t match the correct SID values defined on the machine or in the domain.
2019-05-03 (first published: 2014-12-24)
1,587 reads
This script is to verify which login accounts have SID values that don’t match the correct SID values defined on the machine or in the domain.
2019-05-03 (first published: 2014-12-24)
1,587 reads
Sorry, I typed the assignment operator ( = ) instead of the equals operator ( == ). Corrected code is shown below:function Main() { var c9 = DTSSource("Col009") var c10 = DTSSource("Col010") if (c9 == null || c9 == "null") c9 = ""; if (c10 == null || c9 == "null") […]
2004-06-10
1 reads
By Steve Jones
In a previous post, I set up the basic databases for the PoC project...
By Steve Jones
Today’s coping tip is to plan something fun and invite others to join you....
When encrypting a database with Transparent Data Encryption (TDE), a vital consideration is to...
Has anyone migrated databases from on premise SQL Server to Azure Managed instance? If...
Hello everyone. I don't post here often even though I am constantly on the...