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 2005 Forums
 Transact-SQL (2005)
 Variable

Author  Topic 

avijit_mca
Posting Yak Master

109 Posts

Posted - 2009-07-27 : 04:39:53
Hi,

declare a as varchar(20)

could u pls tell me where this variable store?
i mean in database or in memory or else ?

Regards,
Avijit


Regards,
avijit

senthil_nagore
Master Smack Fu Yak Hacker

1007 Posts

Posted - 2009-07-27 : 04:42:37

Declare @a varchar(20)

this statement allocate some space in memory.

Senthil.C
------------------------------------------------------
[Microsoft][ODBC SQL Server Driver]Operation canceled

http://senthilnagore.blogspot.com/
Go to Top of Page

avijit_mca
Posting Yak Master

109 Posts

Posted - 2009-07-27 : 05:04:30
thanks

Regards,
avijit
Go to Top of Page
   

- Advertisement -