Search
Submit a request
Sign in
How can we help you today?
Categories
Submit a request
Submit a request
Sign in
Support
Community
SQL Prompt
ALTER TABLE HISTORY_RETENTION_PERIOD / Bug
New post
Hi!
SQL Prompt will cause an error formatting this statement
ALTER TABLE dbo.test
SET (SYSTEM_VERSIONING = ON (HISTORY_RETENTION_PERIOD = 1 DAY));
GO
Thanks for fixing!
Torsten
torsten.strauss
April 26, 2019 09:19
-
0
+
Comments
2 comments
Sort by
Date
Votes
Hi Torsten,
I have replicated this, I will update you when I have heard from the development team.
Dan B
April 29, 2019 15:57
-
0
+
Hi Torsten,
This has been fixed in the latest version of SQL Prompt, please do let me know if you need any further assistance with this issue.
Dan B
May 29, 2019 09:48
-
0
+
Add comment
Please
sign in
to leave a comment.
SET (SYSTEM_VERSIONING = ON (HISTORY_RETENTION_PERIOD = 1 DAY));
GO