Viewing 15 posts - 796 through 810 (of 1,062 total)
I still think the 'Third Party Software' forum is not a good idea.
February 27, 2007 at 7:51 am
Brian
If you want to warn people about the licensing, you can just put the title 'licensing' and put the link in the post. The title was a bit 'hostile'.
You don't...
February 27, 2007 at 7:47 am
You are absolutely right that there are not enough people or DBA to understand data warehouse.
However, do you think there are enough people to fully understand SQL, T-SQL, DTS and...
February 26, 2007 at 10:53 am
Just curious !!!!!
February 26, 2007 at 9:11 am
Instead of COUNT, you should use SUM in the CASE statement
select PinPackages.PackageName,
SUM(CASE WHEN datepart(hh,TransactionDate) = 0 THEN 1 END) AS [0AM],
SUM(CASE WHEN datepart(hh,TransactionDate) = 1 THEN 1 END)...
February 26, 2007 at 9:05 am
I used to work for a software development company. When the company released the product due date and you were trying to meet the date, some of the testing would...
February 26, 2007 at 7:35 am
Steve
Since I am a data warehouse developer , why do you think BI and OLAP would never catch on. I had my first data warehouse project in 1993. BI has its...
February 26, 2007 at 7:28 am
Then my query
SELECT RIGHT(('00000' + CAST(Field AS VARCHAR(5))), 5) will give you waht you want, just try it.
Let me know.
February 16, 2007 at 2:46 pm
Can you give me an example?
You mean the value in the table can be 1, 23 or 456, but the fixed length of the CSV field is 5 ??
In my...
February 16, 2007 at 12:00 pm
The problem was they did not test their system thoroughly. What a lousy implementation!!!
Whose fault is it ? The management did not plan it right, or the developers did a very lousy...
February 16, 2007 at 11:48 am
It was Amazon's mistake and they had to pay for their mistake. It is not right to charge customer's credit card without authorization. The customer could tell the credit card...
February 16, 2007 at 10:20 am
I just did one that required leading zeros on one of the numeric fields.
If the length of the CSV field is 15.
In the select statement
SELECT RIGHT(('000000000000000' + CAST(Field AS VARCHAR(15))),...
February 16, 2007 at 9:23 am
I think the most part of the decline is due simply to the effects of the Tech Bust. We all know there were tons of people in IT that...
February 15, 2007 at 10:31 am
You are lucky that your company let you work flexible hours.
When my son was young, my manager denied my promotion because he said I took too much time off because...
February 15, 2007 at 7:42 am
If my daughter wants to major in IT, I would not discourage her. If she has not decided what to major in college, I would not encourage her to major...
February 14, 2007 at 2:32 pm
Viewing 15 posts - 796 through 810 (of 1,062 total)