Results 1 to 2 of 2

Thread: Running SQL scripts in ASP.NET Enterprise Manager

  1. #1
    pieface is offline New Member
    Join Date
    Jun 2010
    Posts
    2

    Default Running SQL scripts in ASP.NET Enterprise Manager

    Hi,
    When i try to run scripts in the Run Query tool it seems it can only perform the most basic of tasks (like a simple Select). Anything more complicated, and it doesn't seem to run or just tries to run the first line.

    Is it possible to connect remotely to the database so i can use MS SQL Server Management Studio.

    Cheers ... Rob.

  2. #2
    pieface is offline New Member
    Join Date
    Jun 2010
    Posts
    2

    Default

    I did get my scripts to run. I had to remove all 'GO' references from the pre-generated scripts, and all comments from the script. basically just made sure it was pure T-SQL.
    Would still be nice to know whether it is possible to remotely connect to the database so i can use MS SQL Server Management Studio.

    Cheers ... Rob.

Posting Permissions

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