After some SQL Server installations, the SQL Server Performance Counter on the server is not created at all, and we notice later, or because …
Read More »
After some SQL Server installations, the SQL Server Performance Counter on the server is not created at all, and we notice later, or because …
Read More »In SQL Server 2005 and later versions, you can find the active node of SQL Server Failover Cluster using the following query. [crayon-68736618c78d9348038782/]
Read More »What do you do if you need to know when the password of a SQL Login is changed? You can use the command below …
Read More »ERROR: “Internal I/O request 0x4BD9EAE8: Op: Write, pBuffer: 0x05350000, Size: 983040, Position: 369629696, UMS: Internal: 0x103, InternalHigh: 0x0, Offset: 0x16081A00, OffsetHigh: 0x0, m_buf: 0x05350000, …
Read More »ERROR: “Cannot execute as the database principal because the principal “dbo” does not exist, this type of principal cannot be impersonated, or you do …
Read More »ERROR: “The database principal owns a schema in the database, and cannot be dropped. (Microsoft SQL Server, Error: 15138)” EXPLANATION: You may encounter an …
Read More »Detect Orphaned Windows Logins(sp_validatelogins) With this system SP, you can identify Windows Logins that have been deleted from Active Directory on a SQL Server Instance. …
Read More »ERROR: “Cannot insert the value NULL into column ‘owner_sid’, table ‘msdb.dbo.sysjobs’; column does not allow nulls. INSERT fails.” EXPLANATION: Because a server will be …
Read More »With the DB link, you can get an ORA-01591 error if you join the tables in the queried database with the tables in a …
Read More »For more information about Filegroup, please read the article “How to Create a Database on SQL Server“. Especially in large and partitioned databases, we …
Read More »