![]() |
|
|||||||
| Network / Server Status Please check often for network / Server updates here! |
![]() |
|
|
Thread Tools | Display Modes |
|
#91
|
||||
|
||||
|
I would think that once you have made a carbon copy of the table structure in your local DB... DTS scheduled can accomplish your backups automatically as often as you like.
The other method I would look into is a "pull" publication... sorry I can't help with that though. --- I have been trying to come up with this scheme as well... it would appear that DTS with a scripted data transformation is the best way. step one: create a duplicate database locally. (Careful with indexes and keys) step two: Create a DTS package including and data transformations. Step three: Schedule the DTS to run every night at 2:30 am (or at a time convenient to us all) Step four: Create a back up schedule for your local database that coincides with your DTS run. Now you have a working copy of your database locally + a backup version if needed to restore on another SQL server. These are just my ideas based on a recent issue I was forced to resolve... what ever you chose; I would appreciate hearing about your solution.
__________________
David Francis Soky.net, llc http://www.SoKy.net Soky Happenings Magazine http://www.SokyHappenings.com
|
|
#92
|
|||||||||||
|
|||||||||||
|
Quote:
Quote:
Quote:
Quote:
|
|
#93
|
|||||||||||
|
|||||||||||
|
Actually my error message when attempting to copy via DTS was saying that I didn't have access to database XYZ while I am logged in as DBO for MYDB. I have no idea where it gets the database XYZ from, when in EM I can manipulate objects in MYDB without any problems.
I suppose I should make a trouble ticket about it, but honestly I was so fustrated with responses I had received during the last outage, my energy was better spent building a way to work around the limitations that seem ever changing. (Now I am working on explaining to my clients about POP disappearing.) Thanks for telling me that I SHOULD be able to use DTS and that a trouble ticket should be able to fix it up for me. Scott Friend Database Mentors |
|
#94
|
|||||||||||
|
|||||||||||
|
If MYDB is a different separate db to XYZ, then unless you've set them up to use the same logon you will get permission errors. Each logon normally relates to an individual database, when your granted dbo rights it will only be for the database with which that logon is associated. Don't confuse having the dbo role assigned to a logon with having full dbo rights on the sql server, the latter you'll never get in a shared environement for obvious reasons.
But yes DTS should be no problemo. Last edited by Brangwyn : 02-21-2004 at 12:38 AM. |
|
#95
|
||||||||||||
|
||||||||||||
|
Just a heads-up... I installed Microsoft SQL Web Data Administrator (see post #77) and from that time I couldn't use Enerprise Manager to connect to either my local SQL server databases or the ones in my live accounts. The error I was getting back was "SQL Server does not support encryption."
[edit]My apologies, it wasn't that, it was the previous version - "Web Data Admin" found at http://www.microsoft.com/downloads/d...displaylang=en (see post #83) which caused this problem. I have reinstalled the later version from post #77 and it is working ok. Don't install the version in post #83.[/edit] Uninstalled it, still no go... had to do a System Restore back to just before it was installed, then everything worked ok again. Perhaps it installed a different certificate on my machine or played with encryption settings... just letting you know in case you have the same problem. If this is indeed caused my SQL connection problem, I would advise extreme caution if Vortech thinks of installing this on one of the SQL servers, in case we all suddenly experience problems connecting.
__________________
Last edited by antic : 02-21-2004 at 06:38 AM. |
|
#96
|
|||||||||||
|
|||||||||||
|
Yeah haven't had any problems myself with the version I posted so far, been messing around with it for a day or so now.
Quote:
Last edited by Brangwyn : 02-21-2004 at 07:38 AM. |
|
#97
|
||||||||||||
|
||||||||||||
|
Weird problem with System Restore tho... in the process it seems to delete any files you have downloaded with IE! So when I restored back to the day before yesterday, several downloaded files disappeared. If it's not one thing it's another...
![]()
__________________
|
|
#98
|
||||||||||||
|
||||||||||||
|
has there been any official word from Brad or the others about this yet?
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mssql2 1/3/06 | Vantage | Network / Server Status | 5 | 01-06-2006 08:01 AM |
| Trying to connect to MSSQL2 via EM | DJJ | Chit Chat Public | 11 | 10-01-2003 06:53 PM |
| Mssql2 | Crucial | Chit Chat Public | 1 | 07-24-2003 07:33 PM |