Facbook Pixel

ITEGY upgrading databases to MS SQL 2012

We're migrating Web & Classic shared hosting customers using MS SQL databases to a newer version MS SQL — 2012. This can impact your account in two ways:

Changing your database's IP address

If you connect to your database through an IP address, which we don't recommend, it will no longer work when your database is moved to MS SQL 2012.

Instead, we recommend using your database's host name, which you can find using Viewing Your Database Details with Shared Hosting Accounts.

Note: Your database's hostname is not changing.

Discontinued MS SQL features

MS SQL no longer supports the following features:

FeatureCategoryReplacement
WITH APPEND clause on triggersDatabase objectsRecreate the trigger without WITH APPEND
FASTFIRSTROW hintQuery hintsUse OPTION (FAST)
RAISERROR in the format RAISERROR integer 'string'Transact-SQLRewrite the statement using the current RAISERROR syntax
COMPUTE / COMPUTE BYTransact-SQL syntaxUse ROLLUP
*= and =*Transact-SQL syntaxUse ANSI join syntax

Next step

Impacted feature you useNext step
NoneNo action necessary
Using your database's IP addressStart using its hostname
Discontinued MS SQL featuresAmend your code using the guidance in this article