SQL Server 2008 SSMS and Regional Settings

  • I have scenario in which I can't seem to find much about. In a nutshell if I have a client who's regional setting are, let's say US and a remote server which houses the database has a different regional setting GB, would there be any issues with updating\inserting data from the client via SSMS? I understand the client will see the data using its regional settings, but I'm concerned about data modifications form the client to the server using SSMS. Thanks.

  • The only issue you _might_ run into is datetime format differences...the brits do things all bass ackwards. That can be resolved by using SET DATEFORMAT, if needed..but it might not be.

  • Thanks, my concern would be dates in particular.

  • Yeah..if it's an insert, and he's using the british method of YY-DD-MM (I think that's what they do) and both DD and MM are < 12..there's a chance it would misinterpret it. Use the SET DATEFORMAT command just to be safe.

  • Thanks for the clarification.

  • What about editing table data from the Studio Manager? Would there be any issues?

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply