Comments
1 comment
-
Hi @kunal_hk
So SQL Source Control uses its own folder structure for the database objects and so ideally you'd need to move your files into that format. Alternatively, you could choose the top-level "client" folder so that your stored procedure folder is at the correct level.
With regards to your syntax errors, it would be great to get an example, in that case, I can reach out to you via a support ticket and we can investigate this further.
Let me know if you're happy for me to reach out!
Add comment
Please sign in to leave a comment.
for example:
our project structure in git is
src > client
> Stored Procedures (no changes are being recorded here)
> Redgate (the empty folder that we linked to)- there are a bunch of sub folders that were created by RG under this folder.
I thought may be we need to use the "working folder" linking. But doing this resulted in a bunch of syntax error reports (which we fixed and committed). Now every time we switch to a different branch , the same errors pop up again and we've to go through the same process of fixing those errors all over again.
Please advise what we are doing wrong.