Viewing 15 posts - 1,651 through 1,665 (of 7,429 total)
Title should have read IsNull and not Is Null. However interesting effect as you found out.
Example.
declare @x varchar(5)
select isnull(@x,'1234567890')
From BOL
check_expression
Is the expression to be checked for NULL. check_expression can...
July 14, 2004 at 3:28 pm
Unforutnately I have not had the need to mess with Cold Fusion yet so I am in know way truely knowledgeable. I suggest trying the user forms at the macromedia...
July 8, 2004 at 7:20 pm
Is that the complete message or is there a number associated with it?
July 8, 2004 at 6:59 pm
Nothing like that I have seen. How are you referencing the local server with . or (local) or a named instance? Try using 127.0.0.1 as the server name and see...
July 8, 2004 at 6:58 pm
What is the full code lines source code? How are you applying the variable to the string and submitting to sql?
July 7, 2004 at 8:11 pm
If you were referring to me. Sorry, busy this week. The answer was nothing else whatsoever was occurring on this instance/server as it is my local machine and no accounts...
July 7, 2004 at 3:30 pm
Yes, the index things is correct. You can see a noticable performance increase as long as the drive is on either a seprate controller or if the same controller but...
July 2, 2004 at 7:04 am
Sorry unless Progress has a connecto for replication to SQL I don't see a replication method. Might need to create a filed in the table for a date time value...
July 2, 2004 at 5:30 am
Might, I won't have a chance until Thuesday thou to do further testing. Anything speciifc as far as table sturucture you want me to test. I will try with a...
July 2, 2004 at 5:27 am
One thing is to run profiler from the server side to montior your statements. Server exceptions (could be another issue causing) and connection states.
July 2, 2004 at 5:25 am
That can be handled best by the computer properties, advanced tab, environment variables. You can set either users temp or servers.
July 2, 2004 at 5:21 am
Is this the entire message or is their more? Most likely as EM uses SQL DMO heavily the DMO there may be a corrupt file in the install. You might...
July 2, 2004 at 5:15 am
The only probem with using the table itself is you will have to grant permissions on the table itself. Unless you can cotnrol with Cross-Database Ownership Chaining option. I suggest...
July 2, 2004 at 5:12 am
As long as the user account has access to dbA and dbB and has execute rights on both then you can use one connection and call either by 3 part...
July 1, 2004 at 4:59 pm
Try setting the whole row of conditions based on the consolidation of like items. For instance the above could be done like so (as long as I didn't misread something)
if...
July 1, 2004 at 4:55 pm
Viewing 15 posts - 1,651 through 1,665 (of 7,429 total)