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.
| 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,AvijitRegards,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 canceledhttp://senthilnagore.blogspot.com/ |
 |
|
|
avijit_mca
Posting Yak Master
109 Posts |
Posted - 2009-07-27 : 05:04:30
|
| thanksRegards,avijit |
 |
|
|
|
|
|