Posts
Sort by recent activity
sql compare 10.5 - change log?
Just wondering if there's a change log of what changed with the 10.5 update?
thanks
Can i select only items that are dependent based on columns?
Is it possible using dependency tracker to select only related items if they read or update a specific column?
e.g. I have Table A and I only want to see other tables/sprocs/functions etc that do a...
setting up full-text index
It would be really cool if source control could handle setting up the indexing on any tables that have full text index set up. It makes a task that would otherwise be very quick an easy somewhat te...
SVN folder structure changed - how do i update source contrl
I moved my folder structure around in SVN. I need to update the folder that source control is pointing to.
This is the database repository url - i can see this setting when i click on the 'setup li...
error parsing file right after CREATE statement
I'm trying to use sql source control. This is a new install on a new machine. I've linked my dev database to the source control (SVN). I'm on the 'get latest' tab and that is where i get the error....
cache permission issue with 3.9 and 2008 r2
I've tried specifying the SA login for this database, to no effect. I also tried specifying a false login for this database and i get the same results. So i'm wondering if sql prompt is actually us...
can i ignore certain db objects?
Unfortunately i have a few stored procs which differ from the dev database compared to the production database. So, i'd prefer it if sqlcompare would ignore these, since i absolutely do not want to...
delete from - autocomplete not working correctly
hi there,
i have a sproc (which i will post below) where when i type DELETE FROM prompt instead of giving me a selection of tables instead seems to give me a selection of functions. It seems it has...