Viewing 15 posts - 11,131 through 11,145 (of 11,678 total)
Well, the error is quite self-explanatory:
SSI cannot implicitly convert a string encoded in unicode to a string encoded in another coding schema (or the other way around).
The solution is simple:
convert...
September 6, 2010 at 4:32 am
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?
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...
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...
September 6, 2010 at 2:06 am
PSB (9/3/2010)
((Contract_Type == "DS" ) && ( [Group/Name] != "") ? "DS" : (Contract_Type == "DC" ) && ( [Group/Name] !=...
September 4, 2010 at 12:27 am
How did you deploy the package to the MSDB folder?
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...
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:
September 2, 2010 at 7:53 am
Alvin Ramard (9/1/2010)
stevefromOZ (9/1/2010)
September 2, 2010 at 7:38 am
Nice question, but the explanation could be better, as Happycat already demonstrated.
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...
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).
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...
September 1, 2010 at 7:58 am
Viewing 15 posts - 11,131 through 11,145 (of 11,678 total)