Quantcast
Channel: ฟอรัม Getting started with SQL Server
Viewing all articles
Browse latest Browse all 8428

When digged out problem in ASpState db

$
0
0
When digged out problem in ASpState db via profile i check @appName is passing as 9105e526

    DECLARE @return_value int,
    @appId int
    
    EXEC @return_value = [dbo].[TempGetAppID]
    @appName = 9105e526,
    @appId = @appId OUTPUT
    
    SELECT @appId as N'@appId'
    
    SELECT 'Return Value' = @return_value

 If i remove character e from @appName the procedure executes

Viewing all articles
Browse latest Browse all 8428

Trending Articles