Viewing 15 posts - 91 through 105 (of 7,428 total)
Sorry additional note. This too oddly enough fails with the same error.
select * from
(
SELECT
Dates,
(CASE WHEN DATEPART(dw,Dates) IN (2,3,4,5,6) THEN 1 ELSE 0 END) DOFW
FROM
(
SELECT
cast(
cast(nYear as varchar(4)) +
right('0' +...
March 9, 2009 at 2:35 pm
I commonly find myself having to add dates to support tables which would on occasion be forgotten.
So I worked this out for quick drop in which met out needs. Plus...
February 4, 2009 at 10:08 am
kwitzell (1/16/2009)
January 16, 2009 at 8:12 am
I for one don't care who knows my rate. However with that said there are just too many petty people out there. People who on the slightest think their pay...
January 16, 2009 at 7:52 am
I think you have to find a good mix but I think a lot of people get bogged down in documentation more than they should. Over a period of time...
January 12, 2009 at 7:23 am
I will first say this is a decent article and expresses a concept that some people can use. However a few things I would note.
1) If you loose the hanle...
December 10, 2008 at 10:34 am
rana_subhankar (9/30/2008)
1. Joining type - Inner Join
2. Joining type - Left Outer Join
3. Joining type - Right...
September 30, 2008 at 8:16 am
Before I get into my first impression I will say it is a good article. And you should be aware people can have specific habits they don't realize which can...
August 5, 2008 at 7:18 am
Good item for starters, Brian. My only thought is you should have explained that you can submit values in variable order without specifying the names and that you can submit...
July 29, 2008 at 6:55 am
Good article. We have been using Op Manager for a while and even thou it isn't my responsibility to monitor I have certain events emailed to me as I am...
July 23, 2008 at 6:42 am
Yeah, just PM the details of how you are doing you oracle pulls and not what objects you use. Also include the message as I found instances where I had...
July 14, 2008 at 7:11 am
First off I will say it was a nice article and offers so good alternatives. However I will point out two things.
First, in part one there is a " missing...
July 11, 2008 at 8:47 am
I use INNER JOIN, LEFT OUTER JOIN, RIGHT OUTER JOIN, FULL OUTER JOIN just for clarity. I realize that INNER and OUTER are implied, but that's just how I...
July 10, 2008 at 6:52 am
Steve Jones - Editor (7/8/2008)
July 8, 2008 at 11:46 am
Crazy Canuck (7/8/2008)
Cartesian products are rarely useful and are typically only used...
July 8, 2008 at 8:37 am
Viewing 15 posts - 91 through 105 (of 7,428 total)