Home > Archive > MS SQL Server security > July 2005 > SQL Login vs NT Login









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author SQL Login vs NT Login
Jonathan

2005-07-26, 8:23 pm

Hi all.

My problem is simple.

Last week I modify my application that connect to a SQL Server 7 to use
Windows Authentication. Before, it use SQL Authentication.

Since I made that change, my application response slowly than before. I use
exactly the batch of records, update, delete and insert and the difference is
big. My application calculate some quantity and display it on screen.

For exemple, for the same batch of record, with the SQL Authentication, it
takes 15 second but with the Windows Authentication, it takes more than 1
minute.

Anybody have an idea ?

I'm in the obligation to reinstall my old application because it's too slow.

Thanks

Jonathan
Uri Dimant

2005-07-27, 3:23 am

Jonathan
I have doubt abiout trusted connection causes to the problem. Have you
investigated an execution plan of the queries? Does the optimizer available
to use indexes?


"Jonathan" < Jonathan@discussions
.microsoft.com> wrote in message
news:6559051D-D83A-46C2-BB36- FA2DB741EFEA@microso
ft.com...
> Hi all.
>
> My problem is simple.
>
> Last week I modify my application that connect to a SQL Server 7 to use
> Windows Authentication. Before, it use SQL Authentication.
>
> Since I made that change, my application response slowly than before. I
> use
> exactly the batch of records, update, delete and insert and the difference
> is
> big. My application calculate some quantity and display it on screen.
>
> For exemple, for the same batch of record, with the SQL Authentication, it
> takes 15 second but with the Windows Authentication, it takes more than 1
> minute.
>
> Anybody have an idea ?
>
> I'm in the obligation to reinstall my old application because it's too
> slow.
>
> Thanks
>
> Jonathan



Jonathan

2005-07-27, 9:23 am

My query never change since 2001 and it use index since that time. I rebuilt
the index every night with my maintenance plan and my user tell me that the
application takes more time to execute since I deployed the new one.

I reinstall the old version of my application with the SQL Authentication
and it works ok.

When I install the new application with the Windows authentication, for
exemple 1 minute after, the execution is longer.

I reinstalled again the old application and it works.

It's a big problem because I'm in the process to change all my application
that I have on my company to use Windows Authentication.

Thanks ..

Jonathan

"Uri Dimant" wrote:

> Jonathan
> I have doubt abiout trusted connection causes to the problem. Have you
> investigated an execution plan of the queries? Does the optimizer available
> to use indexes?
>
>
> "Jonathan" < Jonathan@discussions
.microsoft.com> wrote in message
> news:6559051D-D83A-46C2-BB36- FA2DB741EFEA@microso
ft.com...
>
>
>

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com