Sequence issues
Janos_Varga
Posts: 3
Hi Guys,
I think I have an issue with SQL Source Control.
I have a SPROC that takes the next value from a sequence (SQL Server 2012) and uses it across several statements. The problem is that after I check it in SQL Source Control complains about a parse error "at line 11, column 7" which is the CREATE PROCEDURE line, column 7 is the space between create and procedure words...
I found out that if I remove the following line from the SPROC
Please advise on this issue.
Thanks,
Janos
I think I have an issue with SQL Source Control.
I have a SPROC that takes the next value from a sequence (SQL Server 2012) and uses it across several statements. The problem is that after I check it in SQL Source Control complains about a parse error "at line 11, column 7" which is the CREATE PROCEDURE line, column 7 is the space between create and procedure words...
I found out that if I remove the following line from the SPROC
SET @MyId = NEXT VALUE FOR dbo.MySequenceeverything is back to normal and both Get latest and Commit tabs work perfectly fine, no parse errors reported.
Please advise on this issue.
Thanks,
Janos
Failing to plan is planning to fail.
Comments
SQL Source Control and SQL Compare do not yet support the new object-types introduced in SQL Server 2012.
We plan to add support for the new objects incrementally, starting with Columnstore indexes and File table support. Customer demand will dictate what new objects we add support for next, so with that in mind you could add a suggestion to our user feedback site - UserVoice- asking for Sequence support.
So, just to confrim - SQL Source Control works with SQL Server 2012 SSMS and can connect to SQL Server 2012 databases - but can only understand SQL Server 2005/2008 compatible objects.
Best regards,
Chris
Redgate Software
crystal clear explanation, thank you.
I have added the idea to UserVoice.
Regards,
Janos
SQL Source Control has just become completely useless to my company. I can't check anything in and I can't compare anything. What is the deal?
What is the deal?
I am dead in the water with this product. This product is currently useless.