Viewing 15 posts - 556 through 570 (of 602 total)
Hello,
I'm not sure what causes that error. I belive it to be filesystem permissions, which also affect permissions in IIS.
I am running IIS 6, but in 5.0 compatability mode.
hth...
August 2, 2005 at 7:53 am
Did you check the execution plans on both methods? I would be interested to see the differences, if any. Not the estimate, of course, but the actual execution plan used...
July 29, 2005 at 11:49 am
Now it would seem that the question did not reference the BOL. The explanation did. The correct answer is supported (and extended) by BOL. None of the other questions are...
July 29, 2005 at 8:05 am
Yummy SQL CE merge replication snacks. (heh)
The error code 80070005, which is the hex dword translation of the big negative number error code, means "Access Denied". Thanks Microsoft Calculator.
You might...
July 26, 2005 at 8:19 am
I would suggest using SQL profiler to look for processes that take large amounts of CPU time to complete. If you can find some, optimizing the SQL code that is...
July 22, 2005 at 11:39 am
I mean 'click on custom level.' At the bottom of the scrolling window lies the setting for "User Authentication".
July 20, 2005 at 1:48 pm
The the settings you need might be located in the user's browser.
Look under Tools>>Options>>Security. under "custom level" at the very bottom is what controls automatic login using domain credentials.
hth jg
July 20, 2005 at 1:46 pm
Hello,
It would seem to me that if your goal is to "encrypt while transmitting over the network" then the solution could be either as Steve Jones suggests, or to use...
July 18, 2005 at 7:36 am
According to BOL: "
[SendMail task object].FileAttachments[= value]
...
Multiple attachment file specifications are separated by semicolons"
I've never tried to send more than one, but it seems that this is the documented way...
July 15, 2005 at 7:52 am
There are definitely differences between the two, but none of the selections match the differences. I hate it when that happens.
July 14, 2005 at 7:45 am
You could validate the input on the form action page. That would work.
If you are just trying to send an email, you can use a mailer script. Now if you...
July 13, 2005 at 3:52 pm
I think you need a space between the procedure name and the 'as'
So it would be CREATE PROCEDURE emailg as . . . .
Except that you may want the...
July 13, 2005 at 3:23 pm
Effective immediately, the number 4 is no longer allowed as data.
(hehehe)
July 13, 2005 at 1:32 pm
I haven't found one of these suggestions that will return the hostname of the Physical Server on which an instance is running if it is clustered.
For that you can try this...
create...
July 13, 2005 at 1:27 pm
Viewing 15 posts - 556 through 570 (of 602 total)