Viewing 15 posts - 8,836 through 8,850 (of 11,676 total)
Ah well, your question is indeed more clear now 😀
If you have "regular" strings, aka non-unicode, you need to specify a code page that describes how the characters needs to...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 10, 2011 at 2:55 am
Check out this thread on the MSDN forums:
😉
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 10, 2011 at 1:57 am
Joy Smith San (11/10/2011)
1. What's that "Unicode" checkbox for.?
To convert the strings to unicode strings. 😀
In SQL Server, this is varchar versus nvarchar. Unicode can handle much more special characters...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 10, 2011 at 1:52 am
Great question, thanks Hugo.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 10, 2011 at 12:08 am
In the Flat File connection manager, you can set the code page to UTF-8.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 9, 2011 at 11:59 pm
A trick that usually works is having a dummy row right below the headers. This dummy row will contain date values, so the JET provider will normally insert the data...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 9, 2011 at 11:58 pm
You cannot do this in SSIS directly.
But there are some other options:
* use an Execute SQL task to transfer the data. In the INSERT statement, you can use the OUTPUT...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 9, 2011 at 11:52 pm
Your problem is probably related to this one:
Usually re-installing BIDS helps.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 9, 2011 at 11:42 pm
Good question, thanks. The MSDN article doesn't specify the precedence of the date datatype, so there was some guessing involved.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 9, 2011 at 11:36 pm
Jim Murphy (11/9/2011)
GilaMonster (11/9/2011)
Ninja's_RGR'us (11/9/2011)
Am I the only 1 who wants to answer... if you don't know that, then why are you teaching this stuff??http://www.sqlservercentral.com/Forums/Topic1202806-150-1.aspx
Haven't you forgotten the old saying...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 9, 2011 at 1:00 pm
L' Eomot Inversé (11/9/2011)
Koen Verbeeck (11/8/2011)
L' Eomot Inversé (11/8/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 9, 2011 at 7:03 am
Are you using SSIS 2005 or 2008?
I can use the Excel connection manager for Excel 2007 without a problem.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 9, 2011 at 6:29 am
smecharrafie (11/9/2011)
Can someone guarantee this fix actually works and has no negative impact whatsoever?
You need to ask Microsoft that question, not some unknown forum members.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 9, 2011 at 2:54 am
smecharrafie (11/8/2011)
Note that I have just downloaded the Service Pack 1 in vain... problem persists!
I guess you need the cumulative update package 6 for SP1. So sp1 alone is not...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 9, 2011 at 2:23 am
So you are saying your queries take up more than 2147483647 bytes? In other words, more than 2 gigabytes? I find that somehow hard to believe. If it is the...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 9, 2011 at 12:12 am
Viewing 15 posts - 8,836 through 8,850 (of 11,676 total)