Viewing 15 posts - 11,131 through 11,145 (of 11,676 total)
And how do you know which FileID you need from the Files table?
Do you want to perform a lookup using the Fname and Lname columns?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 6, 2010 at 4:29 am
tommyh (9/6/2010)
da-zero (9/6/2010)
And who is we?
Hrmm having a hard time deciding if that is supposed to be sarcastic or not. But anyway.
I used "we" to represent everyone using SQL. Honestly...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 6, 2010 at 4:05 am
tommyh (9/6/2010)
Hugo Kornelis (9/6/2010)
Good question!In addition to your explanation, here is WHY an alias can be used in the ORDER BY, but not in the GORUP BY:
Because Microsoft havent implemented...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 6, 2010 at 2:06 am
PSB (9/3/2010)
((Contract_Type == "DS" ) && ( [Group/Name] != "") ? "DS" : (Contract_Type == "DC" ) && ( [Group/Name] !=...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 4, 2010 at 12:27 am
How did you deploy the package to the MSDB folder?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 3, 2010 at 5:19 am
A recommended read is the Data Warehouse Toolkit from Ralph Kimball.
Furthermore, you can take a look at http://www.sqlbi.com. They propose a methodology on how to implement your ETL/Data Warehouse with...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 3, 2010 at 2:40 am
stevefromOZ (9/2/2010)
true true, i guess with only half a question asked, we'd give only half an answer 😉
:-D:cool:
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 2, 2010 at 7:53 am
Alvin Ramard (9/1/2010)
stevefromOZ (9/1/2010)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 2, 2010 at 7:38 am
Nice question, but the explanation could be better, as Happycat already demonstrated.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 2, 2010 at 3:53 am
Hugo Kornelis (9/1/2010)
da-zero (9/1/2010)
Nice question. But I believe I've seen a similar one here in the QotD (but I may be mistaken).
Correct. That was April 14, and it was similar...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 1, 2010 at 8:29 am
Nice question. But I believe I've seen a similar one here in the QotD (but I may be mistaken).
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 1, 2010 at 8:06 am
Well, I did a small test and it appears that you are right. SSIS will not execute the task if the precedence constraint is not met, even if the previous...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 1, 2010 at 7:58 am
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
August 31, 2010 at 8:23 am
Some of the most important things of the ETL that you must document:
* data mapping (given a certain output column, which are the contributing input columns)
* information liquidity model: describes...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
August 28, 2010 at 11:50 am
shairalt (8/27/2010)
Try:(DT_DATE)EXPYear + "-" + EXPMonth + "-" + EXPDay
I think it is best that you include brackets, or otherwise...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
August 28, 2010 at 11:40 am
Viewing 15 posts - 11,131 through 11,145 (of 11,676 total)