dbTalk Databases Forums  

dineed help for sql server 2000

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


Discuss dineed help for sql server 2000 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #21  
Old   
Todd C
 
Posts: n/a

Default Re: dineed help for sql server 2000 - 07-07-2008 , 08:07 AM






DTS stands for Data Transformation Services. It is available under the SQL
2000 Enterprise Manager user interface. (I used to know right where to look
but that info got pushed out of my brain when SQL 2005 came along, sorry). It
is one of the nodes. Just keep expanding the '+' signs until you find it.

Once you find it, right click and select "New Package" or figure out how to
create a new DTS Package. (Stay away from 'Meta Data Packages' which are no
longer supported in future versions.) On the package design surface, you will
need two connections, one being the 'flat file' or CSV, and one being SQL.
Once you have those, create a 'data pump' to move data from one to the other.

I appologize that these instructions are real generic but I have not worked
with SQL 2000 for 3 years. If there is anybody out there that can give more
detailed instructions to our roiginal poster, please chime in.

Once you have your DTS Package created, saved, and tested, go down to the
SQL Server Agent node. Find the Jobs node and right click there and select
New Job. Again, I can't remember how the setup is for SQL 2000 but there is a
way to create a job that will run a DTS Package. And with any job in SQL
Agent, it can be set to run on a variety of schedules.

You will have to poke around and experience a steep learning curve on this
one.

Keep us posted.
--
Todd C

"sac" wrote:

Quote:
On Jul 3, 4:10 pm, Todd C <To... (AT) discussions (DOT) microsoft.com> wrote:
DTS is going to be what you need. You found the correct forum so can we
assume you know about DTS?

Design a package to move the csv file into SQL table(s)
Create a SQL Agent job to run the package every day.

Were you looking for detailed help on the DTS Side?
--
Todd C


hi todd,

what do u mean by designing a package? i am not 100% aware
of DTS, but i tried to get CSV file thru DTS, but there is no option
is DTS wizard to take CSV file to SQL SERVER....also what is SQL AGENT
JOB? sorry todd but i am not aware of this....,so pls pls can i
request u to explain me in more detail,,,,or step-by-step....

i wld be really glad....

cheers !!!



"sac" wrote:
hi all

i need to take csv files to sql server 2000 on daily
basis..............can one help me how to do that....pls- Hide quoted text -

- Show quoted text -



Reply With Quote
  #22  
Old   
Todd C
 
Posts: n/a

Default Re: dineed help for sql server 2000 - 07-07-2008 , 08:07 AM






DTS stands for Data Transformation Services. It is available under the SQL
2000 Enterprise Manager user interface. (I used to know right where to look
but that info got pushed out of my brain when SQL 2005 came along, sorry). It
is one of the nodes. Just keep expanding the '+' signs until you find it.

Once you find it, right click and select "New Package" or figure out how to
create a new DTS Package. (Stay away from 'Meta Data Packages' which are no
longer supported in future versions.) On the package design surface, you will
need two connections, one being the 'flat file' or CSV, and one being SQL.
Once you have those, create a 'data pump' to move data from one to the other.

I appologize that these instructions are real generic but I have not worked
with SQL 2000 for 3 years. If there is anybody out there that can give more
detailed instructions to our roiginal poster, please chime in.

Once you have your DTS Package created, saved, and tested, go down to the
SQL Server Agent node. Find the Jobs node and right click there and select
New Job. Again, I can't remember how the setup is for SQL 2000 but there is a
way to create a job that will run a DTS Package. And with any job in SQL
Agent, it can be set to run on a variety of schedules.

You will have to poke around and experience a steep learning curve on this
one.

Keep us posted.
--
Todd C

"sac" wrote:

Quote:
On Jul 3, 4:10 pm, Todd C <To... (AT) discussions (DOT) microsoft.com> wrote:
DTS is going to be what you need. You found the correct forum so can we
assume you know about DTS?

Design a package to move the csv file into SQL table(s)
Create a SQL Agent job to run the package every day.

Were you looking for detailed help on the DTS Side?
--
Todd C


hi todd,

what do u mean by designing a package? i am not 100% aware
of DTS, but i tried to get CSV file thru DTS, but there is no option
is DTS wizard to take CSV file to SQL SERVER....also what is SQL AGENT
JOB? sorry todd but i am not aware of this....,so pls pls can i
request u to explain me in more detail,,,,or step-by-step....

i wld be really glad....

cheers !!!



"sac" wrote:
hi all

i need to take csv files to sql server 2000 on daily
basis..............can one help me how to do that....pls- Hide quoted text -

- Show quoted text -



Reply With Quote
  #23  
Old   
Todd C
 
Posts: n/a

Default Re: dineed help for sql server 2000 - 07-07-2008 , 08:07 AM



DTS stands for Data Transformation Services. It is available under the SQL
2000 Enterprise Manager user interface. (I used to know right where to look
but that info got pushed out of my brain when SQL 2005 came along, sorry). It
is one of the nodes. Just keep expanding the '+' signs until you find it.

Once you find it, right click and select "New Package" or figure out how to
create a new DTS Package. (Stay away from 'Meta Data Packages' which are no
longer supported in future versions.) On the package design surface, you will
need two connections, one being the 'flat file' or CSV, and one being SQL.
Once you have those, create a 'data pump' to move data from one to the other.

I appologize that these instructions are real generic but I have not worked
with SQL 2000 for 3 years. If there is anybody out there that can give more
detailed instructions to our roiginal poster, please chime in.

Once you have your DTS Package created, saved, and tested, go down to the
SQL Server Agent node. Find the Jobs node and right click there and select
New Job. Again, I can't remember how the setup is for SQL 2000 but there is a
way to create a job that will run a DTS Package. And with any job in SQL
Agent, it can be set to run on a variety of schedules.

You will have to poke around and experience a steep learning curve on this
one.

Keep us posted.
--
Todd C

"sac" wrote:

Quote:
On Jul 3, 4:10 pm, Todd C <To... (AT) discussions (DOT) microsoft.com> wrote:
DTS is going to be what you need. You found the correct forum so can we
assume you know about DTS?

Design a package to move the csv file into SQL table(s)
Create a SQL Agent job to run the package every day.

Were you looking for detailed help on the DTS Side?
--
Todd C


hi todd,

what do u mean by designing a package? i am not 100% aware
of DTS, but i tried to get CSV file thru DTS, but there is no option
is DTS wizard to take CSV file to SQL SERVER....also what is SQL AGENT
JOB? sorry todd but i am not aware of this....,so pls pls can i
request u to explain me in more detail,,,,or step-by-step....

i wld be really glad....

cheers !!!



"sac" wrote:
hi all

i need to take csv files to sql server 2000 on daily
basis..............can one help me how to do that....pls- Hide quoted text -

- Show quoted text -



Reply With Quote
  #24  
Old   
Todd C
 
Posts: n/a

Default Re: dineed help for sql server 2000 - 07-07-2008 , 08:07 AM



DTS stands for Data Transformation Services. It is available under the SQL
2000 Enterprise Manager user interface. (I used to know right where to look
but that info got pushed out of my brain when SQL 2005 came along, sorry). It
is one of the nodes. Just keep expanding the '+' signs until you find it.

Once you find it, right click and select "New Package" or figure out how to
create a new DTS Package. (Stay away from 'Meta Data Packages' which are no
longer supported in future versions.) On the package design surface, you will
need two connections, one being the 'flat file' or CSV, and one being SQL.
Once you have those, create a 'data pump' to move data from one to the other.

I appologize that these instructions are real generic but I have not worked
with SQL 2000 for 3 years. If there is anybody out there that can give more
detailed instructions to our roiginal poster, please chime in.

Once you have your DTS Package created, saved, and tested, go down to the
SQL Server Agent node. Find the Jobs node and right click there and select
New Job. Again, I can't remember how the setup is for SQL 2000 but there is a
way to create a job that will run a DTS Package. And with any job in SQL
Agent, it can be set to run on a variety of schedules.

You will have to poke around and experience a steep learning curve on this
one.

Keep us posted.
--
Todd C

"sac" wrote:

Quote:
On Jul 3, 4:10 pm, Todd C <To... (AT) discussions (DOT) microsoft.com> wrote:
DTS is going to be what you need. You found the correct forum so can we
assume you know about DTS?

Design a package to move the csv file into SQL table(s)
Create a SQL Agent job to run the package every day.

Were you looking for detailed help on the DTS Side?
--
Todd C


hi todd,

what do u mean by designing a package? i am not 100% aware
of DTS, but i tried to get CSV file thru DTS, but there is no option
is DTS wizard to take CSV file to SQL SERVER....also what is SQL AGENT
JOB? sorry todd but i am not aware of this....,so pls pls can i
request u to explain me in more detail,,,,or step-by-step....

i wld be really glad....

cheers !!!



"sac" wrote:
hi all

i need to take csv files to sql server 2000 on daily
basis..............can one help me how to do that....pls- Hide quoted text -

- Show quoted text -



Reply With Quote
  #25  
Old   
Todd C
 
Posts: n/a

Default Re: dineed help for sql server 2000 - 07-07-2008 , 08:07 AM



DTS stands for Data Transformation Services. It is available under the SQL
2000 Enterprise Manager user interface. (I used to know right where to look
but that info got pushed out of my brain when SQL 2005 came along, sorry). It
is one of the nodes. Just keep expanding the '+' signs until you find it.

Once you find it, right click and select "New Package" or figure out how to
create a new DTS Package. (Stay away from 'Meta Data Packages' which are no
longer supported in future versions.) On the package design surface, you will
need two connections, one being the 'flat file' or CSV, and one being SQL.
Once you have those, create a 'data pump' to move data from one to the other.

I appologize that these instructions are real generic but I have not worked
with SQL 2000 for 3 years. If there is anybody out there that can give more
detailed instructions to our roiginal poster, please chime in.

Once you have your DTS Package created, saved, and tested, go down to the
SQL Server Agent node. Find the Jobs node and right click there and select
New Job. Again, I can't remember how the setup is for SQL 2000 but there is a
way to create a job that will run a DTS Package. And with any job in SQL
Agent, it can be set to run on a variety of schedules.

You will have to poke around and experience a steep learning curve on this
one.

Keep us posted.
--
Todd C

"sac" wrote:

Quote:
On Jul 3, 4:10 pm, Todd C <To... (AT) discussions (DOT) microsoft.com> wrote:
DTS is going to be what you need. You found the correct forum so can we
assume you know about DTS?

Design a package to move the csv file into SQL table(s)
Create a SQL Agent job to run the package every day.

Were you looking for detailed help on the DTS Side?
--
Todd C


hi todd,

what do u mean by designing a package? i am not 100% aware
of DTS, but i tried to get CSV file thru DTS, but there is no option
is DTS wizard to take CSV file to SQL SERVER....also what is SQL AGENT
JOB? sorry todd but i am not aware of this....,so pls pls can i
request u to explain me in more detail,,,,or step-by-step....

i wld be really glad....

cheers !!!



"sac" wrote:
hi all

i need to take csv files to sql server 2000 on daily
basis..............can one help me how to do that....pls- Hide quoted text -

- Show quoted text -



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.