/ Published in: SQL
Expand |
Embed | Plain Text
SELECT * FROM sysobjects WHERE name LIKE '%user%'
You need to login to post a comment.
emregulcan on 04/20/10
2 people have marked this snippet as a favorite
SELECT * FROM sysobjects WHERE name LIKE '%user%'
You need to login to post a comment.