Showing posts with label advance. Show all posts
Showing posts with label advance. Show all posts

Thursday, March 8, 2012

DBCC IND

Hi,
I need a brief description about the columns of DBCC IND result.
Thanks in advance,
Leilahttp://www.sql-server-performance.com/gv_index_data_structures.asp
http://www.sqlmag.com/Articles/ArticleID/44572/pg/2/2.html
Andrew J. Kelly SQL MVP
"Leila" <Leilas@.hotpop.com> wrote in message
news:%23gbkhKHgHHA.3632@.TK2MSFTNGP02.phx.gbl...
> Hi,
> I need a brief description about the columns of DBCC IND result.
> Thanks in advance,
> Leila
>

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.