Activity overview
Latest activity by sgilboy
How do I get to the "IncludeDependencies" XML flag in the SQL Source 3.8.11 ? / comments
How do I get to the "IncludeDependencies" XML flag in the SQL Source 3.8.11 ?
looks like this issue is addressed in yesterday's 3.5.2.350 release... as soon as I get a chance to install I'll be doing so...
thanks for listening !
* EDIT *
Patch applied and appears to be working as desired ! / comments
looks like this issue is addressed in yesterday's 3.5.2.350 release... as soon as I get a chance to install I'll be doing so...
thanks for listening !
* EDIT *
Patch applied and appears to be worki...
Source Gear vault version 6.1.0.531 / comments
Source Gear vault version 6.1.0.531
that is not the behavior our install (version 3.5.1.69) does
see:
right click the PROC, view history: [image]
this is the result which has ALL stuff ALL revisions in the list: [image] / comments
that is not the behavior our install (version 3.5.1.69) does
see:
right click the PROC, view history:
this is the result which has ALL stuff ALL revisions in the list:
Way to see the history of *just one object*
Is there some way to see the revisions for just a single object in the database?
Having to go through one by one through the list of every revision to fid the last time an object was checked in is ...
Yeah, the prob with tables was many many versions ago
we are on 3.4.4.36 now... maybe I should give it another go-around... / comments
Yeah, the prob with tables was many many versions ago
we are on 3.4.4.36 now... maybe I should give it another go-around...
james.billings wrote:
Hi,
Unfortunately, triggers are scripted alongside the table they relate to, so this isn't really possible.
What's the reasoning behind not wanting the table script? There may be a problem here that can be solved another way.
Our tools are designed to work with a set of scripts that, all together, represent a valid database. If you omitted various objects then it could lead to unpredictable behaviour/errors.
mainly because SQL Source control *constantly* seems to want to check tables in for changes, even when it appears nothing was done.....
this was the case long ago when we first started using it though (back in 2010 i think) / comments
james.billings wrote:
Hi,
Unfortunately, triggers are scripted alongside the table they relate to, so this isn't really possible.
What's the reasoning behind not wanting the table script? There ...
Workaround to include tbl triggers w/o including the tbl?
Is there any sort of way using filters or SQL Source Control configuration that I can include triggers I have created for tables without having to include the tables themselves in the Source Contro...
Greg
I did get this working by unlinking SQL Source Control from the database and then relinking it...
I ran into an issue when trying to adjust some advanced properties of SQL Source (couldn't find reference to "Microsoft.VisualBasic.PowerPacks.Vs"), but i fixed that here in this thread: http://www.red-gate.com/messageboard/vi ... hp?t=16520
I'm fully able to use the SQL Source again / comments
Greg
I did get this working by unlinking SQL Source Control from the database and then relinking it...
I ran into an issue when trying to adjust some advanced properties of SQL Source (couldn't fin...
here is how I got around this error.... it was made difficult because the target machine doesn't have Studio installed meaning that the gacutil.exe wasn't installed either:
- Copied "Microsoft.VisualBasic.PowerPacks.Vs.dll" from my development machine to our development SQL server (Windows 2008 R2).. it's in C:\Temp
- open a command prompt as "Run as Administrator"
- C:>explorer C:\Windows\assembly
- that will open an explorer window there
- go back to the command prompt and now type:
- C:>explorer C:\Temp
- that will open a second window
- drag the DLL from the second explorer window to the first and the DLL will be in the GAC !
Works !!
If you try to navigate around in the first explorer window you will "lose" your permissions, so just open two.... gotta love Windows.... / comments
here is how I got around this error.... it was made difficult because the target machine doesn't have Studio installed meaning that the gacutil.exe wasn't installed either:
- Copied "Microsoft.Visu...