Hi guys,
Is there any function that can the column names of the table I know about the sp_help but I want I'm going to call this from my .net application
Thanks
Hi guys,
Is there any function that can the column names of the table I know about the sp_help but I want I'm going to call this from my .net application
Thanks
column names of the table
0x00
select column_name from information_schema.columns where table_name ='agents'
DamienAtCox
Roda Chan