Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Using SQL query from stored procedure

  1. #1
    donttryathome is offline Senior Member
    Join Date
    Apr 2009
    Posts
    171

    Default Using SQL query from stored procedure

    I don't have access to our database so I can't modify stored procedures but I thought about going into my XML package and replacing where it calls the stored procedure with the actual query code from the stored procedure, then modifying it as I see fit.

    Is this safe to do or is this a no-no?
    Running: AspDotNetStorefront ML 8.0.1.2/8.0.1.2

  2. #2
    chese79 is offline Junior Member
    Join Date
    Jul 2010
    Posts
    18

    Default

    I would call it a no-no.

    Get a copy of the db. Play with it in a dev environment.