SELECT
DISTINCT o.name, o.xtype
FROM
syscomments c
INNER JOIN
sysobjects o
ON c.id=o.id
WHERE c.TEXT LIKE '%YEAR(payfrom)%'
01:01 |
Category:
SQL SERVER
|
0
comments
SELECT
DISTINCT o.name, o.xtype
FROM
syscomments c
INNER JOIN
sysobjects o
ON c.id=o.id
WHERE c.TEXT LIKE '%YEAR(payfrom)%'
"Impossible says itself I M Possible"
Comments (0)