Viewing 15 posts - 136 through 150 (of 201 total)
Looks about right, except for the "smileys" that the forum software appears to be adding into our :'d expressions occasionally...
I don't have anything in front of me to check. But...
November 8, 2006 at 3:51 pm
>>Have you worked in the SSIS designer in VS05?
Unfortunately somebody else will have to give you advice there, not my area at all. I'm kind of interested and would...
November 8, 2006 at 9:32 am
I just wrote you a *long* reply with examples and this (*&&!!!#@*(& forum lost it... not the first time <sigh>. I'm overseas in a hotel on a borrowed connection, so...
November 8, 2006 at 8:11 am
I'm not sure what you mean by "all the tools" and where you're coming from on this. (I imagine other people are in the same boat, reading your message.) IAC...
November 2, 2006 at 7:36 pm
I'm not sure exactly what you're doing wrong, but I can tell you that it *is* possible to do what you want to do <s>.
Post your full URL. It looks...
October 27, 2006 at 9:13 am
>>Try using it to grant access to 25 tables to the same user... YUCK !
It would have been nice if there was an option to "apply script" in the...
October 20, 2006 at 8:46 am
>> I am having some trouble programming against the web service.
More background would help.
What have you tried, and what didn't work (what results did you expect, and...
October 20, 2006 at 8:23 am
General thoughts, not entirely related to one another <s>:
1. Are any of the cells or values null? I'm thinking (based on some stuff that RS does when assigning XSD data...
October 16, 2006 at 10:24 am
Any VB .NET DLL should be able to have a "Settings" file, not just a asp.net application. They look similar to web.config.
I don't know what environment you're developing in, but...
October 16, 2006 at 9:55 am
I forgot the outer CAST back to INT but you knew that, right <G>? Anyway, works fine.
SELECT
CAST(REPLACE(
October 13, 2006 at 10:54 am
OH!!! You said "remove the trailing 0". If you meant "remove the trailing 0s" why didn't you say so <s>?
Try this:
REPLACE(RTRIM(
October 13, 2006 at 10:28 am
Not sure why you would want to do this ... but how about
SELECT CASE @TheNumber % 10
WHEN...
October 13, 2006 at 12:39 am
"However"?
I think that is exactly what the poster wanted??
>L<
October 12, 2006 at 10:26 am
>>Would you know if SQL Server can generate XML messages and post them to an EAI tool?
It sounds as if you're stuck on the "publishing" side in SQL Server (you...
October 12, 2006 at 9:48 am
I think there might be an easier way than adding references to Excel ...
Try something like this:
x = 37.234
? ABS(INT(x * -1))
(Note: I don't use Access, but couldn't believe...
October 12, 2006 at 9:23 am
Viewing 15 posts - 136 through 150 (of 201 total)