Re: for some reason when i deploy my C# application on windows 2003 occasionaly rdr[0].ToString() hangs where rdr is a System.Data.SqlClient.SqlDataReader. Is there a fix for this? is my visual studio.net out dated?
- From: "Dan Guzman" <guzmanda@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 22 Mar 2006 07:12:42 -0600
I'm not sure why you posted this question to security but are you sure the
app is hanging on the Item accessor? A more common issue is that is that
the Read method is hanging due to back end database blocking. Run sp_who
while to problem is occurring to identify blocked/blocking processes.
--
Hope this helps.
Dan Guzman
SQL Server MVP
"Daniel" <softwareengineer98037@xxxxxxxxx> wrote in message
news:%23ixqfLYTGHA.2816@xxxxxxxxxxxxxxxxxxxxxxx
for some reason when i deploy my C# application on windows 2003
occasionaly
rdr[0].ToString() hangs where rdr is a
System.Data.SqlClient.SqlDataReader.
Is there a fix for this? is my visual studio.net out dated?
.
- References:
- Prev by Date: Re: Unable to set SQL proxy for xp_cmdshell
- Next by Date: Re: Using same AD Security Group name for two different domains on MSSQL 2000
- Previous by thread: for some reason when i deploy my C# application on windows 2003 occasionaly rdr[0].ToString() hangs where rdr is a System.Data.SqlClient.SqlDataReader. Is there a fix for this? is my visual studio.net out dated?
- Next by thread: Re: using a certificate as login account
- Index(es):
Relevant Pages
|
|