Viewing 15 posts - 19,156 through 19,170 (of 26,490 total)
anam (8/16/2009)
Full backups and differential backps won't break the t-log backup chain once the logshipping is setup.
YES
The problem...
August 16, 2009 at 10:59 pm
oo sure, but is this what you are looking for?
select
db.[name] as DatabaseName,
db.[create_date] as CreateDate,
mf.[name] as LogicalName,
...
August 16, 2009 at 10:47 pm
anam (8/16/2009)
August 16, 2009 at 10:23 pm
Garadin (8/16/2009)
As to whether or not the posts have gotten...
August 16, 2009 at 10:18 pm
harry.sh16 (8/16/2009)
Thanks for the reply.Looking for more replies/solutions......
Not much that can be done until you resolve the problem with the destination decimal(1,0) or tell us what you want done with...
August 16, 2009 at 10:03 pm
harry.sh16 (8/16/2009)
My destination data type is numeric(1,0). Do i need a transformation at...
August 16, 2009 at 9:33 pm
Full and Differential backups will not break the log chain on the source database, so you will be able to continue running your full and differential backups after configuring log...
August 16, 2009 at 4:22 pm
If you log your messages to a table variable first, you can then write those messages to a permanent table outside of teh transaction (either after the commit or rollback)....
August 15, 2009 at 9:14 pm
Your best resource may be the one you may be replacing in January. Work with this individual as much as possible while you can. Learn the systems you...
August 15, 2009 at 9:01 pm
Jeff Moden (8/15/2009)
Lynn Pettis (8/15/2009)
GilaMonster (8/15/2009)
Lynn Pettis (8/15/2009)
You'd think someone with the alphabet soup following his name would know better.
Yes, you would.... Especially the one that reads 'MCT'
I've corrected him...
August 15, 2009 at 8:50 pm
GilaMonster (8/15/2009)
Lynn Pettis (8/15/2009)
You'd think someone with the alphabet soup following his name would know better.
Yes, you would.... Especially the one that reads 'MCT'
I've corrected him elsewhere also today. I'm...
August 15, 2009 at 12:19 pm
Having read that you are using SQL Server 2000, not SQL Server 2005 you really should also pay a little closer attention to where you post your request for help....
August 15, 2009 at 12:12 pm
GilaMonster (8/15/2009)
Why don't people read questions before answering?Question: How do I recover data that was lost? I have no backups.
Answer: Restore your full backup to another system... etc...
I think I...
August 15, 2009 at 12:03 pm
It would also help if you could provide the DDL for the tables involved, sample data that shows the problem you are trying to solve, expected results to be achieved.
Please...
August 15, 2009 at 11:58 am
harry.sh16 (8/14/2009)
Both source and destination's are SQL Server.
Tried various type...
August 14, 2009 at 10:31 pm
Viewing 15 posts - 19,156 through 19,170 (of 26,490 total)