Disregard
- From: "MikeJ" <vettes_n_jets@xxxxxxxxxxxxx>
- Date: Thu, 26 Jul 2007 10:59:00 -0700
disregard this
"MikeJ" <vettes_n_jets@xxxxxxxxxxxxx> wrote in message
news:6P4qi.29$591.25@xxxxxxxxxxxxxxxxxxxxxxx
hi...i would like to know best practice when assigning a value to a
variable example below
set
or
select
declare @var1 varchar(25)
set @var1='abc'
select @var1='abc'
to me
set is implicit
select implies conditions
i see both used all over the place here at my new company....
so witch is better practice
tks
MJ
.
- References:
- general question
- From: MikeJ
- general question
- Prev by Date: Re: Slow response time as opposed to Windows XP
- Next by Date: Windows 2000 Server Disk Manager volume mirroring - 1 Terabyte volume mirror limit ?
- Previous by thread: general question
- Next by thread: Windows 2000 Server Disk Manager volume mirroring - 1 Terabyte volume mirror limit ?
- Index(es):
Relevant Pages
|