| Author |
Message |
gvarol@corelogic.com
Joined: 09 Mar 2011 Posts: 60 Location: USA
|
Posted: Wed Jul 11, 2012 2:37 pm Post subject: The new sequence object in sql 2012 cannot be formatted |
|
|
anywhere in the script file if the last line below is used it causes an error.
CREATE SEQUENCE [dbo].[ReportComparisonSeq] AS INT START WITH 1 INCREMENT BY 1 NO CYCLE CACHE 10
go
DECLARE @Seq INT
SELECT @Seq = NEXT VALUE FOR [dbo].[ReportComparisonSeq] |
|
| Back to top |
|
 |
Manfred.Castro
Joined: 23 Apr 2012 Posts: 122
|
Posted: Thu Jul 12, 2012 6:49 pm Post subject: |
|
|
Unfortunately although the majority of our products support connections to SQL 2012. We do not as of yet support all the new features of SQL 2012.
You can request a feature to include 2012 syntax at out uservoice forums.
http://redgate.uservoice.com/forums/94413-sql-prompt-feature-suggestions _________________ Manfred Castro
Product Support
Red Gate Software |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
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
|
Powered by phpBB © 2001, 2005 phpBB Group