Viewing 4 posts - 1 through 4 (of 4 total)
In Sql Server 2008
When I run below query:
SELECT COUNT(*)
FROM [COMPASSPROD]..[COMPASS].[VW_CTP_SS_GRP_FUND_DATA]
it gives 200 records which is incorrect.
When I run Same query in Oracle DB
SELECT COUNT(*) from [COMPASS].[VW_CTP_SS_GRP_FUND_DATA]
it gives me...
March 18, 2010 at 1:53 am
Evendata() can be used to audit events in database level.Assuming that you are using SQL Server 2005 then please refer below link
http://msdn.microsoft.com/en-us/library/ms173781(SQL.90).aspx
September 25, 2009 at 6:45 am
Thanks for the help!!!!
I think I cannot repair sysindexes table as it is a system table. It seems that I need to create a new database and export all tables...
September 16, 2009 at 3:17 am
When I perform dbcc checktable on sysindexes table I get below error:
Server: Msg 8929, Level 16, State 1, Line 1
Object ID 2: Errors found in text ID 3192586240 owned by...
September 15, 2009 at 11:23 pm
Viewing 4 posts - 1 through 4 (of 4 total)