Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: create table

    What Type of Data,u need to store,

    for Unicode using nvarchar .

    non-unicode using varchar .

  • RE: query to find index on a column

    Hi,

    If u want queried for indexes....

    select name from sysindexes where object_id in (select object_id from systables or syscolumns)

    Go

Viewing 2 posts - 1 through 2 (of 2 total)