Viewing 11 posts - 16 through 27 (of 27 total)
Hello Rudy,
Sorry, DBCC in both the situations is running on the user database 'PRD'.
July 15, 2009 at 9:57 am
Try the shrinkfile with TRUNCATEONLY argument:
DBCC SHRINKFILE('DATAFILE', TRUNCATEONLY).
Try the DBCC SHRINKFILE without the argument during off business hours as it can result in lot of data\pages movement.
DBCC SHRINKFILE('DATAFILE')
July 14, 2009 at 4:54 am
I have checked the T-SQL of the Check Database Integrity task and it doesn't have the "with PHYSICAL_ONLY". This is the T-SQL of the task:
USE [PRD]
GO
DBCC CHECKDB WITH NO_INFOMSGS
GO
July 14, 2009 at 12:45 am
Hi All,
Thank you for all your advice.
I have implemented replication.
Ravi
September 15, 2006 at 2:17 am
Thanks Sreejith.
I kind of had a similiar thought of having a datetime stamp column, but having an indicator in all the tables to identify the changes would be...
September 11, 2006 at 7:59 am
When you rerun the SQL Setup, you can choose whether to use a default or another named instance.
August 24, 2006 at 10:41 am
Hi,
Me too.
I would need the output to a text file. The end user wants to see a neatly formatted output.
Regards
Ravi
August 17, 2006 at 5:10 am
Hi Kenneth,
I have updated my initial post with the missing info. Please advice.
Thanks
Ravi
August 16, 2006 at 2:58 am
Hi Karl,
I have the log restore job disabled, so i think i can rule that out.
And also this setup is on my test(Lab) machine, so, i am the...
August 14, 2006 at 7:54 am
Viewing 11 posts - 16 through 27 (of 27 total)