In this post we will see postgres
PostgreSQL and Elasticsearch are often used together in modern applications, but many developers are unsure when they actually need both.…
SELECTDB_NAME(vfs.database_id) AS [Database],mf.physical_name AS [File Path],mf.type_desc AS [File Type], — DATA or LOGvfs.num_of_reads,vfs.io_stall_read_ms,CASE WHEN vfs.num_of_reads = 0 THEN 0ELSE (vfs.io_stall_read_ms…
Here’s the best point-wise summary of Amazon VPC from your text: Amazon VPC Overview Default VPC VPC Limits & Tenancy…
SELECTr.session_id,r.status,r.command,r.percent_complete,r.wait_type,r.wait_time,r.wait_resource,t.text AS sql_textFROM sys.dm_exec_requests rCROSS APPLY sys.dm_exec_sql_text(r.sql_handle) tWHERE r.database_id = DB_ID(‘YourDBName’);
Here is a detailed feature-difference comparison of the last 5 versions of Ola Hallengren’s SQL Server Maintenance Solution scripts for…