Browse by Tags

All Tags » T-SQL » SQL Server (RSS)
Sorry, but there are no more tags available to filter with.
Ever asked this question: “I wonder if we access this table from any stored procedures?”. Well here is how to find out: SELECT distinct so.name, so.xtype FROM syscomments sc INNER JOIN sysobjects so ON sc.id=so.id WHERE sc.TEXT LIKE '%TABLE/COLUMN...
Posted by Mikael Sand
Filed under: ,
SQL-Server and I has had a bit of a fallout. I don't talk to it and it doesn't talk to me. A shame really since we used to be very close back in 2001. Today we once again stood face to face. I said: "Oh, you look good. You have changed, and...
Posted by Mikael Sand | 2 comment(s)
Filed under: ,