Viewing 2 posts - 1 through 2 (of 2 total)
What Type of Data,u need to store,
for Unicode using nvarchar .
non-unicode using varchar .
October 27, 2012 at 4:23 am
#1553468
Hi,
If u want queried for indexes....
select name from sysindexes where object_id in (select object_id from systables or syscolumns)
Go
October 10, 2012 at 1:17 am
#1547493