Activity overview
Latest activity by jimithing1980
And we already have SQL Compare Pro. Wonderful product and we use it regularly. / comments
And we already have SQL Compare Pro. Wonderful product and we use it regularly.
No, the two databases are exact replicas. We just pushed a live release on Friday evening and have made no changes in our development database with the exception of one stored procedure so far.
The linking to live was a mistake - it was not done on purpose. I realize it's not a good idea to keep source control on a production DB [image] / comments
No, the two databases are exact replicas. We just pushed a live release on Friday evening and have made no changes in our development database with the exception of one stored procedure so far.
Th...
Tried removing the Temp folder, unlinking and relinking with no luck. The only thing that I could do to fix it was delete everything in Source Control and reload it. In this case, that was fine - obviously not good in the long run. [image] / comments
Tried removing the Temp folder, unlinking and relinking with no luck. The only thing that I could do to fix it was delete everything in Source Control and reload it. In this case, that was fine -...
I do see the dbo.tblJobs.sql file does not exist in "C:\Documents and Settings\XXXUSERXXX\Local Settings\Application Data\Red Gate\SQL Source Control 0\WorkingBases\XXXDBGUIDXXX" - I'm going to try a few things to see if I can get a workaround. / comments
I do see the dbo.tblJobs.sql file does not exist in "C:\Documents and Settings\XXXUSERXXX\Local Settings\Application Data\Red Gate\SQL Source Control 0\WorkingBases\XXXDBGUIDXXX" - I'm going to try...
Exception when linking to an existing database
We have created a database in source control that was linked to our live database. I have since unlinked it from the live DB and tried to link our Dev DB to an Existing database in Source control ...
I have already fixed it for now by removing the E in the float variables. I had to do it in a couple places (on the server, in source control, and in a temp directory) but that seems to be the bug. / comments
I have already fixed it for now by removing the E in the float variables. I had to do it in a couple places (on the server, in source control, and in a temp directory) but that seems to be the bug.
dbo Schema issue
It looks like the Source Control system ignores certain default schemas such as dbo. The problem is, we have changed the schema a bit - we have used the following against this schema:GRANT VIEW DE...
Exception when loading a function into Source Control
I'm receiving the following Stack Trace when loading a function into Source Control using version 0.3:
Failed to update:
#oEc.#8Jf: Failed to parse file C:\Documents and Settings\Jason.M\Local Set...