Forum Replies Created

Viewing 15 posts - 46 through 60 (of 111 total)

  • RE: Trigger Issue ....

    can u pls tell me how can i check this ...

  • RE: Transaction Log Shrinking

    hi ...pls check my topic " trigger issue" in administering forum.....

    if you can help than i will be very thankful to you

  • RE: Transaction Log Shrinking

    sory i should use word inactive instead of uncommited...but if you are telling that it's not see whatever in log file then how can it see that this is inactive...

  • RE: Transaction Log Shrinking

    whatever i know is that when you shrink log file it will remove all uncommited transaction from transactional log file ....

    so whenever you want to shrink log file first keep...

  • RE: Trigger Issue ....

    i m not seeing that inserted data i know that i can see through directly this is for just example...what i m doing is from from inserted data i m...

  • RE: Trigger Issue ....

    is there any one who has idea related to this

  • RE: performence issue

    set min and max memory to your preferebale choice like 500 mb or whatever you like ...

    set min and max memory to one fixed value...like if you set 500 mb...

  • RE: performence issue

    is that sql server only used by you or may be multiple user use that...or any application....you have to check first those things ...

  • RE: Trigger Issue forUpdation

    hi if you can give more description abt what's your update statement ....

    and what you have written in trigger

    and r u using row that are updated in procedure... give...

  • RE: Trigger Issue forUpdation

    instead of on update use after update

  • RE: trigger not fired when imort data

    ALTER TRIGGER [dbo].[tr_insert]

    ON [dbo].[table1]

    AFTER INSERT

    AS

    BEGIN

    -- SET NOCOUNT ON added to prevent extra result sets from

    -- interfering with SELECT statements.

    SET...

  • RE: trigger not fired when imort data

    hi but i m not importing data through bulk insert actually ... i m doing that through import and export wizard .....

    so can u pls help out me for...

  • RE: trigger not fired when imort data

    Hi by mistake i have do two post so i m going to unsubscribe from one ....

  • RE: sql server agent

    hi,

    do one thing... goto services... in run type services and then in services ...

    sql server agent(mssqlserver) try to restart or start from here.... is there any positive result if no...

  • RE: Skipping Records when Importing

    can u pls tell that all those data comes in which file means in txt or in excel....

Viewing 15 posts - 46 through 60 (of 111 total)