Viewing 15 posts - 2,326 through 2,340 (of 2,635 total)
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...
Greg
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. ...
Greg
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...
Greg
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
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. ...
Greg
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...
Greg
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
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
Greg
May 25, 2005 at 9:53 am
Kevin,
Try adding internet_user as a user in TTCUserInfo with no permissions.
Greg
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
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
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
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
Greg
May 12, 2005 at 10:00 am
Paul,
I assume you're running the package manually from your workstation where you have the correct ODBC DSN defined. When you schedule a package, it runs on the database server which...
Greg
May 12, 2005 at 9:56 am
Viewing 15 posts - 2,326 through 2,340 (of 2,635 total)