Viewing 15 posts - 2,356 through 2,370 (of 2,635 total)
I agree with Frank. This has been done before. Consider log shipping or replication for close-to-real-time data movement or DTS for more infrequent movement.
Greg
Greg
March 18, 2005 at 9:13 am
Basically, you need to backup the current active log file so you'll have it available to restore after the older backups. Like Martin said, it depends on what was damaged.
Greg
Greg
March 17, 2005 at 10:20 am
Sounds like you might need a log reader tool like Log Explorer or PI Log.
Greg
Greg
March 17, 2005 at 10:18 am
See responses to your other thread.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=146&messageid=168218
Greg
March 16, 2005 at 5:17 pm
SA may not be the only login that can perform a backup. Backup permissions default to members of the sysadmin server role and the db_owner & db_backupoperator database roles. If...
Greg
March 16, 2005 at 5:15 pm
Our DBA group members are members of Local Administrators on the servers that have SQL Server on them. We find it necessary for installing SQL Server and it's components, viewing...
Greg
March 16, 2005 at 10:37 am
Tom,
You're on the right track. When Nic said to right-click on the SQL Server, he meant you should right-click on a specific instance of SQL Server. Expand Microsoft SQL Servers,...
Greg
March 16, 2005 at 10:09 am
In Enterprise Manager, right-click on Data Transformation Services, click Open Package..., select the .dts file and it will open in DTS Designer.
Greg
Greg
March 16, 2005 at 9:43 am
This could be the bug mentioned in this KB article. http://support.microsoft.com/default.aspx?scid=kb;en-us;302621
Another thing that occurs to me is if 'Delete rows in destination table' or 'Drop and recreate destination table'...
Greg
March 15, 2005 at 10:23 am
What you're describing sounds like a logical backup device with the backup set appended each time a log backup runs. I believe you have to specify which backup set you want to restore...
Greg
March 14, 2005 at 1:25 pm
I hope that works for you. I suspect that if your administrators won't make you a member of sysadmin, they might not want to create a proxy account to let you run...
Greg
March 11, 2005 at 9:18 am
You can also group servers in the EM tree. Then you can expand each group or collapse each group. I have groups called 'Dev Servers' and 'Prod Servers'. Right click...
Greg
March 10, 2005 at 10:26 am
Matthew,
Is the problem that you can't create the job or that you can't start the job once it's created?
Can you describe what your DTS package is doing? Does it import...
Greg
March 9, 2005 at 1:24 pm
There is not a way to hide database names in Enterprise Manager. See this earlier thread:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=9669
Greg
Greg
March 9, 2005 at 12:34 pm
Aah, you're right, of course, Brian. It just happened that TargetServersRole had been granted permissions to execute the DTS stored procedures on the server I looked at.
Greg
Greg
March 9, 2005 at 10:56 am
Viewing 15 posts - 2,356 through 2,370 (of 2,635 total)