[closed exact-duplicate] See http://stackoverflow.com/questions/217535/n-prefix-before-string-in-transact-sql-query
What does "N" stand for in following which we use to check before creating sproc :
(SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[myname]') AND type in (N'P', N'PC'))
