Forum Replies Created

Viewing 4 posts - 6,391 through 6,395 (of 6,395 total)

  • RE: AWE Memory Options

    I would of thought that the changes would have to be done to each instance of SQL, with that in mind I would have to change AWE Enabled and Max...

  • 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 4 posts - 6,391 through 6,395 (of 6,395 total)