Viewing 15 posts - 3,061 through 3,075 (of 4,745 total)
you will have to try and find those missing log backups and manually copy them over and restore them. If you cannot find them or someone has truncated to log...
January 10, 2010 at 7:44 am
I think you are correct to change your stance Brad. Whilst it is true you can do harm if are not aware of the effect of what you are doing,...
January 9, 2010 at 4:58 pm
having run the corrected SQL as noted above, you would then copy and paste the result set into another query window and execute it.
having of course determined it is going...
January 9, 2010 at 4:41 pm
david
having googled this error message i think it is likely you already have sql native client installed and you need to remove it.
fix seems to be
copy install files to...
January 9, 2010 at 12:31 pm
winston Smith (1/9/2010)
A time lag is a good idea, but it increases the potential amount of data loss, am i correct in this assumption?
you only put a delay into the...
January 9, 2010 at 9:27 am
by good fortune I have just seen another post with a reference to a link about 17883 and related errors, I think you should read it
http://technet.microsoft.com/en-us/library/cc917684.aspx#_17883%20Detection
January 9, 2010 at 9:22 am
as mirroring is at the transaction level, whereas log shipping is at the transaction log level, mirroring would be the better bet. In this instance I would run mirroring in...
January 9, 2010 at 7:47 am
szymas (1/8/2010)
Would applying SP$ goive more info on the issue?
on this one MS would probably ask you apply SP4. the extra info it gives i think is in the form...
January 9, 2010 at 3:12 am
this will be a lot easier if you can name the server the same as the original, especially as you have replication.
build server with same name
install SQL exactly the same...
January 8, 2010 at 4:28 pm
if you got the 17883s again thats an error, those are not normal messages on a restart. If your sysadmins cannot identify a HW\OS problem I would contact microsoft.
January 8, 2010 at 4:09 pm
no you can use it to delete .bak files, just speccify the directory holding the backup and the backup file extension (usually bak)
January 8, 2010 at 4:05 pm
dsuurvarik (1/8/2010)
So how do you suggestion cleaning up after yourself? CMD or VB script?I'm running into the same issue.
easiest way is to use the backup task to backup to...
January 8, 2010 at 3:24 pm
well thats the reason you were having connection problems.
Not a lot you can do now just keep an eye on it see if it becomes a recurring problem.
January 8, 2010 at 2:41 pm
there are a number of such scripts in the scripts section of this site. If the database is any size they are likely to take a while to run.
Heres one...
January 8, 2010 at 12:45 pm
you have the infamous 17883 Messages in there which suggest the server was stressed. these could have the effect of making SQL unresponsive.
Did you only have those two occurrences or...
January 8, 2010 at 12:31 pm
Viewing 15 posts - 3,061 through 3,075 (of 4,745 total)