Viewing 15 posts - 1,816 through 1,830 (of 14,953 total)
GilaMonster (3/27/2012)
Is it just me, or does a term like 'That can be done, but people usually learn better' rankle when applied to something you've said?Feels a little condescending.
Not...
March 27, 2012 at 7:46 am
Contact MS about it. That's all I can suggest on it that makes any sense to me.
March 27, 2012 at 6:46 am
Kiara (3/26/2012)
Happy Monday, folks!Just coming up for air after a couple of weeks of crazy. Figured I'd catch up on The Thread and say "Hi".
Hi.
March 27, 2012 at 6:40 am
Greg Edwards-268690 (3/26/2012)
GSquared (3/26/2012)
Jeff Moden (3/25/2012)
GSquared (3/23/2012)
March 27, 2012 at 6:39 am
Here's why I consider professional personality tests critically flawed:
A few years back, the owner of the company I worked for decided all the employees needed to take DiSC personality tests....
March 27, 2012 at 6:33 am
IsNumeric won't necessarily do the job.
Try this to see why:
SELECT ISNUMERIC('1d3');
SELECT CAST('1d3' AS INT);
March 27, 2012 at 6:09 am
Definitely an interesting function, by I have to ask why you'd use that instead of a Calendar table.
I'm accustomed to working SQL Server by joining tables, not by doing bitmasks....
March 26, 2012 at 12:09 pm
I'm not entirely clear on what you want here. Do you want the string-literal, or do you want the numeric equivalent so you can tie them together?
If the numeric...
March 26, 2012 at 8:44 am
I generally store them under the root path. Just "\" and the package name. But I'm lazy that way.
March 26, 2012 at 8:37 am
Jeff Moden (3/25/2012)
GSquared (3/23/2012)
March 26, 2012 at 8:30 am
Steve Jones - SSC Editor (3/23/2012)
Anyone else going to see The Hunger Games (or seen it)?My 13 yr old is rallying the troops to go see it tonight.
Saw it Friday...
March 26, 2012 at 8:21 am
Excellent on getting what you needed. Sorry I couldn't help more, but at least you worked it out.
March 26, 2012 at 8:12 am
I've done a lot of "real" personality tests, and the vast majority of them come under the heading of a comic I once saw. It was titled "Before Astrology...
March 26, 2012 at 8:08 am
Do you have a lot of large updates/deletes happening in the table on a routine basis?
What snapshot isolation (either flavor) does, is take the rows that are being updated/deleted and...
March 23, 2012 at 1:29 pm
By the by, speaking of Boogle and Ging, Bing's daily picture today is pretty cool.
March 23, 2012 at 1:19 pm
Viewing 15 posts - 1,816 through 1,830 (of 14,953 total)