dbTalk Databases Forums  

Stopping and starting the SQL Server Service automatically

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


Discuss Stopping and starting the SQL Server Service automatically in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Michael Vardinghus
 
Posts: n/a

Default Stopping and starting the SQL Server Service automatically - 10-10-2004 , 04:01 PM






Is this possible ? Preferably to put it into a dts package after processing
cubes...in SQL Server 2000
performance tuning it is recommended to do this but if it's a manual
procedure it's not so good.

--Michael V.



Reply With Quote
  #2  
Old   
Dejan Sarka
 
Posts: n/a

Default Re: Stopping and starting the SQL Server Service automatically - 10-11-2004 , 01:25 AM






Quote:
Is this possible ? Preferably to put it into a dts package after
processing
cubes...in SQL Server 2000
performance tuning it is recommended to do this but if it's a manual
procedure it's not so good.
You can use Net Stop ... Net Start cmmand prompt commands and put them into
Windows scheduler.
But: I don't recall seeing such an advice, and I don't agree with it. Can
you give use URL where you read this?

--
Dejan Sarka, SQL Server MVP
Associate Mentor
Solid Quality Learning
More than just Training
www.SolidQualityLearning.com




Reply With Quote
  #3  
Old   
Michael Vardinghus
 
Posts: n/a

Default Re: Stopping and starting the SQL Server Service automatically - 10-11-2004 , 03:50 AM



Thanks Dejan

Not an URL - a book....

SQL Server 2000 Performance Tuning, ISBN 0-7356-1270-6

Page 246...."In a MOLAP solution, however, it's completely acceptable to use
a local SQL Server database as a temporary data store for the star schema.
If you do use SQL Server as a temporary storage mecahnism, you might want to
shut down the SQL Server Service after the build process is complete,
freeing valuable system resources."

By temporary I interpret it as my subject area...?

"Dejan Sarka" <dejan_please_reply_to_newsgroups.sarka (AT) avtenta (DOT) si> skrev i en
meddelelse news:ODpnms1rEHA.3848 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
Quote:
Is this possible ? Preferably to put it into a dts package after
processing
cubes...in SQL Server 2000
performance tuning it is recommended to do this but if it's a manual
procedure it's not so good.

You can use Net Stop ... Net Start cmmand prompt commands and put them
into
Windows scheduler.
But: I don't recall seeing such an advice, and I don't agree with it. Can
you give use URL where you read this?

--
Dejan Sarka, SQL Server MVP
Associate Mentor
Solid Quality Learning
More than just Training
www.SolidQualityLearning.com





Reply With Quote
  #4  
Old   
Dejan Sarka
 
Posts: n/a

Default Re: Stopping and starting the SQL Server Service automatically - 10-12-2004 , 03:23 AM



Quote:
Page 246...."In a MOLAP solution, however, it's completely acceptable to
use
a local SQL Server database as a temporary data store for the star schema.
If you do use SQL Server as a temporary storage mecahnism, you might want
to
shut down the SQL Server Service after the build process is complete,
freeing valuable system resources."
OK, this makes sense. If you have SQL Server on the same box, and your users
browse OLAP cubes only, then it makes sense to shut down SQL Server after
the cubes are processes.
Temporary storage - I would expect the author means Data Staging Area, i.e.
tables an procedures for data cleansing.

--
Dejan Sarka, SQL Server MVP
Associate Mentor
Solid Quality Learning
More than just Training
www.SolidQualityLearning.com




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.