No, the command completed successfully but it had no effect on the Application.I've just found the following code to set the default for the server....exec sp_addlanguage 'British', 'English', 'January,February,March,April,May,June,July,August,September,October, November,December', 'Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec', 'Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday', dmy,1 sp_configure 'default language', 1 reconfigure with override
....only thing is I'm worried about it potentially affecting other apps....but if the setup of the old server was like this then I'm thinking it may not be a problem?!