Executing SQL with named parameters causes a dialog to show up asking for the parameters.
If I have the following SQL:
EXEC sp_rename @objname='ardbPcbRelatedGames.PcbRelatedGamesID', @newname='PcbRelatedGameID', @objtype='COLUMN'
A dialog will pop up asking for the values for @objname, @newname and @objtype. Those already have values provided and it doesn't need to ask me for them.
 Brien King
    
 shared this idea
Brien King
    
 shared this idea
      
    - 
       AdminDevart
    (_, Devart)
 commented AdminDevart
    (_, Devart)
 commentedDear User, Thank you for your post! To proceed with further analysis, we’ll need some additional information. Please send us a screenshot of the entire SQL script — we’re interested in the full content. Also, kindly check whether the script includes any comments. You can send this information directly to our Support Team using this contact form: https://www.devart.com/company/contactform.html Best, 
 Devart Team
