Welcome to Port3101.org : Your BES Connection Mark forums read | View Forum Leaders
Port3101.org : Your BES Connection



  1. Old Comment

    Script to grab some user info and handheld free memory

    Howie, I had to make a couple of corrections to get this query to fly.

    DECLARE @FreeHandheldMemory TABLE
    (
    UserConfigId int,
    FreeHHBytes int
    )

    INSERT INTO @FreeHandheldMemory ( UserConfigId, FreeHHBytes )

    I changed refs to FreeHandheldMemory to @FreeHandheldMemory and added spaces between the parenthesis. Without these, it threw an error on the TABLE declaration.

    Carry on!
    permalink
    Posted 08-10-2010 at 04:52 PM by PSCArmstrSM PSCArmstrSM is offline

All times are GMT -4. The time now is 02:42 AM.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2