Find out when/who dropped an object without auditing
If your environment doesn’t have any kind of auditing and you need to find since when an object was dropped.
"The force is strong with this one"
If your environment doesn’t have any kind of auditing and you need to find since when an object was dropped.
The scenario is when your publication settings has the option immediate_sync configured as false (means if you run the Snapshot
Use the .WRITE (expression, @Offset,@Length) clause to perform a partial or full update of varchar(max), nvarchar(max), and varbinary(max) data types. For example, a partial update of
After the tip https://www.mssqltips.com/sqlservertip/5526/how-to-setup-and-use-a-sql-server-stretch-database/ I made a video to show step by step how to enable stretch database.
SQL Operations Studio Agent is visual way to see, edit and create SQL Server jobs and everybody was asking this
The common way to replicate data and objects from one server to another is using transactional replication. As you know, SQL Server processes
In a post about how update works I showed what happened when run an update with the same values. SQL Server
When thinking about migration the most common issue is downtime. There are some methods that require downtime like backup/restore or
SqlPackage is a command-line utility that you can use for exporting and importing operations in both on-premises SQL Server databases
SQL Operations Studio is a free tool that runs on Windows, macOS, and Linux, for managing SQL Server databases. I