Writing Stored Procedures Without Knowing T-SQL

  • Is it possible to write stored procedures without knowing T-SQL? Thanks!


    Kindest Regards,

    Jonathan C

    http://www.sqltraceanalyzer.com/

    SQL Trace Analyzer - Performance Tuning Tool - Free 30-day trial download.

  • Hi,

    You can, if you think that you can drive without knowing it.

    Cheers

    cheers

  • get somebody to do it for you and claim the fame.

    you would probably need to just know a bit and then use a wizard to create the code for you.


    Everything you can imagine is real.

  • just copy and past from the script archive here

  • books online will help you with anything you need, and this site when you get stuck. if you know basic sql, then your half way there. im no genius, but i can write most sprocs that i ever will have a use for, and if i need something i am unsure of how to accomplish, this site, or the MSDN forums, or BOL always help

  • In google do the following and you'll see that a stored procedure is a collection of SQL statements. If someone gave you one or more SQL statements you could write a SP with them, once you learned the simple syntax of the CREATE.

    define: stored procedure

  • Yep, as said above really, this would more than pay off the investment of a few hours of your time, and tSQL's really not that hard. You can also find loads of useful script fragments just by googling or searching on here. Many times the google search results will take you back to this site in any case.

    Best of luck with it.

    Bart

Viewing 7 posts - 1 through 6 (of 6 total)

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