Viewing 6 posts - 1 through 6 (of 6 total)
You are saying; you are loading flat file as destination; then you are saying that you are importing data from your flat file to sql server table?
these two are seemingly...
July 18, 2012 at 6:14 am
Just to add on what others already said; you have an option to repair the specific page in RESTORE DATABASE COMMAND;
RESTORE DATABASE yourdb PAGE = '1:94299'
FROM DISK = 'C:\yourdb.bak'
WITH NORECOVERY
For...
July 17, 2012 at 4:56 am
Dear Ravi,
thanks for sharing info;
I am not that good at Storages.
Anyways, as a quick check, if you have available required space; can you switch the backup of each job...
July 17, 2012 at 12:08 am
Please tell us, what is your "ModifiedDate" column; I assume that since you are trying to import from a flat file; it must be a text; now, you have to...
July 17, 2012 at 12:02 am
Dear Ravi,
From your post, it is not clear whether these two jobs are running on the same servers or on different servers; secondly; the backup drives used for each server,...
July 16, 2012 at 11:53 pm
Dear George,
Scripting can be done using either Script Task or ActiveX Script Task;
Script task has the power to write code in VB.NET or C#.NET; so you get more object model...
July 16, 2012 at 11:47 pm
Viewing 6 posts - 1 through 6 (of 6 total)