Viewing 7 posts - 1 through 7 (of 7 total)
Thanks for the help, i dont see anything different. Its a simple straight forward package, I will update if i find a fix.
January 27, 2012 at 12:00 pm
I have changed it to Dontsavesensitive and attached again.
January 27, 2012 at 10:58 am
I have not set any password i am able to open in my Visual Studio.
January 27, 2012 at 10:14 am
Attached package.
January 27, 2012 at 9:32 am
Thanks.. dbcc dbreindex worked for me...
August 12, 2010 at 2:17 pm
yes i agree... when we just run dbcc checkdb ' ' we get errors...
if we run the entire script (mentioned in my previous post) it fixed it sometimes...
We fix most...
July 31, 2009 at 11:24 am
Run this...
checkpoint
go
dbcc dropcleanbuffers
go
dbcc checkdb ' '
July 31, 2009 at 10:40 am
Viewing 7 posts - 1 through 7 (of 7 total)