vs2010 Database Project

  • Hi

    I basically want to create a script runner.

    I have a bunch of sql scripts i want to run in a particular order.

    Id like to use a database project (I think) because i get all of the handy items that come with it in terms of unit tests and clrs and that sort of thing.

    I can however see anywhere or anyway of automating running my solution scripts in a particlar order, i am probably wrong.

    Thanks in advance

  • Can't you go into SQL Server and create a job to run a bunch of them in sequence? Then schedule them using the Job?

  • unfortunately not

    i am proposing replacing a tool currently in use and i need to run selected scripts from the same place

    using a project in visual studio to do it all would be a big advantage

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply