Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SQL 2014 and 2016? #322

Closed
johnxjcheng opened this issue Apr 30, 2018 · 8 comments
Closed

Support SQL 2014 and 2016? #322

johnxjcheng opened this issue Apr 30, 2018 · 8 comments

Comments

@johnxjcheng
Copy link

When upgrading the databases that use RoundhouseE, we get this warning:
Object RoundhousE.ScriptsRun.text_of_script uses deprecated data type TEXT, IMAGE or NTEXT which will be discontinued for future versions of SQL Server.

Any timeline to support the new SQL version?

@erikbra
Copy link
Member

erikbra commented May 1, 2018

We could probably just change it to VARCHAR(MAX), but I don't know if that would break compatibility with older SQL Server versions. However, it is only a warning that it might be removed in future versions, so there is no acute danger for it to stop working.

Are you experiencing any issues other than the warning?

@johnxjcheng
Copy link
Author

No, there is no other warning. If the upgrade can be scheduled in the near future that will be great. Microsoft is stopping the support of SQL Server 2008 soon.

@BiggerNoise
Copy link
Member

Just to be clear, when Microsoft stops supporting SQL Server 2008, that doesn't mean that TEXT is going away also.

But, it could at some point in the future and we should update our schema to accommodate this. Thank you for bringing it to our attention, I had no idea that they had deprecated the type. I'm sure that will be a popular decision with their users.

And curiosity question, I see that you're in Plano. Are you the John Cheng that works/worked for MedAssets (or whatever they're called these days)?

@johnxjcheng
Copy link
Author

johnxjcheng commented May 1, 2018 via email

@BiggerNoise
Copy link
Member

Good to see you also.

We're trying to get a cross platform .NET core version of RH baked, so @erikbra and I are a bit busy at present, but I hope that we can address this shortly after.

@johnxjcheng
Copy link
Author

Appreciate your hard work to benefit the community. Please fix you donation link as well. It shows error:
"This recipient is currently unable to receive money."

@ferventcoder
Copy link
Member

@BiggerNoise please fix the donation link to some location for you and @erikbra. You are doing amazing work, so make sure that goes to you - I forgot to remove it here when it stopped working over a year or so ago.

@erikbra erikbra closed this as completed Jun 19, 2019
@LarsAndreasEk
Copy link

Hi,

Any updated plans to change from TEXT to varchar(max) for columns?

Best regards
Lars Andreas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants