December 2, 2014 at 9:16 am
Does sql server 2012 standard have sql object versioning? I'm trying to see if sql 2012 can track a proc or tablbe schema changes over time
December 2, 2014 at 11:11 am
Not that I'm aware of. If this is for in-house developed databases I'd suggest using source control either with SSDT database projects or RedGate SQL Source Control. RedGate also has new product in beta, SQL Lighthouse[/url], that you may find helpful as well.
Another option is to roll your own with DDL triggers.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 3, 2014 at 1:41 am
It does not. That's generally something that you do in source control.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply