 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
gemisigo
Joined: 11 Mar 2010 Posts: 2165
|
|
[SA 9.0.162 Pro] - Incorrect SQL Reference [FIXED] |
|
Putting together statements for database CHANGE_TRACKING using SQL Reference results in incorrect code. The result is:
 |
 |
ALTER DATABASE [MyDatabase] SET CHANGE_TRACKING = ON AUTO_CLEANUP = ON, CHANGE_RETENTION =7 DAYS
|
while it should be:
 |
 |
ALTER DATABASE [MyDatabase] SET CHANGE_TRACKING = ON (AUTO_CLEANUP = ON, CHANGE_RETENTION =7 DAYS)
|
There are some brackets missing.
Last edited by gemisigo on Tue Oct 18, 2016 5:38 am; edited 2 times in total |
|
Tue Sep 27, 2016 5:44 am |
|
 |
gemisigo
Joined: 11 Mar 2010 Posts: 2165
|
|
|
|
This one is still an issue in [SA 9.0.162 Pro].
|
|
Tue Oct 11, 2016 4:26 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Thank you. This issue is still in the queue #SA0029777. We will address is as soon as possible.
|
|
Tue Oct 11, 2016 8:09 am |
|
 |
gemisigo
Joined: 11 Mar 2010 Posts: 2165
|
|
|
|
Confirmed as fixed.
|
|
Tue Oct 18, 2016 5:37 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Thank you
|
|
Tue Oct 18, 2016 12:10 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|