Showing posts with label avoid. Show all posts
Showing posts with label avoid. Show all posts

Friday, February 24, 2012

dbcc completed messages

How do you avoid them (from Qa and/or a VB program)?
Thanks in advance!
KOni.
Generally you can specify with no_infomsgs to avoid the "DBCC execution
completed. If DBCC printed error messages, contact your system
administrator." message e.g.
dbcc memorystatus with no_infomsgs
HTH
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org
"Koni Kogan" <kkogan@.haiint.com> wrote in message
news:%23fJ2rQnVFHA.3636@.TK2MSFTNGP14.phx.gbl...
> How do you avoid them (from Qa and/or a VB program)?
> Thanks in advance!
> KOni.

dbcc completed messages

How do you avoid them (from Qa and/or a VB program)?
Thanks in advance!
KOni.Generally you can specify with no_infomsgs to avoid the "DBCC execution
completed. If DBCC printed error messages, contact your system
administrator." message e.g.
dbcc memorystatus with no_infomsgs
--
HTH
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org
"Koni Kogan" <kkogan@.haiint.com> wrote in message
news:%23fJ2rQnVFHA.3636@.TK2MSFTNGP14.phx.gbl...
> How do you avoid them (from Qa and/or a VB program)?
> Thanks in advance!
> KOni.

dbcc completed messages

How do you avoid them (from Qa and/or a VB program)?
Thanks in advance!
KOni.Generally you can specify with no_infomsgs to avoid the "DBCC execution
completed. If DBCC printed error messages, contact your system
administrator." message e.g.
dbcc memorystatus with no_infomsgs
HTH
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org
"Koni Kogan" <kkogan@.haiint.com> wrote in message
news:%23fJ2rQnVFHA.3636@.TK2MSFTNGP14.phx.gbl...
> How do you avoid them (from Qa and/or a VB program)?
> Thanks in advance!
> KOni.