Activity overview
Latest activity by alicorn2
Add cross-database dependencies?
I have approximately 50 databases, spread across 4 SQL Server instances.
I know I can find out which external objects things inside my current database rely on - but I want to do the reverse. I wa...
It turns out it's not just that one table, but all affected tables are within that same database.
I know this list of tables isn't useful to you, but I'm putting it here so I can find them again later if you want to know more information about these other tables:
Forecast
Lookup_DangerRegion
Lookup_Old_BC_Station_Code
Lookup_OperatingFrequency
Lookup_RegionDistrict
Lookup_WeatherZone
Lookup_WeatherZone_DangerRegion
Lookup_WebPage
NZ_CSV
NZ_CSV_AD_HOC
SFMSColour
SFMSLegend
Station
UserWebPage
I can run the application against the rest of the databases on the entire server with no problem. This is SQL Doc 2.1.2.1. / comments
It turns out it's not just that one table, but all affected tables are within that same database.
I know this list of tables isn't useful to you, but I'm putting it here so I can find them again la...
Object reference not set to an instance of an object
Hi there,
I just downloaded a 14 day trial of SQL Doc 2, and I am getting "Object reference not set to an instance of an object" on one of my tables.
As far as I can tell there isn't anything wrong...