Question
November 10, 2006 at 12:40 PM
katokato

can anyone explain.. SELECT @ApplicationId = NULL

by katokato . Updated 19 years, 9 months ago

DECLARE @ApplicationId uniqueidentifier
SELECT @ApplicationId = NULL

what does this Select do? I have to modify as procedure but don’t know what this code does. i am not a dba so bear with me.

This discussion is locked

All Comments