Viewing 15 posts - 2,056 through 2,070 (of 2,636 total)
Have you ever restored a log backup of Master?
April 27, 2006 at 5:37 pm
Use T-SQL to restore the database using the 'MOVE' option. See 'How to restore files to a new location' in BOL.
Greg
April 27, 2006 at 4:53 pm
Yes, if you do full backups only on Sunday morning. Maybe you could schedule your reindexing to occur before the weekly full backup?
Greg
April 27, 2006 at 9:57 am
Are you rebuilding indexes on Sunday? That would cause a lot of changes to extents as stuff is moved around in the data file.
Greg
April 27, 2006 at 9:39 am
Jeetendra,
There's a special page within each data file called a Differential Changed Map (DCM) page that keeps track of which extents in the file have been modified since the last...
April 27, 2006 at 9:25 am
Are you useing a Transform Data task to import the data? If so, uncheck Use fast load on the Options tab of the task properties. Bulk-copy, by default, won't fire...
April 26, 2006 at 5:31 pm
I don't think so. You could use UDL files for your connections then you'd only have to change the password in the file without opening the packages at all. You'd...
April 26, 2006 at 5:03 pm
So, you're saying that the job hasn't even run? If there's no job history, I don't think the job is starting. Make sure the job and schedule are enabled.
Greg
April 26, 2006 at 4:03 pm
Glad I could help, Oscar. Good luck!
Greg
April 25, 2006 at 10:53 am
I think you're stuck with trying to passing a global variable indicating success or failure from the child package to the parent package. See Robert Marda's reply in this thread:...
April 25, 2006 at 10:50 am
Is the package actually being executed? What do you see in the job history and package log?
Greg
April 25, 2006 at 10:17 am
Have you tried turning on package logging? That could show you what's happening when the package executes. Turn on logging on the 'Logging' table of Package properties.
I don't know much...
April 25, 2006 at 10:15 am
A single DTS package can handle it. If it's a one-time thing, I'd use the Import/Export wizard. If you want to save a package and run it repeatedly, you're better...
April 25, 2006 at 10:00 am
Did the child package actually fail? If it continued running and completed successfully, the parent package would complete successfully. You might try setting the 'Fail package on first error' property...
April 25, 2006 at 9:32 am
Kavita,
I replied to you post in the DTS forum.
Greg
April 24, 2006 at 10:36 am
Viewing 15 posts - 2,056 through 2,070 (of 2,636 total)