Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

automation

 
   Database Help (Home) -> Data Warehouse RSS
Next:  Moving from OLTP to OLAP sample  
Author Message
Dee7

External


Since: Sep 09, 2004
Posts: 41



(Msg. 1) Posted: Mon Dec 03, 2007 11:26 am
Post subject: automation
Archived from groups: microsoft>public>sqlserver>datawarehouse (more info?)

How can I import an xml file to SQL 2005 at the same time every night? I
will need to create a new database first via the import after that I will be
appending to the dataabase. Then I will need to xport the data into a
different xml file and upload to my hosting system which is yahoo. All so the
original xml file is on the yahoo. store server.

I have SQL 2005 standard install on my personal work stations. When I iron
the bugs out I will be running this from our SQl 2005 Enterprise server.



Thank you

Dee

 >> Stay informed about: automation 
Back to top
Login to vote
"Xin

External


Since: Jan 24, 2008
Posts: 1



(Msg. 2) Posted: Thu Jan 24, 2008 5:36 pm
Post subject: Re: automation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You can use SQL Agent to enable the scheduling of event to do the import.

Here has more info: http://msdn2.microsoft.com/en-us/library/ms189237.aspx

Or, you can just use Scheduler provided by windows OS to call a script,
which importing XML into SQL server.

Please elaborate more of what you try to do and we can help you further.

Thanks,
Shin


"Dee" wrote in message

> How can I import an xml file to SQL 2005 at the same time every night? I
> will need to create a new database first via the import after that I will
> be
> appending to the dataabase. Then I will need to xport the data into a
> different xml file and upload to my hosting system which is yahoo. All so
> the
> original xml file is on the yahoo. store server.
>
> I have SQL 2005 standard install on my personal work stations. When I
> iron
> the bugs out I will be running this from our SQl 2005 Enterprise server.
>
>
>
> Thank you
>
> Dee
>

 >> Stay informed about: automation 
Back to top
Login to vote
Knowledgy

External


Since: Jan 14, 2008
Posts: 55



(Msg. 3) Posted: Thu Feb 14, 2008 6:36 pm
Post subject: Re: automation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> " I will need to create a new database first via the import after that I
> will be
> appending to the dataabase. "

Do you mean tables or do you really want to create a new database every
night on the fly? IF yes, this can be done using SMO code and putting it
into a scripting task



--
Sincerely,
John K
Knowledgy Consulting
www.knowledgy.org

Atlanta's Business Intelligence and Data Warehouse Experts


"Dee" wrote in message

> How can I import an xml file to SQL 2005 at the same time every night? I
> will need to create a new database first via the import after that I will
> be
> appending to the dataabase. Then I will need to xport the data into a
> different xml file and upload to my hosting system which is yahoo. All so
> the
> original xml file is on the yahoo. store server.
>
> I have SQL 2005 standard install on my personal work stations. When I
> iron
> the bugs out I will be running this from our SQl 2005 Enterprise server.
>
>
>
> Thank you
>
> Dee
>
 >> Stay informed about: automation 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
SQL Scheduled Jobs - Is there a way to monitor schedule jobs and restart the jobs automatically when it faills and if it fails then notify the responsible person, is there a tool to do this ?

Running total with "treshold value" detection..? - Hi, I have to create a query which evalaute, for each year, the employees who reached a particular number of absences and when this value is reached. I have 1 000 000 records in my absence table. my table is like this: DateID, EmployeeID, ActivityID,...

Problem with multiple instant of SQL Server - I have 2 instant of SQL server on the same machine. 1st instant keep most of the static information - Dimensional data 2nd instant keep most of the transaction information. When I try to use the Analysis Services, I have 2 connection, but they can't ..

Near Real time updating of fact table - -what is the best method that to implement the near real time updating of a fact table without affecting all those users who are reading from it? -fact table in question is only 1.8gb in size, 3.1 million rows, expect near real time updating of approx....

Extraction software - Hi, I need an extraction software that needs to be capable of capturing a table (or tables) displayed on the web and converting it to a file as a list of records with comma separated values. The records will be converted to insert commands after the....
   Database Help (Home) -> Data Warehouse All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]