Viewing 12 posts - 16 through 27 (of 27 total)
One extra piece of info I just discovered:
In my large query statement, I have a in the where clause "WHERE rank>(((@pg-1)*@items_per_page)+1) and rank<=(@pg*@items_per_page)"
@pg and @items_per_page are passed in parameters. If...
November 4, 2004 at 5:08 am
NEW INFO!
OK, The problem hasn't been happening much lately but I'm now copying this entire database to a new SQL Server and it again sprung its ugly head. This time...
November 4, 2004 at 4:34 am
OK!!!
The problem happended AGAIN, this time with the table variable version of my SP (that piece of info is probably irrelevant). I could call the SP from query anaylzer...
October 24, 2004 at 5:37 am
Hi Robert,
This sounds just like what I'm experiencing. My query is really not all that ugly as you can see and it gets called probably several times per sec, not...
October 19, 2004 at 2:39 am
Hi David,
It's my understanding that a select in ()'s can not return more than one value.
table1 and table2 can be joined on weeknum and val1 also.
How can I...
October 18, 2004 at 5:16 am
OK, more info!
This seems to be a LOCKING problem. When this stored procedure is called from ASP, I see a TON of locks on the tempdb and on the 3...
October 13, 2004 at 7:00 pm
Unfortunately, the problem is gone now, so I'll have to wait to see it again.
SQL Server and IIS are on the same machine, so accessing via a remote browser...
October 11, 2004 at 3:38 am
Hi David,
Thanks for the tip regarding how to call the SP from ASP. I've thought about this and agree that it my current issue.
I think that the fact that this...
October 11, 2004 at 2:26 am
I agree that it doesn't seem like a brute force type of attack. I'd think that in a brute force method, I'd see thousands of attempts per occurrence. ...
October 29, 2003 at 2:10 pm
What's the best way to find out where the attack is coming from without hitting performance? Do I need to run profiler continuously on the server or on my...
October 28, 2003 at 1:37 pm
ugh! Just found out that my hosting company had SQL Server set for a max of 152MB of RAM. That couldn't have been a help. They're bumping...
October 14, 2003 at 4:44 pm
Thanks for all of the great input!
My site had some trouble again this weekend but I think the trouble was less due to writing static pages to disk. I...
October 14, 2003 at 4:04 am
Viewing 12 posts - 16 through 27 (of 27 total)