Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: john76
  • Content: Threads
  • Order by date
  1. john76

    How to tell (programatically) if job is currently executing

    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...
  2. john76

    Your opinion: GUID or IDENTITY as primary key?

    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

Part and Inventory Search

Back
Top