Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Invalid use of a side-effecting operator 'rand' within a function

$
0
0
I want create a Function as follow,
[code language="sql"]
CREATE function [dbo].[GetSmsId]()
returns INT as
BEGIN
  
---- Create the variables for the random number generation

Viewing all articles
Browse latest Browse all 3145

Trending Articles