|
|
|
date: Thu, 27 Mar 2008 09:59:45 -0400,
group: microsoft.public.sqlserver.fulltext
back
Where is the FULLTEXTCATALOGPROPERTY(LogSize) log?
Where is the log full-text error log
FULLTEXTCATALOGPROPERTY('MyCatalogName', 'LogSize')
refers to in SQL Server?
"Size, in bytes, of the combined set of error logs associated with a
Microsoft® Search Service full-text catalog."
File somewhere?
Windows event log?
SQL Server Logs?
Keywords: FULLTEXTCATALOGPROPERTY, LogSize, SQL Server, Full-text, full
text, fulltext, error log, error-log
date: Thu, 27 Mar 2008 09:59:45 -0400
author: Ian Boyd
Re: Where is the FULLTEXTCATALOGPROPERTY(LogSize) log?
C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG>
Replace X with your instance number.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"Ian Boyd" wrote in message
news:uZ8YRLBkIHA.5556@TK2MSFTNGP05.phx.gbl...
> Where is the log full-text error log
> FULLTEXTCATALOGPROPERTY('MyCatalogName', 'LogSize')
> refers to in SQL Server?
>
> "Size, in bytes, of the combined set of error logs associated with a
> Microsoft® Search Service full-text catalog."
>
> File somewhere?
> Windows event log?
> SQL Server Logs?
>
>
> Keywords: FULLTEXTCATALOGPROPERTY, LogSize, SQL Server, Full-text, full
> text, fulltext, error log, error-log
>
date: Thu, 27 Mar 2008 11:28:26 -0400
author: Hilary Cotter
|
|