Viewing 15 posts - 1,201 through 1,215 (of 1,493 total)
Ed Wagner (11/5/2014)
Stuart Davies (11/5/2014)
Jeff Moden (11/4/2014)
Ed Wagner (11/4/2014)
SQLRNNR (11/4/2014)
PistolRifle
Porkchop Cannon 😀
Hamburger Bishop
Caliber
Twenty-two
November 5, 2014 at 6:02 am
Ed Wagner (11/3/2014)
SQLRNNR (11/3/2014)
Ed Wagner (11/3/2014)
SQLRNNR (11/3/2014)
streamFish
Pole
Boat
Ship
November 4, 2014 at 5:17 am
whereisSQL? (10/27/2014)
Ed Wagner (10/27/2014)
djj (10/27/2014)
Ed Wagner (10/27/2014)
SQLRNNR (10/27/2014)
munchausenNuts
squirrel
Distraction
Attraction
Love
October 28, 2014 at 5:12 am
Ed Wagner (10/27/2014)
SQLRNNR (10/27/2014)
munchausenNuts
squirrel
October 27, 2014 at 12:24 pm
Got an initial working resolution. Some guy by the name of Jeff 😀 has an article: Solving the Running Total and Ordinal Rank Problems (Rewritten)http://www.sqlservercentral.com/articles/T-SQL/68467/
Thanks Jeff!
I used the "Quirky...
October 24, 2014 at 12:46 pm
Thank you g.britton, I got pulled off to another task and am just getting back to this, so I will look at the two posts and see what happens.
October 24, 2014 at 11:07 am
Sorry, I was trying different things. Should cast the create date as date
, dense_rank() OVER (ORDER BY UserId,RefNum,CAST(CreateDate AS DATE)) AS RankTick
-- ,...
October 24, 2014 at 7:39 am
Hello, How about something like:
WITH Dups AS (
SELECT
bus.[Business_pk]
,[BusinessName], [Address], [Phone]
,ROW_NUMBER() OVER (PARTITION BY [BusinessName], [Address], [Phone] ORDER BY bus.[Business_pk] DESC) AS MatchRank
FROM [dbo].[TestBusiness]...
October 22, 2014 at 9:08 am
Ed Wagner (10/15/2014)
SQLRNNR (10/15/2014)
Ed Wagner (10/15/2014)
crookj (10/15/2014)
SQLRNNR (10/15/2014)
bifurcatedforked
Tongue
UVULA
Tonsils
Out
October 22, 2014 at 8:58 am
You might need to have two folder share locations for log files. That is if you plan on using the wizard.
October 21, 2014 at 1:34 pm
Did not think it would give the desired results. It would however be a step toward finding the problem.
October 14, 2014 at 6:22 am
What do you get when you use a left join form CurrExRate?
October 14, 2014 at 6:15 am
Ed Wagner (10/14/2014)
Stuart Davies (10/14/2014)
BWFC (10/14/2014)
Ed Wagner (10/13/2014)
djj (10/13/2014)
Ed Wagner (10/13/2014)
SQLRNNR (10/13/2014)
djj (10/13/2014)
SQLRNNR (10/13/2014)
DanishPastry
creme
Brulee
Fire
Torch
Singer
sewing (machine)
Needle
Thread
October 14, 2014 at 6:08 am
Viewing 15 posts - 1,201 through 1,215 (of 1,493 total)