Viewing 10 posts - 1 through 10 (of 10 total)
Start with a better web application...clusters can fail, the fact that the web app can't deal with it post-failover is a flaw with the application.
April 28, 2004 at 5:56 pm
Check the IIS Log file to see the cs-username...I assume you have disabled anonymous leaving only Integrated, digest and/or basic enabled, correct?
April 20, 2004 at 9:41 pm
April 20, 2004 at 9:35 pm
No good way AFAIK to deal with unsigned data in SQL, unless your only talking a byte....32 bit however, your best bet space allowing would be to go with a...
April 20, 2004 at 9:23 pm
April 20, 2004 at 9:15 pm
Andy – We have given thought to checking for a dup in this fashion. It creates additional coding at the ASP level to be able...
April 14, 2004 at 12:43 pm
Not sure what you mean, UDF's as they exist today within SQL 2000 allow for calling of stored procedures...are you trying to maintain some sort of intermidate results of say...
April 13, 2004 at 8:26 am
UNION probably works have not tested it, but other option would be to build a temp table with dates to join against or perform sub-query within.
April 13, 2004 at 8:14 am
Others gave you the reason why this occurs, but the way to avoid this situation would be to key off another field within the table and check against sometype of...
April 13, 2004 at 8:09 am
Viewing 10 posts - 1 through 10 (of 10 total)