Can I add extra tables to the vault database without disrupting the vault, or will they get deleted by EPDM?
Can I add extra tables to the vault database without disrupting the vault, or will they get deleted by EPDM?
What sthe scenario?.
If its for a report you can use a temp (@) table.
or create a anothe Db and query as following eg.
---------------------------------------------------------
select *
from [database1].[dbo].[table1] T1
inner join [database2].[dbo].[table2] T2
on T1.ID = T2.ID
----------------------------------------------------------
Are you hoping for a different answer then last week?
https://forum.solidworks.com/message/323026#323026
Cheers,
Anna