I need help SELECT querying all ISNULL or empty values in all tables of a SQL ArcSDE database. I need this functionality in SQL management studio if possible. The SQL database is 2008R2, the SQL server is SQLEXPRESS locally.I have access to arcCatalog also if it is easier (10.3) and ArcServer 10.3.1.
So far I can highlight to see what I need (null verses not null in image below) and I can see each NULL column highlighted.
SELECT *
FROM [database].[user].[table]
quick query showing all fields in a single table:
SELECT TOP 1000 [OBJECTID]
,[EventID]
,[GlobalID]
,[TagID]
,[AlternateAssetID]
,[ISATID]
,[OriginEventID]
,[CreatedBy]
,[CreatedDate]
,[EffectiveFromDate]
,[EffectiveToDate]
,[LastModified]
,[ModifiedBy]
,[HistoricalState]
,[ProcessFlag]
,[SourceCL]
,[Remarks]
,[Description]
,[InServiceDate]
,[OperationalStatus]
,[SiteEventID]
,[Measure]
,[SeriesEventID]
,[Station]
,[SymbolRotation]
,[POINT_X]
,[POINT_Y]
,[POINT_Z]
,[RouteEventID]
,[VisualOffset]
,[TypeCL]
,[ManufacturerCL]
,[MaterialCL]
,[DiameterInletCL]
,[DiameterOutletCL]
,[WallThicknessInCL]
,[WallThicknessOutCL]
,[SpecificationCL]
,[PressureRating]
,[DateManufactured]
FROM [test].[test].[REDUCER]
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire