dbTalk Databases Forums  

SSIS: exporting SQL tables to Access on scheduled basis

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS: exporting SQL tables to Access on scheduled basis in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #51  
Old   
hfdev
 
Posts: n/a

Default RE: SSIS: exporting SQL tables to Access on scheduled basis - 10-08-2008 , 10:02 AM






Thanks Todd. I appreciate the insight.

Cheers,
--
Josh Blair (hfdev)
HydraForce, Inc.


"Todd C" wrote:

Quote:
Your last suggestion was probably the best of all. With only Standard
version, snapshots are out of the question. So do a pseudo-snapshot:

Using SSMS, go through the following steps and script each one out to a
script window. Read through each one so you understand what is going on:

1) Create a backup of your 'production' database using a script. Make it
re-create/over-write the same file each time.
2) Restore that same backup file to *ANOTHER* database. Make sure the script
has the "REPLACE" clause. (THis will allow a backup of Database A to
overwrite on Database B). Edit this script with some MOVE clauses that
re-name the mdf and ldf files because they obviously cannot have the same
name and location as the original db.

After both scripts have been tested, set them up in a SQL Agent Job that
runs every morining at low server workload time.

Lastly, point your Access apps to the 2nd Db.

Keep us posted.
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]

Reply With Quote
  #52  
Old   
hfdev
 
Posts: n/a

Default RE: SSIS: exporting SQL tables to Access on scheduled basis - 10-08-2008 , 10:02 AM






Thanks Todd. I appreciate the insight.

Cheers,
--
Josh Blair (hfdev)
HydraForce, Inc.


"Todd C" wrote:

Quote:
Your last suggestion was probably the best of all. With only Standard
version, snapshots are out of the question. So do a pseudo-snapshot:

Using SSMS, go through the following steps and script each one out to a
script window. Read through each one so you understand what is going on:

1) Create a backup of your 'production' database using a script. Make it
re-create/over-write the same file each time.
2) Restore that same backup file to *ANOTHER* database. Make sure the script
has the "REPLACE" clause. (THis will allow a backup of Database A to
overwrite on Database B). Edit this script with some MOVE clauses that
re-name the mdf and ldf files because they obviously cannot have the same
name and location as the original db.

After both scripts have been tested, set them up in a SQL Agent Job that
runs every morining at low server workload time.

Lastly, point your Access apps to the 2nd Db.

Keep us posted.
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]

Reply With Quote
  #53  
Old   
hfdev
 
Posts: n/a

Default RE: SSIS: exporting SQL tables to Access on scheduled basis - 10-08-2008 , 10:02 AM



Thanks Todd. I appreciate the insight.

Cheers,
--
Josh Blair (hfdev)
HydraForce, Inc.


"Todd C" wrote:

Quote:
Your last suggestion was probably the best of all. With only Standard
version, snapshots are out of the question. So do a pseudo-snapshot:

Using SSMS, go through the following steps and script each one out to a
script window. Read through each one so you understand what is going on:

1) Create a backup of your 'production' database using a script. Make it
re-create/over-write the same file each time.
2) Restore that same backup file to *ANOTHER* database. Make sure the script
has the "REPLACE" clause. (THis will allow a backup of Database A to
overwrite on Database B). Edit this script with some MOVE clauses that
re-name the mdf and ldf files because they obviously cannot have the same
name and location as the original db.

After both scripts have been tested, set them up in a SQL Agent Job that
runs every morining at low server workload time.

Lastly, point your Access apps to the 2nd Db.

Keep us posted.
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]

Reply With Quote
  #54  
Old   
hfdev
 
Posts: n/a

Default RE: SSIS: exporting SQL tables to Access on scheduled basis - 10-08-2008 , 10:02 AM



Thanks Todd. I appreciate the insight.

Cheers,
--
Josh Blair (hfdev)
HydraForce, Inc.


"Todd C" wrote:

Quote:
Your last suggestion was probably the best of all. With only Standard
version, snapshots are out of the question. So do a pseudo-snapshot:

Using SSMS, go through the following steps and script each one out to a
script window. Read through each one so you understand what is going on:

1) Create a backup of your 'production' database using a script. Make it
re-create/over-write the same file each time.
2) Restore that same backup file to *ANOTHER* database. Make sure the script
has the "REPLACE" clause. (THis will allow a backup of Database A to
overwrite on Database B). Edit this script with some MOVE clauses that
re-name the mdf and ldf files because they obviously cannot have the same
name and location as the original db.

After both scripts have been tested, set them up in a SQL Agent Job that
runs every morining at low server workload time.

Lastly, point your Access apps to the 2nd Db.

Keep us posted.
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]

Reply With Quote
  #55  
Old   
hfdev
 
Posts: n/a

Default RE: SSIS: exporting SQL tables to Access on scheduled basis - 10-08-2008 , 10:02 AM



Thanks Todd. I appreciate the insight.

Cheers,
--
Josh Blair (hfdev)
HydraForce, Inc.


"Todd C" wrote:

Quote:
Your last suggestion was probably the best of all. With only Standard
version, snapshots are out of the question. So do a pseudo-snapshot:

Using SSMS, go through the following steps and script each one out to a
script window. Read through each one so you understand what is going on:

1) Create a backup of your 'production' database using a script. Make it
re-create/over-write the same file each time.
2) Restore that same backup file to *ANOTHER* database. Make sure the script
has the "REPLACE" clause. (THis will allow a backup of Database A to
overwrite on Database B). Edit this script with some MOVE clauses that
re-name the mdf and ldf files because they obviously cannot have the same
name and location as the original db.

After both scripts have been tested, set them up in a SQL Agent Job that
runs every morining at low server workload time.

Lastly, point your Access apps to the 2nd Db.

Keep us posted.
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]

Reply With Quote
  #56  
Old   
hfdev
 
Posts: n/a

Default RE: SSIS: exporting SQL tables to Access on scheduled basis - 10-08-2008 , 10:02 AM



Thanks Todd. I appreciate the insight.

Cheers,
--
Josh Blair (hfdev)
HydraForce, Inc.


"Todd C" wrote:

Quote:
Your last suggestion was probably the best of all. With only Standard
version, snapshots are out of the question. So do a pseudo-snapshot:

Using SSMS, go through the following steps and script each one out to a
script window. Read through each one so you understand what is going on:

1) Create a backup of your 'production' database using a script. Make it
re-create/over-write the same file each time.
2) Restore that same backup file to *ANOTHER* database. Make sure the script
has the "REPLACE" clause. (THis will allow a backup of Database A to
overwrite on Database B). Edit this script with some MOVE clauses that
re-name the mdf and ldf files because they obviously cannot have the same
name and location as the original db.

After both scripts have been tested, set them up in a SQL Agent Job that
runs every morining at low server workload time.

Lastly, point your Access apps to the 2nd Db.

Keep us posted.
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]

Reply With Quote
  #57  
Old   
hfdev
 
Posts: n/a

Default RE: SSIS: exporting SQL tables to Access on scheduled basis - 10-08-2008 , 10:02 AM



Thanks Todd. I appreciate the insight.

Cheers,
--
Josh Blair (hfdev)
HydraForce, Inc.


"Todd C" wrote:

Quote:
Your last suggestion was probably the best of all. With only Standard
version, snapshots are out of the question. So do a pseudo-snapshot:

Using SSMS, go through the following steps and script each one out to a
script window. Read through each one so you understand what is going on:

1) Create a backup of your 'production' database using a script. Make it
re-create/over-write the same file each time.
2) Restore that same backup file to *ANOTHER* database. Make sure the script
has the "REPLACE" clause. (THis will allow a backup of Database A to
overwrite on Database B). Edit this script with some MOVE clauses that
re-name the mdf and ldf files because they obviously cannot have the same
name and location as the original db.

After both scripts have been tested, set them up in a SQL Agent Job that
runs every morining at low server workload time.

Lastly, point your Access apps to the 2nd Db.

Keep us posted.
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.