Viewing 15 posts - 4,381 through 4,395 (of 15,381 total)
Ed Pollack (6/19/2014)
raghava_tg (6/18/2014)
insert into #temp (id, data)
select 1, 'a,b,c'
union all
select 2, 'x,y'
union all
select 3,'j,k,l'
select * from #temp
i want to create a output...
June 19, 2014 at 12:45 pm
barry 50045 (6/19/2014)
Does anyone know of a way that I can pull all of the data from all of my tables in my Sql Server Express 2008 database and convert...
June 19, 2014 at 12:42 pm
GF (6/19/2014)
The problem was user error.
There were in fact no duplicate but at the time I was certain there were.
I was at the end of an...
June 19, 2014 at 12:10 pm
Ed Wagner (6/19/2014)
jasona.work (6/19/2014)
Ed Wagner (6/19/2014)
SQLRNNR (6/19/2014)
Stuart Davies (6/19/2014)
Sean Lange (6/19/2014)
SQLRNNR (6/19/2014)
JAZZ Master (6/19/2014)
SQLRNNR (6/19/2014)
Ed Wagner (6/19/2014)
crookj (6/19/2014)
Ed Wagner (6/19/2014)
djj (6/19/2014)
Ed Wagner (6/19/2014)
crookj (6/19/2014)
Ed Wagner (6/19/2014)
Stuart Davies (6/19/2014)
rhythmk (6/19/2014)
Stuart Davies...
June 19, 2014 at 10:59 am
Seems a little odd but here are two ways you could do it. The first is a **ACK**Scalar Function**ACK**, the second is much the same logic but as an inline...
June 19, 2014 at 10:56 am
rxm119528 (6/19/2014)
suppose if the load fails after that for soem reason and meanwhile the source...
June 19, 2014 at 9:44 am
Thanks Melanie. I imagine it is painful when this amount of spam infiltrates.
June 19, 2014 at 9:40 am
djj (6/19/2014)
SQLRNNR (6/19/2014)
Stuart Davies (6/19/2014)
Sean Lange (6/19/2014)
SQLRNNR (6/19/2014)
JAZZ Master (6/19/2014)
SQLRNNR (6/19/2014)
Ed Wagner (6/19/2014)
crookj (6/19/2014)
Ed Wagner (6/19/2014)
djj (6/19/2014)
Ed Wagner (6/19/2014)
crookj (6/19/2014)
Ed Wagner (6/19/2014)
Stuart Davies (6/19/2014)
rhythmk (6/19/2014)
Stuart Davies (6/19/2014)
BWFC (6/19/2014)
MethodTechnique
Procedure
Stored
Function
Script
Visual Basic
Visual Studio
Management...
June 19, 2014 at 9:03 am
SQLRNNR (6/19/2014)
JAZZ Master (6/19/2014)
SQLRNNR (6/19/2014)
Ed Wagner (6/19/2014)
crookj (6/19/2014)
Ed Wagner (6/19/2014)
djj (6/19/2014)
Ed Wagner (6/19/2014)
crookj (6/19/2014)
Ed Wagner (6/19/2014)
Stuart Davies (6/19/2014)
rhythmk (6/19/2014)
Stuart Davies (6/19/2014)
BWFC (6/19/2014)
MethodTechnique
Procedure
Stored
Function
Script
Visual Basic
Visual Studio
Management Studio
Studio 54
Area 51
Lamaze
Childbirth
Alien
Predator
June 19, 2014 at 8:50 am
GF (6/18/2014)
Craig,thank you for your response.
However it returned no results.
Gary
Then either you don't have any duplicates or you didn't do a very good explaining the issue. This works perfectly with...
June 19, 2014 at 8:12 am
I would recommend not using floats here. You should use an exact datatype like numeric instead. Once you start doing calculations and stuff using floats you will get rounding errors...
June 19, 2014 at 7:49 am
Jason Selburg (6/19/2014)
Sean, you missed the second query actually adds in the SubLocation table. 🙁
Ahh so I did. Then it seems the UNION query you posted would be a good...
June 19, 2014 at 7:45 am
harsimranjeetsinghwasson (6/19/2014)
where data in intranet is peculiar and important than data on internet.
For...
June 19, 2014 at 7:42 am
It looks like the only difference is that the first query will have consys.ParentLevelId = 5 and the second one 6? Just adjust your join condition slightly.
SELECT DISTINCT C.SubSystemID
, c.SubSystemName
,...
June 19, 2014 at 7:36 am
Ed Wagner (6/18/2014)
Sean Lange (6/18/2014)
Ed Wagner (6/18/2014)
sing4you (6/18/2014)
SQLRNNR (6/18/2014)
Sean Lange (6/18/2014)
Ed Wagner (6/18/2014)
JAZZ Master (6/18/2014)
SQLRNNR (6/18/2014)
Ed Wagner (6/18/2014)
SQLRNNR (6/18/2014)
Sean Lange (6/18/2014)
whereisSQL? (6/18/2014)
Ed Wagner (6/18/2014)
JAZZ Master (6/18/2014)
Stuart Davies (6/18/2014)
bcsims 90437 (6/18/2014)
June 18, 2014 at 3:00 pm
Viewing 15 posts - 4,381 through 4,395 (of 15,381 total)