Viewing 15 posts - 106 through 120 (of 195 total)
Nice. the difference in time is more pronounced at 40k rows than 20k, although if you keep going up the time to create the delimited string becomes too unbearable to test.
Question:...
February 22, 2007 at 10:17 am
If the report attachment is fine through Outlook but not fine through OWS this is *not* likely to be "something in the core of RS", more likely to be something...
January 24, 2007 at 9:23 am
(mid-coffee)
a join seemed to worked, I think... would it have been better to use APPLY? TIA, I've never tried it. And thank you for the article!
>L<
SELECT
o
January 8, 2007 at 9:59 am
Hi Kevin,
You've already got a solution that works for you -- I would agree that writing some dynamic sql makes sense here -- but I have another thought for you...
In...
December 29, 2006 at 10:21 pm
I thought maybe we could do this with EVENTINFO() in a trigger, but the calling proc isn't included in the schema (would be nice!).
Looking at the docs, it seems maybe you...
December 21, 2006 at 10:05 am
>>As long as the trigger is enabled you can make sure that the logic will work.
Maybe could also create a database-level trigger using the same technique, to make sure that the table...
December 21, 2006 at 9:34 am
>>In the end, what I'd like is to simply have another method of delivery (via printer) that any subscription can use to print to any printer on our lan.
I...
December 18, 2006 at 11:52 am
Well, Rod, I'm sorry to hear that your environment doesn't support you... and you didn't hit a nerve except maybe for the one that says "didn't I explain all this...
November 30, 2006 at 9:54 pm
'Scuse me, Rod, but I understand why your ASP.NET server is outside the firewall, I do understand the purpose of separating out these functions, working with partners, etc. I am not...
November 30, 2006 at 4:34 pm
You haven't really explained anything about your ASP.NET application or where it's situated on your network. But the fact that it "uses SSL" doesn't change anything in the equation, or...
November 30, 2006 at 1:48 pm
i'm not sure I can debug this from your example, because a lot would be determined on how you had installed RS on the server, I guess... but I'll give...
November 28, 2006 at 11:47 am
To do this really well, you are going to have to nest TRY/CATCH blocks in each called proc, I think...
The nested CATCH blocks in each called proc can call...
November 27, 2006 at 10:31 am
>>so I found that the joins were the issue here, and I needed to re-think the way my query was to work.
OIC, sorry, then can you use PeterHe's EXISTS suggestion and bring...
November 26, 2006 at 6:15 pm
>>
Actually, PatIndex does need the wildcards as it performs a pattern search much like the keyword LIKE. Without the wildcards, the entire strings would have to be exact matches. You...
November 25, 2006 at 12:42 pm
JIC... are you sure you're not looking at the build information at the end of the @@version that applies to the version of the OS, not the version of SQL...
November 25, 2006 at 10:33 am
Viewing 15 posts - 106 through 120 (of 195 total)