Comments
Sort by recent activity
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...
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:
Source Gear vault version 6.1.0.531 / comments
Source Gear vault version 6.1.0.531
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 ...
turning Tracing on, grabbing the SPID from the alert, and then going to the Trace log under "SQL Processes" help me find the actual EXEC statement...
/closed / comments
turning Tracing on, grabbing the SPID from the alert, and then going to the Trace log under "SQL Processes" help me find the actual EXEC statement...
/closed
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...
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 ?
Thanks for the quick reply David..
so I *think* that the setting you point to is to just by default have that checkbox unchecked in the modal, I was looking for a way to not even have the modal pop up and require me to take action before Compare does it's thing
btw, I tried to get into the settings by right-clicking as that KB article shows, but all I get is "Copy" in the context menu... I am running an older version (3.0.13.4214) because of 3.1's "timeout" issues [image] / comments
Thanks for the quick reply David..
so I *think* that the setting you point to is to just by default have that checkbox unchecked in the modal, I was looking for a way to not even have the modal pop...