Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
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.
What is the difference between the Set and the Select command to assign a value to a local variable?Declare @intNumber intSet @intNumber = 5 ORSelect @intNumber = 5