Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Multiple database-collation running on one SQL server (2014)

$
0
0
Gents,Can someone shed a light on the following;We are consolidating some old SQL server-environments from 'OLD' to 'NEW' and one of our vendors is protesting on behalve of the collation we use on our 'NEW' SQL server.Our old server (SQL 2005) contains databases with collation [b]SQL_Latin1_General_CP1_CI_AS[/b] Our new server (2014) has the standard collation [b]Latin1_General_CI_AS[/b]Both collations have [b]CI[/b] and [b]AS[/b]From experience I know different databases can reside next to eachother on the same Instance.The only problem could be ('could be !!') the use of [b]TempDB[/b] with a high volume of transaction to be executured in TempDB and choosing for [b]Snapshot Isolation Level [/b]....The applicliation the databases belong to is very static, hardly updated, and questioned only several time per hour (so no TempDB issue I guess).Can someone advice me using different databases using a different collation running on the same instance (or point me to some info on the www) .Regards, Guus

Viewing all articles
Browse latest Browse all 6525

Trending Articles