Forum Replies Created

Viewing 3 posts - 6,391 through 6,394 (of 6,394 total)

  • RE: AWE Memory Options

    Just on another note also to do with memory, if we where to throw the full 64GB of memory to the server, would we have to increase to 64 bit...

  • RE: AWE Memory Options

    Sorry should of also included that the OS is Win Srv 2003 Ent and SQL is 2005 Ent.

    Thanks

    Anthony

  • RE: Table Constraints

    Guys

    Created a SPROC usp_InsertEpisode to which I will pass values, seems to work, but any tweaks you can think of

    CREATE PROCEDURE usp_InsertEpisode

    (

    @TVShowIDINT,

    @Episode_NameVARCHAR(100),

    @SeasonINT,

    @Episode_NumberTINYINT

    )

    AS

    BEGIN

    DECLARE @CurrentSeason INT

    SET @CurrentSeason = ISNULL((

    SELECT Current_Season FROM TVShow...

Viewing 3 posts - 6,391 through 6,394 (of 6,394 total)