Viewing 4 posts - 1 through 4 (of 4 total)
Yes you're right, thanks its works fine:-)
February 19, 2010 at 8:42 am
USE DatabaseName
DECLARE curFK CURSOR FAST_FORWARD FOR
SELECT so.id,
so.name,
child.name as ChildName,
parent.name as ParentName
FROM SysForeignKeys sfk
INNER JOIN SysObjects so ON sfk.constid = so.id
INNER JOIN SysObjects...
February 19, 2010 at 5:47 am
v
January 21, 2010 at 9:58 am
Hi Brad M. McGehee,
Great work and nice to see all information on SQL profiler at one place.:-)
November 1, 2009 at 1:42 am
Viewing 4 posts - 1 through 4 (of 4 total)