Doubling the columns
bsawyer
Posts: 4
I bought the SQL Log Rescue to correct the mistake that someone made on one of our production boxes. They deleted all the tables. I restored from the back up that had only happened a couple of hours earlier, but before I did that I also backed up the transaction log again, so I could restore up to the time they deleted the tables. The only problem I have getting is that the SQL output of the program has every column twice. IE if one of the tables has a column called "MyNumber" then the output would have "Insert Into Foo (MyNumber, MyNumber) Values (1,1)".
Does anyone have ANY idea what is causing this?
Thanks,
Benji
Does anyone have ANY idea what is causing this?
Thanks,
Benji
Comments
Thanks for posting. I certainly haven't seen anything like this before. I'll pass this on to the development people and see if they have a sensible explanation. It may come down to getting a copy of the database.
Some things to think about (ie things that Log Rescue doesn't like) schema changes in the database, changes in recovery model, or corrupted backup files or log (lDF) files. Has this database had any of these things done to it?
Upon closer inspection I also noticed that the record information (sorry, I'm typing this from home) that appears on the bottom of the screen when you select a item in the top part of the screen, also has every column twice. When you clicked on the second column, for instance, to get information out of it for a long text field, it threw an exception (I think it was a null value one).
Hope this helps out some.
Thanks,
Benji
In the project settings, have you included the full backup as well as the log backup?