Viewing 8 posts - 1 through 8 (of 8 total)
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
PAGE: (1:783)
BUFFER:
BUF @0x00000002D8FE3800
bpage = 0x00000002D88E0000 bhash = 0x0000000000000000 ...
January 5, 2016 at 12:59 pm
The database name is:
[User Profile Service Application_SocialDB_33fb0eab4eb54100a62a3bc4a1ca8191]
January 5, 2016 at 11:59 am
DBCC CHECKDB;
GO
Result:
There are 821 rows in 9 pages for object "sys.sysrscols".
DBCC results for 'sys.sysrowsets'.
There are 127 rows in 2 pages for object "sys.sysrowsets".
DBCC results for 'sys.sysallocunits'.
There are 140 rows in...
January 5, 2016 at 11:00 am
Hi Gail
CHECKDB shows no errors. In application log I have following errors:
Attempt to fetch logical page (1:783) in database 27 failed. It belongs to allocation unit 72057595611578368 not to 72057595613675520.
January 5, 2016 at 9:05 am
Andy,
Thank you for the great post. This tutorial helped me a lot. I think your delete script is deleting from the source table instead of the destination table. The script...
December 20, 2012 at 3:12 pm
Using event notification for logon auditing, I am getting multiple records for the same event. Is there a way to limit to a single record per event. For event type...
March 31, 2011 at 8:32 am
Thank you everyone for your support.
I solved the problem using a different variable to save the name into and use that variable in second File System task to delete the...
January 9, 2009 at 3:28 pm
Viewing 8 posts - 1 through 8 (of 8 total)