News

Understanding SQL Server permissions: server permissions vs. database permissions To gain a better understanding of this new vulnerability and its impact, it’s important to understand how permissions ...
This wait type may also indicate the SPID is waiting for remote procedure calls, linked server queries, BULK INSERT commands, or full-search queries. PAGEIOLATCH_* —Buffer latches, including the ...
This article describes how to determine who has permissions to various objects in the SQL Server Database Engine. SQL Server implements two permission systems for the Database Engine. An older system ...
LEFT JOIN sys.database_principals AS p ON dp.grantor_principal_id = p.principal_id DATABASE ROLES - (EXEC sp_addrolemember) Works on: Azure Synapse, SQL Managed Instances, SQL Server On Premises Query ...
The mssql extension for Visual Studio Code, used to support SQL Server connections and T-SQL editing, has been updated with IntelliCode functionality and a new Object Explorer, among other new ...
Figure 6. We have really just dipped our toe into the water that is using SMO with PowerShell to explore and report on various portions of SQL server and its database and tables. We can also do things ...
This article, “ SQL Server Management Objects: Finally ready for prime time,” was originally published at InfoWorld.com. Read more of Sean McCown’s Database Underground blog and follow the ...