Forum Replies Created

Viewing 9 posts - 46 through 54 (of 54 total)

  • RE: get last iserted records

    hum..sorry if i coudnt explain clearly,let me know this :

    whats the best way (from performance point of view) to select last X records from a Table

  • RE: get last iserted records

    Chirag (10/6/2008)


    What about an incrementing id column?

    i have incrementing entity column but you know ?

    im going to write a procedure that call from my application each 3,4 and even per...

  • RE: get last iserted records

    karthikeyan (10/6/2008)


    if you have datetime column in your table, then select max(datetime column) from will give you the expected result.

    no,theres no DateTime

  • RE: view and Trigger

    Make sure you understand the difference between @@IDENTITY and SCOPE_IDENTITY before rolling this code out into a live environment.

    John

    is there any difference between @@IDENTITY and SCOPE_IDENTITY except working scope ?

  • RE: Trigger and view

    Matija Lah (12/18/2007)


    What is the natural key for each company? IOW: how can you tell companies apart other than using the surrogate CompanyID key?

    When you answer the question above you'll...

  • RE: view and Trigger

    Chirag (12/18/2007)


    Hi

    From where will u get the data. R u porting from some other SQL db, or a text file or what?

    Generall speaking insert the companies first and then insert...

  • RE: SQL 2005 limitations ?

    Ian Yates (12/1/2007)


    Frankly, if you are going to have a couple of users on a workgroup-based network then you'll survive with SQL Express.

    There are only editions of SQL...

  • RE: SQL 2005 limitations ?

    Sugesh Kumar (12/1/2007)


    Why do you use XP as your windows server. Xp lacks many features as a server side OS. My recommendation is use windows 2003 server to have many...

  • RE: SQL 2005 limitations ?

    Sugesh Kumar (11/30/2007)


    Go for sql enterprise edition to have all advantages of sql 2005.

    dear friends ! we cant setup enterprise edition on XP os ! hum ?

Viewing 9 posts - 46 through 54 (of 54 total)