Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Full-Text Search / February 2007

Tip: Looking for answers? Try searching our database.

How to store the value of a particular column of result grid displ

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Rajesh Nagpal - 26 Feb 2007 12:18 GMT
Hello All,

There is a stored procedure sp_fulltext_service which takes the property to
be changed or reset and the value of the property as the parameters.

sp_fulltext_service [ [@action=] 'action' [ , [ @value= ] value ] ]

If value is NULL, sp_fulltext_service returns the current settings.

On EXEC sp_fulltext_service 'upgrade_option' I get the following output :

Configuration Name Configuration Value

upgrade_option     4

Is there any way in which I can get the value of the ‘Configuration Value’
in a variable?

The return type of this stored procedure is ‘int’ which signifies success or
failure.

Regards,

Rajesh
ML - 26 Feb 2007 13:34 GMT
Look at the FULLTEXTSERVICEPROPERTY system function in Books Online.

Are you sure about the "upgrade_option" configuration setting? It's not
documented. Or is it?

ML

---
http://milambda.blogspot.com/
Rajesh Nagpal - 26 Feb 2007 14:01 GMT
Thanks ML for replying back.

I'm sorry for the wrong option. But let's say i want to get the value of
load_os_resourses property of the fulltext service without using the
FULLTEXTSERVICEPROPERTY function.

Is there any T-SQL way for doing it by executing the sp_fulltext_service SP?

Regards,
Rajesh

> Look at the FULLTEXTSERVICEPROPERTY system function in Books Online.
>
[quoted text clipped - 5 lines]
> ---
> http://milambda.blogspot.com/
ML - 27 Feb 2007 14:22 GMT
Why can't you use the function?

Look at the system procedure's definition - you can design your own based on
that.

ML

---
http://milambda.blogspot.com/
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.