Viewing 15 posts - 2,326 through 2,340 (of 3,957 total)
Jeff Moden (12/23/2012)
December 23, 2012 at 11:49 pm
J Frizzle (12/21/2012)
Can you use EXCEPT ALL like you can with UNION ALL to display even the non-distinct rows?
I'm pretty sure you cannot. Neither can use use INTERSECT ALL.
INTERSECT...
December 23, 2012 at 10:23 pm
Lidou123 (12/19/2012)
YEAR WEEKS VALUE ...
December 23, 2012 at 7:38 pm
Jeff Moden (12/22/2012)
neevmansoori (12/22/2012)
We sincerely thank you..It Saves a lot of Efforts of mine.:-)
Yeah, but as old as this post is, I'm not sure that it answers what needs to...
December 23, 2012 at 5:47 pm
dennisrg (12/23/2012)
If you want good data for airlines or airports go to http://transtats.bts.gov/Tables.asp?DB_ID=595&DB_Name=Aviation%20Support%20Tables&DB_Short_Name=Aviation%20Support%20Tables.
Dennis - Thanks. Actually I have a "paid for" table of airports that I couldn't post for...
December 23, 2012 at 5:37 pm
vinu512 (12/20/2012)
dwain.c (12/19/2012)
Since quote is also CHAR(25), you can also do this:CHARINDEX(CHAR(25), string_column) > 0
Single Quote is char(39) Dwain......if I am not wrong. 😉
Looked like a single quote when I...
December 20, 2012 at 10:02 pm
Jeff Moden (12/19/2012)
December 19, 2012 at 10:17 pm
I typically use exactly the same analogies (non-persistent VIEW or derived tables) but unfortunately I can't be helpful and point you to a link that agrees with us. 🙂
However I...
December 19, 2012 at 9:14 pm
mister.magoo (12/19/2012)
I used 2000 rows of 2000 pairs of values to test :
Duration_AvgCpu_AvgReads_AvgWrites_AvgRowCounts_Avg
106994.000000985614196918 ...
December 19, 2012 at 8:36 pm
mister.magoo (12/19/2012)
dwain.c (12/19/2012)
"Oh, Magoo! You've done it again!"Maybe 😉 I am just testing other data patterns...
You know the really funny thing. I made the discovery of that approach independently...
December 19, 2012 at 7:19 pm
"Oh, Magoo! You've done it again!"
December 19, 2012 at 7:11 pm
BTW. Your DDL setup data was pretty good, except that I needed to fix it a little:
jadelola (12/18/2012)
[Acc No] [nvarchar](255) NULL,
[nvarchar](255) NULL,
[PayDate] [datetime]...
December 19, 2012 at 7:06 pm
You can try the query below. If it produces the correct 3 records you need for each row, just add an INSERT before it to put them into the...
December 19, 2012 at 7:01 pm
SG - Another thought occurred to me on this question.
I would call this just another form of a "data smear" (a term used by Jeff Moden in this link: http://www.sqlservercentral.com/Forums/Topic1393805-392-1.aspx#bm1393812).
December 19, 2012 at 6:24 pm
Viewing 15 posts - 2,326 through 2,340 (of 3,957 total)