Viewing 15 posts - 136 through 150 (of 195 total)
>>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
Hold the phone.
>> is QA using OLE DB provider when connect to DB?
I don't know, somebody else can probably answer this in a second. I do know that...
October 5, 2006 at 6:15 pm
Yes, it is interesting, except that I wrote a sproc based on yours with a temp table and it did *not* crash <sigh>.
I just did it again. Using a different...
October 5, 2006 at 4:06 pm
>> is QA using OLE DB provider when connect to DB?
I don't know, somebody else can probably answer this in a second. I do know that QA in Enterprise Mgr...
October 5, 2006 at 2:16 pm
>>The most common reason I've had to do restrict the number of rows has been when doing operations against millions of records.
Here's another really common one: "paging" data for web...
October 5, 2006 at 12:20 pm
Sorry, KC, I didn't mean to imply that you should leave out the condition as something that was significant to your issues. I did it because I didn't have the...
October 5, 2006 at 12:13 pm
Viewing 15 posts - 136 through 150 (of 195 total)