Viewing 15 posts - 541 through 555 (of 7,164 total)
Thanks for conforming. It sounds like a pretty routine data migration project but some of the concerns mentioned earlier are going to be a challenge, specifically with the user-provided content...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 13, 2016 at 9:50 am
IF @@SERVERNAME = 'ORLANDO-SURFACE\SQL2012'
BEGIN
INSERT INTO Table1
VALUES ('some_value', 'some_value', 'some_value', 'some_value');
END;
ELSE
BEGIN
EXEC sys.sp_executesql
...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 13, 2016 at 8:34 am
Jeff Moden (1/13/2016)
Orlando Colamatteo (1/12/2016)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 13, 2016 at 7:49 am
Attached is a zip file containing three files:
1. TestData.sql is a script that will build two tables and some test data in tempdb
2. SSIS Package (InterleaveHeaderAndFooter.dtsx file) that will interleave...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 13, 2016 at 12:22 am
Where it will have trouble is if the header and detail lines need to have different lengths which is why I asked the OP for the file-descriptor info.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 12, 2016 at 10:13 pm
That does not compute...when an Execute Process Task cannot find the executable at all you should see an error like:
Error: 0xC0029154 at Execute Process Task, Execute Process Task: File/Process "C:\MyFolder\Some.exe"...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 12, 2016 at 8:53 pm
Anyway, here is a resultset with the data in a fixed-width format and you can tweak it from here. If the header and detail lines need to have different total...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 12, 2016 at 8:49 pm
MMartin1 (1/12/2016)
Orlando Colamatteo (1/12/2016)
MMartin1 (1/12/2016)
Orlando Colamatteo (1/12/2016)
titsiros (1/12/2016)
I know it's...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 12, 2016 at 6:49 pm
MMartin1 (1/12/2016)
Orlando Colamatteo (1/12/2016)
titsiros (1/12/2016)
I know it's a grand task...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 12, 2016 at 6:32 pm
titsiros (1/12/2016)
I know it's a grand task because the db...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 12, 2016 at 5:41 pm
Did they provide any guidance on the file-format itself (column order and width) or can we safely derive that from the table defs?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 12, 2016 at 2:17 pm
Greg Edwards-268690 (1/12/2016)
michael.welcome (1/11/2016)
Adding a fixed amount to...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 12, 2016 at 2:00 pm
lmarkum (1/12/2016)
2. Add Users to relevant databases for BI Team Logins and grant permissions to new Users
3. Drop Logins from primary instance...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 12, 2016 at 8:00 am
I think you are looking for the RetainSameConnection property on the Connection Manager. If you set that to True all connections to that data source in the course of your...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 12, 2016 at 6:52 am
Note post was several months old ...
I would recommend contacting the vendor if you can't get it sorted. y fiahing through theor documentation or doing trial and error testing with...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 12, 2016 at 6:46 am
Viewing 15 posts - 541 through 555 (of 7,164 total)