Unix Technical Forum

MSDE and ODBC Tables

This is a discussion on MSDE and ODBC Tables within the SQL Server forums, part of the Microsoft SQL Server category; --> I have a MSDE database and I need to delete the contents of the exiting tables and then import ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-29-2008, 05:58 AM
Frank Bishop
 
Posts: n/a
Default MSDE and ODBC Tables

I have a MSDE database and I need to delete the contents of the exiting
tables and then import new data on a scheduled basis from an ODBC data
source (preferable through a system DSN). This was easy to do in SQL
2000 Enterprise given the DTS tools and then just scheduling a job thru
the agent.

Is there an example of how I could do this just using scripts and MSDE
(like a stored proc)? It looks like I have the agent still in MSDE to
use.

Help appreciated.
Thanks,
Frank



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-29-2008, 05:58 AM
John Bell
 
Posts: n/a
Default Re: MSDE and ODBC Tables

Hi

I am not sure what you are having an issue with, but this may help
http://www.sqldts.com/default.aspx?204.

John

"Frank Bishop" <fbishop@viper.com> wrote in message
news:4204f6e5$1_2@127.0.0.1...
>I have a MSDE database and I need to delete the contents of the exiting
> tables and then import new data on a scheduled basis from an ODBC data
> source (preferable through a system DSN). This was easy to do in SQL
> 2000 Enterprise given the DTS tools and then just scheduling a job thru
> the agent.
>
> Is there an example of how I could do this just using scripts and MSDE
> (like a stored proc)? It looks like I have the agent still in MSDE to
> use.
>
> Help appreciated.
> Thanks,
> Frank
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-29-2008, 05:58 AM
Frank Bishop
 
Posts: n/a
Default Re: MSDE and ODBC Tables


Thanks, but this wont help. I don't have SQL tools (e.g. Enterprise
Manager or DTS) anymore. I just have MSDE (SQL desktop).

I trying to find out some script examples of how to Transfer data
between an ODBC database and MSDE.

Thanks,
Frank


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-29-2008, 05:59 AM
John Bell
 
Posts: n/a
Default Re: MSDE and ODBC Tables

Hi

It may be worth investing in the developer edition at $50! Other ETL tools
will do a similar task http://www.sqldts.com/default.aspx?401

An alternative approach is to either add a linked server sp_addlinkedserver
and use the OPENQUERY or to use OPENROWSET.

John


"Frank Bishop" <fbishop@viper.com> wrote in message
news:420637fb$1_2@127.0.0.1...
>
> Thanks, but this wont help. I don't have SQL tools (e.g. Enterprise
> Manager or DTS) anymore. I just have MSDE (SQL desktop).
>
> I trying to find out some script examples of how to Transfer data
> between an ODBC database and MSDE.
>
> Thanks,
> Frank
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-29-2008, 06:04 AM
Ansti
 
Posts: n/a
Default Re: MSDE and ODBC Tables

You could use MS Access or somthing else that can connect to database tables
with ODBC. There you can make INSERT or SELECT INTO queries.

"Frank Bishop" <fbishop@viper.com> wrote in message
news:420637fb$1_2@127.0.0.1...
>
> Thanks, but this wont help. I don't have SQL tools (e.g. Enterprise
> Manager or DTS) anymore. I just have MSDE (SQL desktop).
>
> I trying to find out some script examples of how to Transfer data
> between an ODBC database and MSDE.
>
> Thanks,
> Frank
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:48 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com