Viewing 15 posts - 14,596 through 14,610 (of 15,381 total)
Sriram.RM (6/2/2011)
same article quoted by 2 people with a time difference of one min!!!
Proof that the article rocks huh!!!
June 2, 2011 at 7:12 am
Read Jeff Moden's article here[/url]. It will walk you through the whole process. It is lengthy but incredibly informative.
June 2, 2011 at 7:06 am
DevNate (6/1/2011)
June 1, 2011 at 3:35 pm
Rich Yarger (6/1/2011)
Example...
SELECT *
FROM Table
WHERE Column1 = @Column1
AND Column2 = @Column2 OR @Column2 IS NULL
It seems that if the WHERE statement is...
June 1, 2011 at 3:24 pm
Lowell (6/1/2011)
Sean Lange (5/31/2011)
Pretty sure this article will provide you with some useful information.nice link!
😉
June 1, 2011 at 1:38 pm
John Mitchell-245523 (6/1/2011)
Sean Lange (5/31/2011)
June 1, 2011 at 7:09 am
I certainly wouldn't say that it is not worthy of being implemented. I was really just warning of the challenges you may face. My wife's company built a system with...
June 1, 2011 at 7:03 am
Here is what I mean about more legible. This is a rewrite of your query in #2
select 1, Amount, Amount, Type as AmountType
from InvoiceTotalAdditionalCosts itac
join Invoice i on itac.invoicekey...
May 31, 2011 at 10:40 am
Well we are not familiar with your requirements and we can't see over you shoulder so there really isn't a lot we can do. One comment I would make about...
May 31, 2011 at 10:34 am
No kidding. The scary level of this is off the chart. There are 4 nested while 1=1 loops. Which in turn declares 4 nested cursors. :w00t: This is a textbook...
May 31, 2011 at 10:11 am
Pretty sure this article will provide you with some useful information.
May 31, 2011 at 9:59 am
duplicate post. Please direct all replies here.
May 31, 2011 at 9:56 am
That may be correct but the question still remains...why would you need to open a text file with 13M rows. It would take weeks just to scroll to the bottom....
May 31, 2011 at 8:39 am
Viewing 15 posts - 14,596 through 14,610 (of 15,381 total)