Trying to find MaximumErrorCount. May anyone explain me, what is it and
where is it? What program should be invoked, what menu commands used? I can
find a task in SQL Agent, but I have no idea how to force it ignore
nonexistent errors.
--
Yours faithfully, Vadim Maksimenko.Hi Vadim Maksimenko
I assume this is a data pump task in a DTS package? In which case check out
information on error handling in
http://msdn2.microsoft.com/en-us/library/aa933500(SQL.80).aspx
John
"Vadim Maksimenko" wrote:
> Trying to find MaximumErrorCount. May anyone explain me, what is it and
> where is it? What program should be invoked, what menu commands used? I can
> find a task in SQL Agent, but I have no idea how to force it ignore
> nonexistent errors.
> --
> Yours faithfully, Vadim Maksimenko.
>|||Thank you so much, but my problem is an attempt to use stupid Database Copy
Wizard from SQL Server 2005. It creates a task with is neither available for
editing nor accessible through Properties. Stupid, because it attempts to
copy views' contents!!! Could ignore that via setting MaximumErrorCount to
billions, but cannot locate that parameter.
--
Yours faithfully, Vadim Maksimenko.
"John Bell" <jbellnewsposts@.hotmail.com> wrote in message
news:EAF5893E-1A0A-45D1-B35B-BCE41BEDE711@.microsoft.com...
> Hi Vadim Maksimenko
> I assume this is a data pump task in a DTS package? In which case check
> out
> information on error handling in
> http://msdn2.microsoft.com/en-us/library/aa933500(SQL.80).aspx
> John
> "Vadim Maksimenko" wrote:
>> Trying to find MaximumErrorCount. May anyone explain me, what is it and
>> where is it? What program should be invoked, what menu commands used? I
>> can
>> find a task in SQL Agent, but I have no idea how to force it ignore
>> nonexistent errors.
>> --
>> Yours faithfully, Vadim Maksimenko.
>>|||Hi Vadim Maksimenko
You can use the wizard to create a SSIS package which you can then change in
BIDS. Having the export as a package will also allow it to be run in a ad-hoc
manner using dtexec and give you the option to specify verbose logging.
John
"Vadim Maksimenko" wrote:
> Thank you so much, but my problem is an attempt to use stupid Database Copy
> Wizard from SQL Server 2005. It creates a task with is neither available for
> editing nor accessible through Properties. Stupid, because it attempts to
> copy views' contents!!! Could ignore that via setting MaximumErrorCount to
> billions, but cannot locate that parameter.
> --
> Yours faithfully, Vadim Maksimenko.
> "John Bell" <jbellnewsposts@.hotmail.com> wrote in message
> news:EAF5893E-1A0A-45D1-B35B-BCE41BEDE711@.microsoft.com...
> > Hi Vadim Maksimenko
> >
> > I assume this is a data pump task in a DTS package? In which case check
> > out
> > information on error handling in
> > http://msdn2.microsoft.com/en-us/library/aa933500(SQL.80).aspx
> >
> > John
> >
> > "Vadim Maksimenko" wrote:
> >
> >> Trying to find MaximumErrorCount. May anyone explain me, what is it and
> >> where is it? What program should be invoked, what menu commands used? I
> >> can
> >> find a task in SQL Agent, but I have no idea how to force it ignore
> >> nonexistent errors.
> >>
> >> --
> >>
> >> Yours faithfully, Vadim Maksimenko.
> >>
> >>
>|||Already have found a better solution: MS SQL Maestro -- waaay much more
comfortable than original MS manager :) It does not force to look for brains
in the ass in order to edit an SQL Agent job.
--
Yours faithfully, Vadim Maksimenko.
"John Bell" <jbellnewsposts@.hotmail.com> wrote in message
news:97F23B99-5505-42B1-B17F-C534E0BBD15A@.microsoft.com...
> Hi Vadim Maksimenko
> You can use the wizard to create a SSIS package which you can then change
> in
> BIDS. Having the export as a package will also allow it to be run in a
> ad-hoc
> manner using dtexec and give you the option to specify verbose logging.
> John
> "Vadim Maksimenko" wrote:
>> Thank you so much, but my problem is an attempt to use stupid Database
>> Copy
>> Wizard from SQL Server 2005. It creates a task with is neither available
>> for
>> editing nor accessible through Properties. Stupid, because it attempts to
>> copy views' contents!!! Could ignore that via setting MaximumErrorCount
>> to
>> billions, but cannot locate that parameter.
>> --
>> Yours faithfully, Vadim Maksimenko.
>> "John Bell" <jbellnewsposts@.hotmail.com> wrote in message
>> news:EAF5893E-1A0A-45D1-B35B-BCE41BEDE711@.microsoft.com...
>> > Hi Vadim Maksimenko
>> >
>> > I assume this is a data pump task in a DTS package? In which case check
>> > out
>> > information on error handling in
>> > http://msdn2.microsoft.com/en-us/library/aa933500(SQL.80).aspx
>> >
>> > John
>> >
>> > "Vadim Maksimenko" wrote:
>> >
>> >> Trying to find MaximumErrorCount. May anyone explain me, what is it
>> >> and
>> >> where is it? What program should be invoked, what menu commands used?
>> >> I
>> >> can
>> >> find a task in SQL Agent, but I have no idea how to force it ignore
>> >> nonexistent errors.
>> >>
>> >> --
>> >>
>> >> Yours faithfully, Vadim Maksimenko.
>> >>
>> >>
>>|||rHi
If SQL Maestro does it for you that's fine, but as I said it's nothing to do
with SQL Agent, so I am not surprised you couldn't find it.
John
"Vadim Maksimenko" wrote:
> Already have found a better solution: MS SQL Maestro -- waaay much more
> comfortable than original MS manager :) It does not force to look for brains
> in the ass in order to edit an SQL Agent job.
> --
> Yours faithfully, Vadim Maksimenko.
> "John Bell" <jbellnewsposts@.hotmail.com> wrote in message
> news:97F23B99-5505-42B1-B17F-C534E0BBD15A@.microsoft.com...
> > Hi Vadim Maksimenko
> >
> > You can use the wizard to create a SSIS package which you can then change
> > in
> > BIDS. Having the export as a package will also allow it to be run in a
> > ad-hoc
> > manner using dtexec and give you the option to specify verbose logging.
> >
> > John
> >
> > "Vadim Maksimenko" wrote:
> >
> >> Thank you so much, but my problem is an attempt to use stupid Database
> >> Copy
> >> Wizard from SQL Server 2005. It creates a task with is neither available
> >> for
> >> editing nor accessible through Properties. Stupid, because it attempts to
> >> copy views' contents!!! Could ignore that via setting MaximumErrorCount
> >> to
> >> billions, but cannot locate that parameter.
> >>
> >> --
> >>
> >> Yours faithfully, Vadim Maksimenko.
> >>
> >> "John Bell" <jbellnewsposts@.hotmail.com> wrote in message
> >> news:EAF5893E-1A0A-45D1-B35B-BCE41BEDE711@.microsoft.com...
> >> > Hi Vadim Maksimenko
> >> >
> >> > I assume this is a data pump task in a DTS package? In which case check
> >> > out
> >> > information on error handling in
> >> > http://msdn2.microsoft.com/en-us/library/aa933500(SQL.80).aspx
> >> >
> >> > John
> >> >
> >> > "Vadim Maksimenko" wrote:
> >> >
> >> >> Trying to find MaximumErrorCount. May anyone explain me, what is it
> >> >> and
> >> >> where is it? What program should be invoked, what menu commands used?
> >> >> I
> >> >> can
> >> >> find a task in SQL Agent, but I have no idea how to force it ignore
> >> >> nonexistent errors.
> >> >>
> >> >> --
> >> >>
> >> >> Yours faithfully, Vadim Maksimenko.
> >> >>
> >> >>
> >>
> >>
>