Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: Stored Procedure

    debasis.yours - Monday, July 9, 2018 2:20 AM

    Yes, actually WITH(NOLOCK) hint may return incorrect result sometimes by showing data from other uncommitted transactions...

  • RE: Database Audit

    Here i created something however im not sure if its right according to my database:
    Use Sheffield_Cycle 

    Insert into tblSOLIine 

    (

      OrderID integer Identity(1,1) primary key,

      OrderApprovalDateTime datetime,

  • RE: Database Audit

    Hi there, thanks for the help however i am unsure what content is needed for the DDL as i am brand new to sql and was looking for help

  • RE: Database Audit

    Yes it is

  • RE: Stored Procedure

    Hi there again sorry to be a pain but do you think you could break down your code explanation even further i really want to get a grip of it...

  • RE: Stored Procedure

    Thank you so soo much! 🙂 you've been great help

  • RE: Stored Procedure

    Thank you! Do you mind if you could comment or explain to me what the code does and how it works?

  • RE: Stored Procedure

    Hi there, sorry about this but I am very new to sql and have minimal experience.I was wondering if someone like yourself could aid me with this query. I have...

Viewing 8 posts - 1 through 8 (of 8 total)