Viewing 15 posts - 916 through 930 (of 1,957 total)
I would suggest that you click on the body of the report, then open the Properties window, find the "Width" property and change the value to something between 0in and...
April 13, 2013 at 6:35 pm
How about this situation?
Our customers are using Third Party software, which is not supported on a database using Snapshot Isolation and which frequently holds locks for minutes or even hours,...
April 13, 2013 at 6:30 pm
opc.three (4/11/2013)
April 11, 2013 at 8:24 am
Thanks for that - will take a look.
Much appreciated.
April 11, 2013 at 7:36 am
opc.three (4/11/2013)
SSIS sucks at producing UTF-8
Why?
Because I couldn't get it to do it.
I tried.
Lots.
If you know how, and have actually seen it work, I would seriously love to know...
April 11, 2013 at 6:44 am
Ok, ignore that...I found my answer.
Apparently ADODB.Stream for reading the file is terrible in this code.
This worked much much much better:
function ansiToUtf8(fileName) {
var indir = "ansiin";
...
April 11, 2013 at 3:46 am
trigonom (3/19/2013)
The system that the file is being imported into requires UTF-8, so there's no flexibility there.
Hi, did you find a solution?
I have one using scripting to convert the file...
April 11, 2013 at 3:17 am
SQL_Surfer (4/10/2013)
Yes. It worked. I think I was typing as UniCode, which seems to be case sensitive.
The wonders of C#...
Whatever language you use though, that is one horrendous method call!
April 10, 2013 at 8:01 am
Thanks for that, it really wasn't necessary, but much appreciated.
I will take a look later.
April 10, 2013 at 3:44 am
Jan Van der Eecken (4/9/2013)
That would be really cool, MM!
Yep, installs just fine for me, both in 32bit and 64bit environments.
edit: changed picture to show it was enterprise 64 bit.
extra...
April 9, 2013 at 6:02 pm
Here's some code to generate a Broadcast Calendar table:
CREATE TABLE BroadcastCalendar (
[dated] [datetime] NOT NULL PRIMARY KEY
,[Media_Week] [bigint] NOT NULL
,[Media_Month] [int] NOT NULL
,[Media_MonthName] [nvarchar](30) NOT NULL
,[Media_Quarter] [int] NOT NULL
,[Media_Year]...
April 9, 2013 at 5:43 pm
I just tried it in C# script
ConnectionManager myCM = Dts.Connections["MyFlatFileConnection"];
...
April 9, 2013 at 4:29 pm
You might need to iterate through the connections collection to find yours then, assuming you have spelled it right?
April 9, 2013 at 2:32 pm
Can you post some code to show what you are trying to do? it might help.
All I can show for now is this:
get your connectionmanager from the dts.connections collection and...
April 9, 2013 at 1:27 pm
I am also on PRO, so it worked, but if I get a chance I will throw a quick enterprise VM up and see...
April 9, 2013 at 11:25 am
Viewing 15 posts - 916 through 930 (of 1,957 total)