Viewing 15 posts - 1 through 15 (of 25 total)
Your 8:05 transaction backup will have transactions from after 6:05. If you need to restore to 6:30. Restore your db from the last db backup (in this case before 6:05). ...
October 15, 2004 at 9:30 am
I think Steve's reply is accurate. I would guess that there is a job running somewhere that has a "truncate log" statement in it. Sometimes people will fill up the...
October 15, 2004 at 9:09 am
Thanks to everyone for your input! Basically, it appears that the answer is:
You can't do it through supported means. That's fine, just so that I know.
Thanks again -
apf
September 3, 2004 at 12:42 pm
Thanks for help folks! I knew there must be some easy way to do it!
apf
August 31, 2004 at 7:57 am
Folks!
I appreciate your responses!
swjohnson - I want to convert already existing data to Spanish. The only utility that I have found is one that converts the data in Excel...
June 7, 2004 at 11:39 am
This solution is tailored to the exact situation that you described, the key move is the 'ignore_dup_key' on the index: create table MergedTable (Orig_DB char(1), Data1 int, Data2...
February 18, 2004 at 4:36 pm
What are you to do if you have a record that looks like this: 1,5000,XYZ and another that looks like: 2,5000,UVW ? Would you populate Data2...
February 18, 2004 at 3:42 pm
Yes, I'm sure. As a matter of fact the DDL for one table was generated from the other (obviously, I tried to simplify the situation). The column in...
February 18, 2004 at 9:32 am
The transaction log doesn't just hold the data manipulation statement (I'm not sure actually if it does at all). Among other things, it contains a before and after image...
February 18, 2004 at 8:31 am
I just wanted to point out to Robb that your solution would only work if the char field were completely filled, which doesn't often happen in the real world. ...
February 18, 2004 at 8:26 am
Hello Michelle! I am also on SQL2K (SP3). My main experience is with Sybase (which is...
February 18, 2004 at 7:57 am
Michelle's solution doesn't work if field1 is defined as char(6). It will work if it is defined as varchar(5) or varchar(6) or ... - apf
February 17, 2004 at 3:46 pm
Thanks a lot for your input folks. That was a very good article on the PHP site that was referenced. I'm a little concerned that it was written...
December 1, 2002 at 4:37 pm
Viewing 15 posts - 1 through 15 (of 25 total)