Browse by Tags

All Tags » SQL Server (RSS)
The last couple of days I have been working with IBM connectivity. We use standard IBM components to bridge SQL Server SSIS and DB2. The component has been working 100% in all but one environment. So, everything is installed and seems to be configured...
Posted by Mikael Sand
Filed under: , ,
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: ,