/ Published in: SQL
Expand |
Embed | Plain Text
SELECT UserId, OrganizationId INTO #ORG_USERS FROM View_Users WHERE OrganizationId = @OrgId /* Code here */ DROP TABLE #ORG_USERS
You need to login to post a comment.
RealRover on 08/05/10
1 person have marked this snippet as a favorite
SELECT UserId, OrganizationId INTO #ORG_USERS FROM View_Users WHERE OrganizationId = @OrgId /* Code here */ DROP TABLE #ORG_USERS
You need to login to post a comment.