Results 1 to 9 of 9

Thread: visual tool for writing SQL qeuries inside SQL server

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    didn't decide yet
    Posts
    566

    visual tool for writing SQL qeuries inside SQL server

    is there any tool that can help me make SQL statements inside SQL statement
    Come and get our ISDN CallerID http://www.3wm.biz

  2. #2
    Frenzied Member swatty's Avatar
    Join Date
    Aug 2002
    Location
    somewhere on earth
    Posts
    1,478
    Did you try the Query Analyzer tool ??
    Code:
    If Question = Incomplete Then
       AnswerNextOne
    Else
       ReplyIfKnown
    End If
    cu Swatty

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    didn't decide yet
    Posts
    566
    where can i find that tool i have install only MSDE and i want a tool to help write queries , to do something like compiling the code tell me what is wrong with the statement and stuff like that
    Come and get our ISDN CallerID http://www.3wm.biz

  4. #4
    Fanatic Member Gary.Lowe's Avatar
    Join Date
    May 2000
    Location
    In my sphere of influence
    Posts
    621
    Tina

    I wrote a vb app that parses an SQL statment by brginning a transaction then executing it.

    If it works it you don't get an error if it doesn't it raises and error.

    I then simply rollback
    Gary Lowe
    VB6 (Enterprise) SP5
    ADO 2.6
    SQL Server 7 SP3

    OK I know my spelling and grammer is crap so don't quote me on it!

    To err is human to take the P! is only natural !!

    Click on the top section of image for Marcus Miller website and bottom section of image for 'Run For Cover' sound clip


  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    didn't decide yet
    Posts
    566
    my main problem is that i have design a large access dB with a lot of procedures inside. Now i m tryimng to upsize to SQL server but im stuck the code is so different i cannot even know how to use an switch statement. any ideas ?
    Come and get our ISDN CallerID http://www.3wm.biz

  6. #6
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    Georgia
    Posts
    337
    I found this little prg that gives you access to MSDE. Give it a try if it works you can buy it. I think its around $50 upppppppps can't attach it 112kb and 100 is the limit

    I don't remember where I got it so can't give you an URL. If you want to give me an e-mail I will send it.

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    didn't decide yet
    Posts
    566
    Come and get our ISDN CallerID http://www.3wm.biz

  8. #8
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    Georgia
    Posts
    337
    I just e-mailed it to you

  9. #9
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    Georgia
    Posts
    337
    Here is another little prg that you can run Queries against SQL for testing. You will need to change the Adodc to your connection information.
    Attached Files Attached Files

Posting Permissions

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



Click Here to Expand Forum to Full Width