I started using tsqlt, and my question is: is it possible to have a separate database with only test materials? (tables / sp / assemblies, etc.).
This test database will be in the same instance as the actual / target database.
If I try to fake a table, I get the following error:
FakeTable could not resolve the object name, 'target_db.dbo.Sometable'
Does anyone have any experience?
Thanks.
tsql tsqlt
Umair
source share