Hi,
In got the below query in the net , and this query is selecting the indexes where object_id = N'[dbo].[test]'
SELECT * FROM sys.indexes WHERE object_id = OBJECT_ID(N'[dbo].[test]' )
My Question is what is the significance of using N before my selecting object (Underlined).
Thanks in advance..
Thanks & Rgards,
Dhiren Kumar Kaunar