News

In this post, I want to cover how you can create a dacpac for SQL Server 2022 databases using sqlpackage. So that you keep the new SQL Server 2022 compatibility level when you deploy new databases.
SqlServer Dacpac Utility (dacpac-cli.exe) Command line helper utility for executing SQL Server Data-Tier Application Framework package (dacpac). For more info, refer here ...
DacMini is a utility that builds a custom DacPac from a small number of existing objects in a SQL server (mostly tables and views).
Reason No. 7 to upgrade to SQL Server 2008 R2: SQL Server Sysprep SQL Server Sysprep is a really cool new feature that DBAs will love, but as with DACPAC, some limitations in this initial release ...
Reason No. 7 to upgrade to SQL Server 2008 R2: SQL Server Sysprep SQL Server Sysprep is a really cool new feature that DBAs will love, but as with DACPAC, some limitations in this initial release ...
The SQL Server Utility Control Point, which is the heart of R2’s new multiserver management capabilities, allows you to monitor resource health across multiple SQL servers, but it currently ...
The sqlps.exe utility, which comes by default with all versions of SQL Servers, enables an SQL Agent — a Windows service to run scheduled tasks — to run jobs using the PowerShell subsystem. "The ...