Viewing 15 posts - 466 through 480 (of 9,641 total)
Here in southern NH we've probably gotten over 40 inches of snow in the last 2.5-3 weeks with another 3-6 inches coming Thursday/Friday. Currently probably only about 36 inches...
February 10, 2015 at 10:00 am
I'm going to be maybe a bit contrary, but maybe not. Being a person of less than average height I tend to notice height when I go into a...
February 5, 2015 at 9:29 am
Brandie Tarvin (1/29/2015)
Here's one for everyone. Does anyone...
January 29, 2015 at 7:56 am
Here in NH we have a little lull going on, but this is what my driveway looks like:
Unfortunately the truck with the plow attached isn't running safely, so I have...
January 27, 2015 at 1:40 pm
Grant Fritchey (1/26/2015)
What it's like, at this exact moment, everywhere in Massachusetts.
That's awesome. Of course, last night I told my wife, "make sure you fill the gas tank and...
January 26, 2015 at 10:32 am
I use ID for surrogate keys using the Identity Property. If the column is not using the identity property I would be more likely to use Id. Since...
January 26, 2015 at 8:59 am
Sean Lange (1/23/2015)
January 26, 2015 at 6:37 am
gilbert delarosa (1/23/2015)
What aboutright('0000' + Docket,5)
Yeah, that would work and is probably better.
January 23, 2015 at 11:07 am
In a Derived Column transformation you can do this:
LEN(Docket) < 5 ? REPLICATE("0",5 - LEN(Docket)) + Docket : Docket
This basically says, if the length of Docket is less than 5...
January 23, 2015 at 10:45 am
Steve Jones - SSC Editor (1/21/2015)
What's the superhero costume of choice here? SQL Bits is a month+ away, with the theme of superheroes for the Friday night party.
Need to get...
January 23, 2015 at 10:27 am
Good article Andy. My only nitpick, is that while you can't use foreign keys to enforce referential integrity when using an additional database, technically you could create triggers in...
January 21, 2015 at 6:56 am
Jeff Moden (1/19/2015)
Jack Corbett (1/19/2015)
Jeff Moden (1/18/2015)
Grant Fritchey (1/18/2015)
WayneS (1/18/2015)
How many folks have a home lab set up with servers?
How many folks just use virtual machines...
January 19, 2015 at 1:55 pm
Jeff Moden (1/18/2015)
Grant Fritchey (1/18/2015)
WayneS (1/18/2015)
How many folks have a home lab set up with servers?
How many folks just use virtual machines on a computer (be it laptop,...
January 19, 2015 at 8:58 am
WayneS (1/18/2015)
How many folks have a home lab set up with servers?
How many folks just use virtual machines on a computer (be it laptop, etc)?
Other?
If you feel like...
January 19, 2015 at 8:52 am
Viewing 15 posts - 466 through 480 (of 9,641 total)