Results 1 to 6 of 6

Thread: Running .SQL Scripts - sql 2005

  1. #1
    Join Date
    Nov 2006
    Posts
    3

    Running .SQL Scripts - sql 2005

    Hi all

    im new to SQL 2005 and im regularily works with sql 2000 and queryanalyzer as the tool for running .sql scripts..

    in sql 2000 after connceting once to the server i always open .sql files from a folder and running them one by one...

    in sql 2005 after openning each file i have to conncet again to the server.. is it a property or by design???

    tks in advance..
    Or

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    It's by design.

  3. #3
    Join Date
    Nov 2006
    Posts
    3

    Thanks...

    Reasonable design or a bug called design???

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    Should ask Microsoft, I think they like to enforce security.

  5. #5
    Join Date
    Nov 2006
    Posts
    3
    yeh... tks anyway..

  6. #6
    Join Date
    Aug 2006
    Posts
    57
    supposedly in some cases, SSMS will reuse the connection from the currently active window:

    http://blogs.msdn.com/bprang/archive...13/512607.aspx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •