Question

When you startup a standard trace the first settings you see will be the current database connections.

In my case there is about 10 entries, all of whome are the same username, however some are dateformat dmy and some are mdy. The asp website seems to pick a connection from the pool and uses it, it appears to pick one of 3 and all are set to dmy however every connection should be mdy. Since they are all the same username and that user is set to us_english where else might the connection be getting the dateformat entry?

Thanks

Was it helpful?

Solution

Some ideas:

  • The application is issuing SET DATEFORMAT
  • The app is using a DSN with/without translation

By default, the connection default is defined by SQL Server default settings.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top