select so.name
from sysobjects so inner join syscolumns sc
ON so.id = sc.id where sc.name = 'Name'
Result :
tblStudent
tblEtc
from sysobjects so inner join syscolumns sc
ON so.id = sc.id where sc.name = 'Name'
Result :
tblStudent
tblEtc
This blog is only for C# Windows Aplication & Web Application & Other feature is css & jquery & Sql store procedure
No comments :
Post a Comment