Forum Replies Created

Viewing 15 posts - 196 through 210 (of 783 total)

  • RE: Insert query generating error

    Don Urquhart (6/10/2011)


    It looks to me like you are inserting only the ITEMNUMBER field, with no values for the key fields (tcsFLST_AttribGroup,[tcsFLST_ItemAtrib) which can not be NULL. You need to...

    Regards
    Sushant Kumar

  • RE: Insert query generating error

    ALZDBA (6/9/2011)


    Please post the full ddl of your object tcsINVTB00026_AttribAsgn

    (i.e. script its create statement including all indexes and constraints )

    USE [RTW]

    GO

    /****** Object: Table [dbo].[tcsINVTB00026_AttribAsgn] Script Date:...

    Regards
    Sushant Kumar

  • RE: Insert query generating error

    drew.allen (6/8/2011)


    SKYBVI (6/8/2011)


    The index key columns are

    attribgroup asc char (21)

    itemattrib asc char (21)

    seqnumber asc int

    Are these columns NULLABLE? Do they have...

    Regards
    Sushant Kumar

  • RE: Insert query generating error

    iTS A UNIQUE NON CLUSTERED INDEX

    The index key columns are

    attribgroup asc char (21)

    itemattrib asc char (21)

    seqnumber asc int

    Non key columns to include...

    Regards
    Sushant Kumar

  • RE: Insert query generating error

    I tried running this query (dummy value- 'ABCD1') :-

    Insert into dbo.tcsINVTB00026_AttribAsgn(ITEMNMBR) values ('ABCD1')

    And it worked fine ...( 1 row affected)

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: can't see agent job properties

    SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')

    Regards
    Sushant Kumar

  • RE: Insert query generating error

    drew.allen (6/7/2011)


    Did you change this in the main query or the subquery? Changing this in the subquery won't have any real effect on the outcome.

    Drew

    I tried changing in both...

    Regards
    Sushant Kumar

  • RE: Insert query generating error

    same error

    Regards
    Sushant Kumar

  • RE: can't see agent job properties

    The only problem i guess is that the client components are installed after the sp2/sp3 installation..

    Look out this forum...it should help u:--

    http://www.sqlservercentral.com/Forums/Topic353013-146-1.aspx

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: can't see agent job properties

    This issue happens when you RD into server or sql locally?

    Check both cases

    Regards
    Sushant Kumar

  • RE: can't see agent job properties

    wat edition of sql server are you having,, imean enterprise/express/..?

    Regards
    Sushant Kumar

  • RE: Restore database error.

    forsqlserver (6/2/2011)


    Dear Sushant,

    Ypur paged memory is 120 MB Please increase it upto 170 MB then u will not face this error.

    I guess u hit the bull's eye...because I checked my...

    Regards
    Sushant Kumar

  • RE: can't see agent job properties

    It can be a case of sp4 not applied properly..

    When we apply sp4 it asks for the areas to which it should apply...

    If u can remember were all areas selected?

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: Restore database error.

    on the dev server :-

    kernel memory (k):-

    total 321692

    paged 121144

    Non paged 200548

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: Restore database error.

    forsqlserver (6/1/2011)


    Please paste the paged memory of Dev server.

    Please refer the link....for error 1130 which clearly says the dependency of 160 MB of paged memory if server is 2003.

    http://support.microsoft.com/kb/304101

    Nice article...

    Regards
    Sushant Kumar

Viewing 15 posts - 196 through 210 (of 783 total)