Viewing 15 posts - 796 through 810 (of 1,129 total)
John Mitchell-245523 (12/2/2010)
It could be that deleting the column freed a certain amount of space on each data page, but that...
December 2, 2010 at 3:49 pm
GilaMonster (12/2/2010)
Try rebuilding the clustered index.By dropping the column you've created some free space on each page. Shrink only deallocates completely free pages.
Forgot to mention, tried that one too..:(
December 2, 2010 at 8:15 am
Thanks Gail. I am really anxious to find the root cause, let me check with Microsoft. Thanks
December 1, 2010 at 8:36 pm
Paul Randal (11/30/2010)
December 1, 2010 at 11:57 am
Paul, they haven't mentioned in the email but they did say verbally that some of the process from the front end has corrupted the stats. We have seen a similar...
November 30, 2010 at 9:04 am
Thanks Paul. Mentioned below is the statement from them after analysing the sql dumsps
"On further analysis we found that we were trying to get the Average length of a set...
November 29, 2010 at 3:34 pm
GilaMonster (11/29/2010)
November 29, 2010 at 2:43 pm
Thanks everyone. Mentioned below are few more details on the issue and the solution.
i) We started noticing sql dumps under the log folder with these messages "A system assertion check...
November 29, 2010 at 1:38 pm
Thanks Janis and Rozema.. I will try this and let you k now
November 27, 2010 at 8:13 am
If you know the time interval run sp_who2 every 2 minutes and capture the logs. It should give you some info.
November 22, 2010 at 9:26 pm
rhamnusia (11/22/2010)
Jeffrey Williams-493691 (6/15/2009)
iqtedar (6/15/2009)
November 22, 2010 at 8:31 pm
Tommy Bollhofer (12/21/2007)
Do you see failed logons for "NT AUTHORITY\ANONYMOUS LOGON" on the SSAS server? Does the linked server happen to work in an RDP session on the SQL Server?
Hello...
November 22, 2010 at 3:18 pm
janis.l.murphy (11/22/2010)
CREATE PROCEDURE usp_ErrorTest
AS
DECLARE @ProcName nvarchar(128);
DECLARE @RoutineCatalog varchar(128)
DECLARE @RoutineSchema varchar(128)
SET @ProcName =...
November 22, 2010 at 12:22 pm
LutzM (11/21/2010)
Do have a TRY ... CATCH block inside your sproc [myprocedure], that would print any error message?
not sure what you mean
November 22, 2010 at 12:21 pm
Viewing 15 posts - 796 through 810 (of 1,129 total)