Viewing 15 posts - 3,256 through 3,270 (of 11,678 total)
jude.pieries (4/16/2014)
Can I use the upgrade feature to change my Enterprise licence to MSDN Enterprise?
In the Edition Upgrade wizard, can you select radio button to choose a free edition?
April 16, 2014 at 3:08 pm
Do the tables have some sort of ID (like an identity)?
If they do, you could write a delete statement using a modulo operator that keeps only 1/5th of the rows...
April 16, 2014 at 3:01 pm
OK. If you put a data viewer right before you write to the destination, does the data look normal?
When the flat file is created, can you double check the encoding...
April 16, 2014 at 2:45 pm
kbnyny (4/16/2014)
right now there is no error because I have the data type set as Unicode text stream [DT_NTEXT]
What is the encoding of the flat file? ANSI, UTF-8 or unicode?...
April 16, 2014 at 2:12 pm
kbnyny (4/16/2014)
April 16, 2014 at 1:40 pm
kbnyny (4/16/2014)
April 16, 2014 at 12:37 pm
tim_harkin (4/16/2014)
SQL Profiler. Possible Extended Events as well, but I am not sure about that.
Since profiler is deprecated and to be fully replaced with Extended Events, you can be...
April 16, 2014 at 7:05 am
The package itself will not take that much space.
It all depends on what the ssis package is doing exactly.
Without more info, we're just guessing here.
April 16, 2014 at 2:43 am
Is it possible tempdb used a lot of space? (is tempdb stored on the c drive?)
April 16, 2014 at 2:27 am
How are you sure the space issue is linked to the job?
What does the job do?
Are your databases stored on the C: drive?
April 16, 2014 at 2:04 am
gbritton1 (4/15/2014)
Robert Frasca (4/14/2014)
From what I can see, that's only true for parameters passed to stored procedures. .
Actually its not so much that but the difference between an Execute SQL...
April 15, 2014 at 12:47 pm
shafirmubarak (4/15/2014)
I would like to import as it is. I dont want to ignore the rows which has null GUID.
It's acutally child records which may sometimes...
April 15, 2014 at 6:48 am
shafirmubarak (4/15/2014)
I tired -- User == "" ? "" : (DT_GUID)("{" + User + "}")
What is "User" in your expression?
Regarding the empty GUIDS, what is the exact error...
April 15, 2014 at 6:42 am
Viewing 15 posts - 3,256 through 3,270 (of 11,678 total)