Viewing 15 posts - 1,471 through 1,485 (of 2,268 total)
do you have a log backup between steps 2 + 3?
April 8, 2009 at 3:11 am
did you shirnk the database file or the log file?
April 7, 2009 at 10:12 am
SQL server agent --> Job Actvity Monitor --> Right Click --> View Job Activity
There could be a job in there that is failing due to access rights.
April 7, 2009 at 4:59 am
Could be a job that is trying to run. Check what Jobs you have enabled.
April 7, 2009 at 4:38 am
I have never seen harrasment to the level that physical violence was involved and would be very concerned if i did, I hope that most companies would have...
March 27, 2009 at 11:58 am
Mirroring will not work as the mirror has to be in-recovery meaning that it would not be accesible.
The best alternative is database replication though you still have to do...
March 27, 2009 at 10:15 am
vasko102 (3/27/2009)
March 27, 2009 at 9:57 am
In the Flat File Destination Editor, Uncheck the box 'Overwrite data in the file'
March 27, 2009 at 8:11 am
Krishna (3/26/2009)
John H. Higgins (3/26/2009)
YesAnd I've done a restore. All is well thanks.
jhh
Are you not doing any root cause analysis and find out where the problem could be? mostly...
March 26, 2009 at 11:21 am
Have you run DBCC CHECKDB to check for corruption in the database.?
March 26, 2009 at 10:09 am
That is good news that there isno corruption, I/O errors do usually mean that then network or disk was unavailable.
You may want to do restore with verify on...
March 26, 2009 at 9:45 am
This looks like a case of parameter sniffing..
have a look at this article on how this may affect the query performance and how to fix it
http://blogs.msdn.com/khen1234/archive/2005/06/02/424228.aspx
March 26, 2009 at 9:02 am
Hard to say without a bit more information, but quite often these sort of issues relate to permissions, so check that the package is running under the...
March 26, 2009 at 8:51 am
Yes this T-SQL should be run in Query Analyser
connect to the DB server and run the code, you can specify the db name with this code
DBCC checkdb (YourDBName) WITH...
March 26, 2009 at 5:26 am
Viewing 15 posts - 1,471 through 1,485 (of 2,268 total)