Viewing 15 posts - 4,426 through 4,440 (of 9,643 total)
What are the indexes on the table?
Have you looked at the execution plan (even estimated) as I'd guess the sort is killing performance?
August 11, 2009 at 8:22 am
You can't use NOTHING in the stored procedure. You would use NOTHING in an expression when passing the report parameter value to the query parameter. Like:
=IIF(String.IsNullOrEmpty(Parameters!Parameter.Value), Nothing, Parameters!Parameter.Value)
August 11, 2009 at 8:06 am
I have never experienced any harm by answering yes.
August 11, 2009 at 7:53 am
John Rowan (8/10/2009)
You should be able to accomplish this by seting the Maximum Insert Commit Size setting on your OLE DB Destination Fast-Load component.
Duh, why didn't I think of that?
August 10, 2009 at 5:11 pm
I'm going to assume that you mean any time a student is absent consecutive days. Here's a solution, but I think it needs some more work to perform with...
August 10, 2009 at 3:16 pm
I need some more information.
What SSIS components are you using?
What is the flow of your SSIS package?
How are you getting the data from your source and what is your source?
August 10, 2009 at 2:15 pm
I'd suggest that you always get your Product information (name, etc...) from the Products table and then include a LEFT OUTER JOIN to the Quotes table to get quote information....
August 10, 2009 at 2:12 pm
GSquared (8/10/2009)
...I think the language I'm most fluent in these days is probably T-SQL, sad as that is.
Me, too. Just the other day somebody asked if I spoke Spanish...
August 10, 2009 at 1:51 pm
jacroberts (8/10/2009)
August 10, 2009 at 1:48 pm
I realize I am a bit late tot the party regarding today's lead article, but I'll comment anyway. Yes, there was some bad advice in the article, but there...
August 10, 2009 at 12:56 pm
Could you actually attach an Excel file with the data?
Thanks.
August 10, 2009 at 12:51 pm
Fortunately I have never had to deal with that. Of course that's why you are the security expert and I'm not.:-D
August 7, 2009 at 8:19 pm
Bob,
I downloaded the file and all I see in it is SQL.
August 7, 2009 at 6:58 pm
Viewing 15 posts - 4,426 through 4,440 (of 9,643 total)