Microsoft
Software
Hardware
Network
Question : SQL sum
I have a stored procedure that does the following
take in parameter
@Par1 int
@Par2 int
@Par3 int
'does some stuff to give both @par1 and @par2 numeric value
How would i add the @par1 + @par2 to give @par3 a value
@par3 = @par1 + @par2
Answer : SQL sum
set @par3 = @par1 + @par2
Random Solutions
Time/Date Function Timestamp Incorrect
TS WEB ACCESS (STD 2008 Server)
outlook not running rules
Apple iWeb - how to save HTML to Disk or to publish the web site via FTP?
Registry, Winlogon, KEY_WOW64_64KEY errors
syslink Router
Terminal server 2008 R2 Pinned Taskbar Links
Microsoft Exchange Outlook Anywhere SSL Issue
Javascript and Mozilla
I want to put a small instruction in the middle of my SharePoint survey. I want to say "If you answered "No" to any of the questions above then please answer the questions below. How?