Activity overview
Latest activity by JustinPaquin
Thanks for your reply. The syscomments table was exactly what I needed.
Justin / comments
Thanks for your reply. The syscomments table was exactly what I needed.
Justin
Accessing the body of a stored procedure
Hello,
This question isn't directly related to a Red-Gate producct but as a user of your software I figured that someone here might know the answer to this question. I am trying to apply a regular ...
I feel kinda sheepish. There was some code I was adding to the script in order to insert data into the tables as it went along. Turns out this extra code was causing the problem.
Product works great!
Justin / comments
I feel kinda sheepish. There was some code I was adding to the script in order to insert data into the tables as it went along. Turns out this extra code was causing the problem.
Product works grea...
We do not have any stored procedures that reference tables in a fully qualified name down to the database. In all of our stored procedures the name is qualified to the owner
e.g. SELECT @PipePartGUID = PipePartGUID, @FinishGUID = FinishGUID
FROM dbo.PIPE_tblPartHangerFinishJoins
WHERE dbo.PIPE_tblPartHangerFinishJoins.PartHangerFinishJoinGUID = @PartHangerFinishJoinGUID
Justin / comments
We do not have any stored procedures that reference tables in a fully qualified name down to the database. In all of our stored procedures the name is qualified to the owner
e.g.SELECT @PipePartGUI...
Problem Adding Constraints
Hello,
I'm evaluating your product for use in our development environment and I am having a problem with the script created when comparing our databse to an empty database.
The script runs fine whi...