Viewing 15 posts - 8,491 through 8,505 (of 14,953 total)
Well, you could use:
WHERE cast(year(EFF_DT) as varchar) + right('0' + cast(month(EFF_DT) as varchar), 2) = '200909'
But do keep in mind that what you're doing often kills query performance, because using...
September 1, 2009 at 12:08 pm
It would be easier to create a view in db1 that queries the tables in db2 and db3. Or one view for each, if the table structures aren't really...
September 1, 2009 at 12:04 pm
Mark Pratt (9/1/2009)
September 1, 2009 at 11:20 am
I'm in Tampa, but my Saturdays are usually fully booked. (Pun intended) I'll see what I can do to arrange some time on the 17th. Should be...
September 1, 2009 at 8:09 am
I once licked a live electrical cord to find out if it was plugged in. Thus, I'm not in a position to criticize ANYONE for "you shouldn't have done...
September 1, 2009 at 7:35 am
I carry two smartphones. I have a BlackBerry assigned from work, and a T-Mobile Dash for my personal use.
For security reasons, I don't access my bank accounts and such...
September 1, 2009 at 7:30 am
rboggess (8/31/2009)
I'm not saying either...
September 1, 2009 at 7:22 am
James Stover (8/31/2009)
Really, nature has already given us a GUID. It's called DNA. That bit of technology has been around for...
September 1, 2009 at 7:08 am
That'll work so long as you don't ever add more territories. If adding more territories is even vaguely possible, I'd look into doing a dynamic pivot/cross-tab query, or into...
August 31, 2009 at 2:56 pm
Don't worry about the sleeping threads in that case. Only do something about them if they're causing an actual problem (which they almost certainly won't).
Definitely look at using something...
August 31, 2009 at 2:51 pm
It depends on the data type you're using for your identity column.
Take a look at Int, BigInt, SmallInt in Books Online. It has the max/min values.
If you manage to...
August 31, 2009 at 2:48 pm
Jan Van der Eecken (8/31/2009)
I may be missing something here, but why does SSC not just refuse to accept a nick that will create a duplicate instead of adding...
August 31, 2009 at 2:01 pm
I just read up on ZFS, and there are some caveats on it that would potentially keep me from using it.
For example, it appears to be very sensitive to being...
August 31, 2009 at 1:24 pm
That can certainly cause a performance hit.
Does it have appropriate indexes?
August 31, 2009 at 12:39 pm
Steve Jones - Editor (8/31/2009)
Hey, I came up first on Snitch! That doesn't happen often. Usually Steve Jones starts with the muscian, golfer, professor or basketball player.
And here I was,...
August 31, 2009 at 12:38 pm
Viewing 15 posts - 8,491 through 8,505 (of 14,953 total)