SET QUOTED_IDENTIFIER ON
GO
sp_msforeachdb "use ? ; SELECT name AS Table_Name,xtype AS type,’?’ AS DB_Name FROM sysobjects WHERE name LIKE ‘object_name%’"
SET QUOTED_IDENTIFIER ON
GO
sp_msforeachdb "use ? ; SELECT name AS Table_Name,xtype AS type,’?’ AS DB_Name FROM sysobjects WHERE name LIKE ‘object_name%’"
The World as I see it
Making The Complex Simple
Random thoughts on software construction, design patterns and optimization.
A tragic's view from the cricket hinterlands