Recent content by Przemek

  1. P

    how to query SP??

    Hello, Does anybody knows if there is a way to query SP? I tried begin sp_name(list_of_arguments); end;. But I do not see any output other than some line populated with data for values of parameters. I'd like to see the same result I'm getting when running report, that it in tabular form with...
  2. P

    How to run script?

    Scott, Thank you. It works!
  3. P

    How to run script?

    Hello! I have script I need to run to create 150 users... A file basically with 'filename.sql'.. Does anybody knows how to run it? Thx! Przemek.
Back
Top