Viewing 15 posts - 376 through 390 (of 2,635 total)
Hundreds of log backups for a single full backup? Maybe you should consider scheduling some differential backups between the fulls. That can drastically cut down on the number...
Greg
May 8, 2009 at 11:37 am
george sibbald (5/7/2009)
is there a 2005 version of that tool? A quick search seems to suggest not and I would have thought the community would be crying out for one.
You...
Greg
May 7, 2009 at 4:41 pm
If you used DTSBackup2000, you saved them as DTS packages in the SQL 2005 instance. You can see them in SSMS Object Explorer by expanding Management, Legacy, Data Transformation...
Greg
May 7, 2009 at 4:23 pm
db_datawriter. You'll probably want to add the user to db_datareader also so he can select data.
Greg
May 7, 2009 at 4:16 pm
See this thread for links: http://www.sqlservercentral.com/Forums/Topic711917-145-1.aspx
Greg
May 7, 2009 at 11:58 am
The first and last LSNs of a backup set are stored in backupset table in msdb, so you probably don't need to track them yourself.
While it's possible to restore to...
Greg
May 7, 2009 at 11:54 am
Sounds like what you need is an SSIS package with a Data Flow Task that transfers data from the d1 database to the d2 database. In that case, you...
Greg
May 7, 2009 at 11:40 am
Please explain what you want to "backup". Since you want to use SSIS, I assume you want to copy data from one database to another.
Greg
May 6, 2009 at 11:53 am
Glad you figured it out.
Greg
May 5, 2009 at 10:07 am
Maybe all the DTS runtime components aren't present. See if this article helps: http://support.microsoft.com/kb/919131.
Greg
May 4, 2009 at 3:12 pm
Have you considered using DTS? You can map columns in the source tables to columns in the destination tables regardless of the column names and you can do some...
Greg
May 4, 2009 at 11:40 am
The encrypted command needs to be changed because the package is in a new instance. See my reply to your post in the SQL Agent forum (http://www.sqlservercentral.com/Forums/Topic708454-110-1.aspx#bm709515) to see...
Greg
May 4, 2009 at 10:58 am
Kent Zhou (5/1/2009)
With your first suggestion:
In SQL 2005 and 2008 Management Studio, you have to create the jobs in SQL Server Agent and add the DTSRUN...
Greg
May 4, 2009 at 10:52 am
In SQL 2005 and 2008 Management Studio, you have to create the jobs in SQL Server Agent and add the DTSRUN statements to job steps.
If your SQL 2000...
Greg
May 1, 2009 at 9:50 am
Viewing 15 posts - 376 through 390 (of 2,635 total)