Viewing 15 posts - 166 through 180 (of 310 total)
Hi Jane,
If you look in BOL you'll see that ISQLW cannot be called with a parameter stating which protocol to use. In fact the [only] parameter availlables - according to BOL...
June 8, 2005 at 8:21 am
Hi,
I have the same behavior as Cris. We are on SQL2K SP3A.
Regards,
Carl
June 7, 2005 at 7:12 am
You can also use the sp_helptext stored procedure to get the text of a stored procedure (in Query Analyzer or osql):
sp_helptext sp_xxxxx
Regards,
Carl
June 7, 2005 at 6:49 am
The solution is very simple: Install service pack 3. After having done that, the server listen on the TCP/IP port defined by us.
June 6, 2005 at 9:55 am
Ouups, instead of you should have seen:
- Lock: Deadlock
and
- Lock: Deadlock Chain
June 3, 2005 at 10:17 am
Hello Dale,
Seen lately that with SQL Server 2005 it will be displayed graphically in a user friendly fashion.
But having to work with 2000, have you tried with the profiler using...
June 3, 2005 at 10:15 am
Hi Remi,
Its nothing. In the past you have also contibuted a lot the this site.
By its "nature" lock escalation increase the possibilty to get deadlocks.
Carl
June 3, 2005 at 10:03 am
From BOL:
Lock escalation is the process of converting many fine-grain locks into fewer coarse-grain locks, reducing system overhead. Microsoft® SQL Server™ 2000 automatically escalates row locks and page...
June 3, 2005 at 9:45 am
Also, maybe lock escalation is involved... not sure.
Carl
June 3, 2005 at 9:38 am
Hi Noel,
Something I should have mention previously is that the Edition of SQL Server 2000 is the Personnal one.
But I don't think this is the bug we experience here since...
June 2, 2005 at 8:59 am
Hi Dale,
To be honest when this situation arise we were having a lot of other troubles involving LOCKs, DEADLOCKs, application bugs, ... it was in the summer of 2002.
We were...
June 1, 2005 at 6:24 am
Hello Noel,
Hide Server is not checked.
Thank's for that hint it could have been checked.
In the SQL log what Isee is this:
SQL Server listening on Shared Memory, Named Pipe.
Nothing related...
May 31, 2005 at 1:15 pm
Hello Jason,
not this is a default instance not a named instance.
Regards,
Carl
May 31, 2005 at 9:55 am
Hello Chris,
Our installation is on XP as stated above and the Windows Firewall is "ON".
If I try to add exceptions with the port 1433, it does not solve the problem.
I...
May 31, 2005 at 9:19 am
Hello Chris,
its a good point... They've increased the security on all our laptops lately... maybe its related.
I'll look at it when I have the chance to get one. Until then, ...
May 30, 2005 at 7:25 am
Viewing 15 posts - 166 through 180 (of 310 total)