Published onDecember 23, 2021Find Tables by Column names in SQL ServerCode-SnippetsSQLSQL query to find referencing Tables by column name
Published onDecember 22, 2021Drop all tables in a specific schemaCode-SnippetsSQLSQL query to Drop tables in a schema
Published onDecember 21, 2021Find Database size in SQLCode-SnippetsSQLSQL query to find database size
Published onNovember 16, 2021Build SQL connection string in powershellPowershellCode-SnippetsBuild SQL connection string in powershell using SqlConnectionStringBuilder
Published onOctober 29, 2021How to batch update millions of record in SQL Serversql-serverLets see how we can do the batch update in sql server without killing resources