Viewing 15 posts - 2,326 through 2,340 (of 2,636 total)
Azizah,
You may get more and better responses by posting on an Oracle forum like http://www.orafaq.com/ or http://metalink.oracle.com/
Greg
June 6, 2005 at 9:30 am
Merrily,
I'll get the ball rolling and just bite off a portion of your post by answering your questions. I've no experience with HP Data Protector. We use native SQL Server...
June 3, 2005 at 10:55 am
Hi Paul,
The Tlog is truncated every time a log backup is taken when a database recovery model is “Full”.
So, you shouldn’t need to use TRUNCATE_ONLY. ...
June 3, 2005 at 10:19 am
NOINIT is a BACKUP argument that preserves any existing backup sets in a backup device. It's opposite is INIT which will overwrite any existing backup sets.
TRUNCATE_ONLY is a BACKUP LOG...
June 2, 2005 at 5:43 pm
I must be dumb too. I had to search for it in MSDN. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dtsprog/dtsppumpif_7b3f.asp
Greg
June 2, 2005 at 10:16 am
Remi,
TRUNCATE won't work if a table is referenced by a foreign key constraint, even if the constraint is disabled. BOL is kind of vague about this, but I've experienced it. ...
June 2, 2005 at 9:37 am
Kevin,
Sorry I haven't been able to post for the last couple of weeks. Did you resolve this problem. It occurred to me that this may be happening because you granted...
June 1, 2005 at 3:46 pm
Kasper,
If you're only going to do full database backups, make sure the database recovery model is set to Simple to keep the tlog from growing.
Greg
May 25, 2005 at 10:01 am
Hi Alex,
What are the tasks doing in your package and which one fails? Which other thread are you referring to?
Thanks,
Greg
May 25, 2005 at 9:53 am
Kevin,
Try adding internet_user as a user in TTCUserInfo with no permissions.
Greg
May 19, 2005 at 7:26 pm
You can't backup Tempdb anyway. By design, nothing is permanent in Tempdb and it's recreated whenever SQL Server is started, so there's no point in backing it up.
Greg
May 13, 2005 at 10:18 am
Look at the properties of the connection for the file. Is the "first row has column names" option checked? That will make the import skip the first row.
Greg
May 12, 2005 at 10:19 am
Create a DTS package that imports the data and updates the SQL Server tables, then schedule the package as a SQL Server job that runs nightly.
Greg
May 12, 2005 at 10:02 am
Mike is correct. Here's the SQL Server licensing site:
http://www.microsoft.com/sql/howtobuy/default.asp
Greg
May 12, 2005 at 10:00 am
Viewing 15 posts - 2,326 through 2,340 (of 2,636 total)