Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SYSNAME Datatype

Author  Topic 

keithc
Starting Member

35 Posts

Posted - 2004-11-22 : 16:20:15
I see variables declared with Sysname as Data type and am wondering what it means. Is it like a User Defined data type?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-11-22 : 16:22:31
From BOL:

quote:


sysname is a system-supplied user-defined data type that is functionally equivalent to nvarchar(128) and is used to reference database object names.




Tara
Go to Top of Page
   

- Advertisement -