News Focus
News Focus
icon url

Churak

02/27/06 2:39 PM

#64385 RE: Mattu #64383

Can someone speak with QUOTE MEDIA cause they are still posting news under tickers and dating them the previous day? IE CDNO, FGFC
icon url

dropdeadfred

02/27/06 2:43 PM

#64387 RE: Mattu #64383

Matt, Why does this guy get two Ihub accounts?

http://www.investorshub.com/boards/profile.asp?User=46677
icon url

dropdeadfred

02/27/06 2:45 PM

#64388 RE: Mattu #64383

That's the second person that I know that has two Ihub accounts..

icon url

Ruellit

02/28/06 9:28 AM

#64406 RE: Mattu #64383

Ihub pausing a little this morning, nothing real bad yet!
icon url

cosmoworld7

02/28/06 9:35 AM

#64407 RE: Mattu #64383

Matt the site is slow in bringing up the message list, the headers load fast but just the message list is slow, so it must be a database issue. Please reindex the db. Here is the code:

******************************

USE DatabaseName --Enter the name of the database you want to reindex

DECLARE @TableName varchar(255)

DECLARE TableCursor CURSOR FOR
SELECT table_name FROM information_schema.tables
WHERE table_type = 'base table'

OPEN TableCursor

FETCH NEXT FROM TableCursor INTO @TableName
WHILE @@FETCH_STATUS = 0
BEGIN
DBCC DBREINDEX(@TableName,' ',90)
FETCH NEXT FROM TableCursor INTO @TableName
END

CLOSE TableCursor

DEALLOCATE TableCursor

******************************

Thanks in advance



icon url

Susie924

02/28/06 10:14 AM

#64408 RE: Mattu #64383

Matt,
Yesterday and today when I logged in to IHUB, this came up first.

It's only a partial c&p. I don't remember how to do the print screen thingy.

Investors Hub
is brought to you today by
Global Domains International
Continue with Investors Hub

About This Ad | Your Site Here




icon url

NovoMira

02/28/06 10:54 AM

#64410 RE: Mattu #64383

Whatz going on, Matt...I just got the following message while trying to send a PM...


Microsoft OLE DB Provider for SQL Server error '80004005'

Timeout expired

/boards/dbopen.asp, line 4