Viewing 15 posts - 3,436 through 3,450 (of 4,272 total)
This is not a standard phrase. I'm *guessing* that the sprocs would return all the rows affected by any actions it took. This is often easier said than...
October 2, 2009 at 12:39 am
Just key it's name in including instance.. That works..
CEWII
October 2, 2009 at 12:24 am
First thought is change the default database for your login to something other than master.. Try that..
CEWII
October 1, 2009 at 8:34 pm
You are very welcome, I lok forward to hearing how it went.
CEWII
September 30, 2009 at 4:37 pm
Age of the box?
>>Its been more than a year now.
So not an ancient box.. That is good.
Is your SQL box 32 or 64 bit?
>> 32 bit box...
Thats a...
September 29, 2009 at 3:45 pm
I have a fair amount of experience with DNN and yes a load on the DB is common. However, the load that you are talking about seems a bit...
September 29, 2009 at 2:25 pm
sid18in (9/29/2009)
Let me give a background on the system, we have Kentico CMS system which was used to build the website, so for everytime any request...
September 29, 2009 at 1:57 pm
Unfortuantely I think you are right.. I can't think of another way to get it to work the way you want it to..
CEWII
September 29, 2009 at 10:24 am
I agree with Mr. Kelley. You need to control your exposure at this point. I think there is a very high chance of risk and taking the WS...
September 28, 2009 at 10:57 pm
Do you get a whole bunch or just a couple. Also, the login that your webserver is using isn't a sysadmin is it? Also we set our sa...
September 28, 2009 at 6:57 pm
K. Brian Kelley (9/28/2009)
Elliott W (9/28/2009)
September 28, 2009 at 6:35 pm
It could be an attack, and the only way I know to find out what parameters it is using is to use a packet sniffer on the network or the...
September 28, 2009 at 6:03 pm
I have done it a couple of times and I would start with a server that has as few roles as possible already installed. Don't install anything you absolutely...
September 28, 2009 at 5:53 pm
Here is your problem:
) RETURNS TABLE (
It needs to include a variable name:
) RETURNS @ReturnValue TABLE (
You need to insert the records into that variable..
I can't remember if you need...
September 28, 2009 at 5:50 pm
sid18in (9/28/2009)
Yes security is an issue, also the the CPU and Memory contention are my major headaches for me because of which my website is...
September 28, 2009 at 5:40 pm
Viewing 15 posts - 3,436 through 3,450 (of 4,272 total)