Hi all,
I am trying to set up a schedule for a data warehouse refresh and I need to be able to code some logic that can determine if the job is already active.
pseudocode:
--Begin job
If (data is ready){
If (job is not running){
Run Job "Refresh Warehouse"
}
}
Else{
Exit
}
I am...
In the interests of continuing our fine discussions of individual preferences towards database development, what is your preference for the primary key data type? GUID or int IDENTITY?
John
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.