Viewing 15 posts - 646 through 660 (of 6,486 total)
Phil Parkin (10/9/2014)
With the numbers' you're talking about - you're going to have to address a way to compare like attribute to like attribute. Since you said that the attribue...
October 9, 2014 at 1:26 pm
With the numbers' you're talking about - you're going to have to address a way to compare like attribute to like attribute. Since you said that the attribue ID's might...
October 9, 2014 at 12:15 pm
ScottPletcher (10/8/2014)
joepacelli (10/8/2014)
it's my identity column which is returning 0
I also tried Ident_current('dbo.jobid')
This returns the correct value
But, according to MSDN site
Be cautious about using...
October 8, 2014 at 2:35 pm
The requirement is that it be appropriately separated from previous SQL statements, not that is HAS to have a ; or Go before it. If your CTE is the...
October 7, 2014 at 7:40 am
Eric M Russell (10/6/2014)
sqldriver (10/6/2014)
October 6, 2014 at 11:05 am
I'd approach it kind of like a piece of unclaimed luggage: Isolate it, then put a fireproof container around it and try to see if it detonates.
All right...
October 6, 2014 at 8:55 am
What is giving you the error? I can save the tag you show as XML just fine, so I think your error is likely elsewhere.
I've often found...
October 2, 2014 at 10:51 am
Assuming you need this to be able to truly recurse through n number of levels - here's an actual recursive version of it:
WITH testdata as (
select 1 as ID, 0.11...
October 2, 2014 at 9:57 am
Why not simply maintain 2 separate tables and union them when needed? What value do you get out of jamming two separate concepts into the same structure? For...
October 1, 2014 at 12:08 pm
Alvin Ramard (9/29/2014)
SQLRNNR (9/29/2014)
Koen Verbeeck (9/29/2014)
SQLRNNR (9/26/2014)
Koen Verbeeck (9/26/2014)
Apparently PASS passwords (sorry for the alliteration) were compromised[/url].Change your passwords if you haven't already...
ARRRGGGGHHH
Hopefully you didn't change them right away, because...
September 29, 2014 at 8:35 am
Can you give an example of the outputs? Just trying to ascertain what the actual difference are?
September 29, 2014 at 8:07 am
It's going to be hard to troubleshoot this minus test data and expected results.
That said - something does jump out: The only place you have the ORDER...
September 26, 2014 at 10:49 am
One more wrinkle: are you confident that the client you're dealing with "agrees" with your version of what's proprietary? In other words, is there a chance for blow-back...
September 25, 2014 at 8:56 am
The issue looks to be that your two rates aren't equivalent, i.e. this formula
(Us-->GB Rate) = 1/(GB-->US rate)
turns out to not be true with the values you're providing. ...
September 25, 2014 at 8:01 am
djackson 22568 (9/24/2014)
andrew gothard (9/24/2014)
Luis Cazares (9/23/2014)
...
Every time a new iOS is released, it seems to consume a lot of battery.
...
Bwahaa, that's apparently fixed now with their express recharge process...
September 24, 2014 at 9:15 am
Viewing 15 posts - 646 through 660 (of 6,486 total)