This is a discussion on Problems with Windows Authentication within the SQL Server forums, part of the Microsoft SQL Server category; --> Hi, We're currently planning to migrate from SQL Auth to Windows Auth. Personally, I do not have too much ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, We're currently planning to migrate from SQL Auth to Windows Auth. Personally, I do not have too much experience with Windows authentication but have heard that there are some problems when working with it. The problems I've already ran into were: "Cannot Generate SSPI Context" (which I've already resolved), and a more serious problem which prevents me from connecting to a linked server. (double hop, see http://support.microsoft.com/?id=238477) Anything else I should expect? Thanks! |
| ||||
| "Adi Sapir" <adisapir@gmail.com> wrote in message news:1119451308.938945.74720@f14g2000cwb.googlegro ups.com... > Hi, > We're currently planning to migrate from SQL Auth to Windows Auth. > Personally, I do not have too much experience with Windows > authentication but have heard that there are some problems when working > with it. > The problems I've already ran into were: > "Cannot Generate SSPI Context" (which I've already resolved), and a > more serious problem which prevents me from connecting to a linked > server. (double hop, see http://support.microsoft.com/?id=238477) > > Anything else I should expect? > > Thanks! > In general, MS recommends Windows authentication over SQL authentication - if you have Windows client connecting directly to the server then things should be quite straightfoward. If not (for example, if you're using JDBC), then you might have some issues, but as with any major change, you should try it out first in a test environment - if you do have any problems, then you can post more details here or in microsoft.public.sqlserver.security. Simon |