Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Assigning A Variable A Number Value

Status
Not open for further replies.

FontanaS

Programmer
May 1, 2001
357
US
I have a variable called @TimesRan that is defined as a Int.
Inside the stored procedure I want to assign that variable the value of 1


like:
@TimesRan = 1

but i keep getting errors.
what is the correct syntax?

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top