Posts
Sort by recent activity
deploying temporal tables to azure managed instance
HiI am trying to deploy existing database schema (source controlled in GIT) to a new Azure managed instance database which is empty.Here is the azure sql version details : "Microsoft SQL Azure (RTM...
filter rules and deploy script
HiWe have filter rules (filter.scpf file) to exclude tables that have the _TEMP_ , _REBUILD_TMP_ keywords in the tale name.
(name LIKE '%[_]TEMP[_]%') OR (name LIKE '%[_]REBUILD[_]TMP[_]%')We have ...
incorrect create table generated for temporal tables ?
HiThe auto generated create table query for temporal table via red gate SQL Server source control does not look correct. create table is being generated for 'HISTORY_TABLE' as well. Is there someth...