Viewing 7 posts - 1 through 7 (of 7 total)
Hello,
I would like to share results of my research regarding this new feature and hope it can fill a current gap in overall information about it:
http://www.alexvolok.com/2015/06/sql-2016-temporal-tables-introduction/[/url]
http://www.alexvolok.com/2015/06/sql-2016-temporal-tables-changing-the-schema/[/url]
http://www.alexvolok.com/2015/06/sql-2016-temporal-tables-indexing-part-i/[/url]
also, an excellent overview...
June 22, 2015 at 4:11 am
Y'll not have stop replication
June 22, 2007 at 6:32 am
Dont forget to script user logins, jobs, custom error messages etc.
Or, as simplest way: backup|restore system databases (master, msdb).
June 15, 2007 at 3:50 am
1) Ensure, that sql server agent on test server have enough security permission to access a file on primary server.
2) Create job with step, which contains this batch:
Restore database db_name...
June 15, 2007 at 2:02 am
Hi,
Try this:
ALTER TABLE [Rules] DROP CONSTRAINT [IX_Rules]
June 15, 2007 at 1:56 am
Hi, Cory
Check this topic:
http://www.sql-server-performance.com/forum/topic.asp?TOPIC_ID=12363
June 15, 2007 at 1:27 am
Hi,
You can have 2 databases:
1) Main (operational) with necessary ammount of data.
2) Historical. Created for collecting nonoperational data for further data analisys or recovery some necessary information.
This database can be...
June 15, 2007 at 12:51 am
Viewing 7 posts - 1 through 7 (of 7 total)