This is the procedure using interactive SQL (osql) to reindex a SalesLogix remote database. Close SalesLogix and from the Start menu, type cmd to enter a Dos window, and then enter the below commands:
osql –U sa –P (The U and P must be upper case, and you must login as SA.)
use slxremote
exec sp_updatestats
go (The update will begin)
exit (After the update has completed)
Close the Dos window



