Viewing 15 posts - 7,246 through 7,260 (of 9,399 total)
I don't know what's involved in your detailed work patterns, so I don't know if you can replace it. My guess would be that you could, but I can't...
October 5, 2014 at 5:37 pm
SQLRNNR (10/3/2014)
Ed Wagner (10/3/2014)
crookj (10/3/2014)
Ed Wagner (10/3/2014)
djj (10/3/2014)
SQLRNNR (10/3/2014)
Ed Wagner (10/3/2014)
PainGain
Grain
Wheat
Rice
Risotto 😀
mushroom
Morel
October 3, 2014 at 12:46 pm
crookj (10/3/2014)
Ed Wagner (10/3/2014)
djj (10/3/2014)
SQLRNNR (10/3/2014)
Ed Wagner (10/3/2014)
PainGain
Grain
Wheat
Rice
Risotto 😀
October 3, 2014 at 11:58 am
djj (10/3/2014)
SQLRNNR (10/3/2014)
Ed Wagner (10/3/2014)
PainGain
Grain
Wheat
October 3, 2014 at 10:08 am
I don't see SQL Server going anywhere any time soon.
I worked in Oracle for about 15 years and it's a fine product. Our last purchase was also brutally expensive...
October 3, 2014 at 6:42 am
This query will show you what will be deleted:
WITH cte AS (
SELECT UnitNumber,
ROW_NUMBER() OVER(PARTITION BY UnitNumber ORDER BY DischargeDateTime DESC) row_num
...
October 3, 2014 at 6:25 am
SqlMel (10/3/2014)
But I must say that I do not use this feature in my coding.
I haven't either. I'd use TOP myself, but this is another nice tool to have...
October 3, 2014 at 6:13 am
Let me first compliment you on not just installing them blindly in production and hoping for the best. You should test them and make sure they work first. ...
October 3, 2014 at 6:10 am
Your table and columns didn't match between the DDL and DML, so I made a few adjustments to create the sample data. This is so you can see what...
October 3, 2014 at 6:02 am
MS Access is a fine program for small databases, but once you start growing, you'll run into problems quickly. Yes, upgrading to SQL Server gives you an awful lot...
October 3, 2014 at 5:51 am
Going off your existing query, I presume you're using saved_datetime to determine which row is the last one. If that's true, then this should get you the most recent...
October 3, 2014 at 5:37 am
Sean Lange (10/2/2014)
Ed Wagner (10/2/2014)
Sean Lange (10/2/2014)
Ed Wagner (10/2/2014)
Sean Lange (10/2/2014)
Ed Wagner (10/2/2014)
BWFC (10/2/2014)
Sean Lange (10/2/2014)
Ed Wagner (10/2/2014)
whereisSQL? (10/2/2014)
SQLRNNR (10/2/2014)
Ed Wagner (10/2/2014)
djj (10/2/2014)
Ed Wagner (10/2/2014)
SQLRNNR (10/2/2014)
sinewTendon
Bone
Bad
Sheep
Wool
Warm
Fuzzies
Sofa (from 1970 ;-))
Divan
Velour (ack)
Corduroy...
October 3, 2014 at 5:28 am
As promised a couple weeks ago, here's a picture of my friend's smoker. He actually made another one. They're a little over 6 feet tall and handle almost...
October 3, 2014 at 5:21 am
Viewing 15 posts - 7,246 through 7,260 (of 9,399 total)