Forum Replies Created

Viewing 8 posts - 6,346 through 6,353 (of 6,353 total)

  • RE: SQL 2005 Database Mail

    Date20/11/2008 13:22:49

    LogDatabase Mail (Database Mail Log)

    Log ID2820

    Process ID7492

    Mail Item ID2701

    Last Modified20/11/2008 13:22:49

    Last Modified Bysa

    Message

    The mail could not be sent to the recipients because of the mail server failure. (Sending Mail...

  • RE: SQL Server Page Size

    Yes I was aware that MS purchased 4.2 off Sybase and rebranded as SQL

  • RE: The Tempermental ODBC Connection

    The server has a static IP and port specific for its own SQL Server. We have a number of web boxes and other servers which hook into the databases.

    It...

  • RE: AWE Memory Options

    The /PAE and /3GB stay in the boot.ini file yes.

    The server still shows 16 in the lowest value for max server memory but the maximum shoots back up to the...

  • 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...

Viewing 8 posts - 6,346 through 6,353 (of 6,353 total)