Forum Replies Created

Viewing 15 posts - 1,531 through 1,545 (of 3,061 total)

  • RE: Proper Design pattern for Multiuser Handling (Concurrency)

    pravin.sawant99 (9/19/2010)


    Hi,

    The expected level of concurrency

    - How many total users = 25

    - How many users actually hitting the database at the same time = 10

    - How many users actually hitting...

  • RE: Learning Oracle

    Eric Russell 13013 (9/17/2010)


    Most Oracle developers love cursors. I mean, it's so obvious they're in love. If you read an Oracle PL/SQL developer guide, it will be full of sappy...

  • RE: Proper Design pattern for Multiuser Handling (Concurrency)

    pravin.sawant99 (9/18/2010)


    In our project following are the situations where concurrency handling needed.

    May I ask a basic question?

    Could you please share with us what's the expected level of concurrency?

    - How many...

  • RE: Sync Develepment and Production Databases

    Novicejatt (9/16/2010)


    I have to add new data to database every day .... so was thinking not to add the data directly to production coz I might messup the prod database...

  • RE: Sync Develepment and Production Databases

    Novicejatt (9/16/2010)


    I want to sync the Dev to Prod.

    If you really want to overwrite production with the whole content of development the easy way is backup/restore.

    Having said that, it is...

  • RE: DB Design / Column Names

    Ninja's_RGR'us (9/16/2010)


    PaulB-TheOneAndOnly (9/16/2010)


    Ninja's_RGR'us (9/16/2010)


    The only prefixes I see really usefull are on views and table functions where you need to differentiate between the 3 types of objects for when you...

  • RE: DB Design / Column Names

    Ninja's_RGR'us (9/16/2010)


    The only prefixes I see really usefull are on views and table functions where you need to differentiate between the 3 types of objects for when you need to...

  • RE: SQL SERVER 2008 Express Edition - Data Auditing Best Practice

    Sharon Hearn-319037 (9/16/2010)


    I would like to provide a mechanism to write data changes to a log file residing on the same machine as the sql server instance. If a user...

  • RE: What a nice place to be

    You made my day Mike, Thank you! 🙂

  • RE: sql 2005 programming books

    Toby White (9/15/2010)


    Itzik Ben-Gan Inside Microsoft SQL Server 2008 Series.

    Agreed but, if poster is looking for SS2K5 specifics I'll go with "Inside Microsoft SQL Server 2005 - T-SQL Querying" by...

  • RE: DB Design / Column Names

    A old friend of mine used to say that there are as many naming conventions in the world as developers, DBAs and DAs are.

    I do remember that particular naming convention...

  • RE: Disaster recovery plan

    SKYBVI (7/28/2010)


    I have a production server and a log shipping server which are acting as a primary and secondary server respectively in the log shipping setting.

    If I create a...

  • RE: Learning Oracle

    Jeff Moden (9/5/2010)... you need to build a "Reference Cursor" and those are best built in what they refer to as a "Package" using a "Global Reference Cursor". Packages...

  • RE: To get a DBA Job

    Ali Tailor (9/15/2010)


    I'm a MCTS SQL server 2008,on 10th sept 2010, Having 5 + years working experience in IT as 'Software Support Engineer' my Job involve Software (my company's product)...

  • RE: Oracle SQL Plus syntax

    Tom Brown (9/15/2010)


    Thank-you both.

    Apart from the cranky text editor and lack of syntax colouring, I'm quite enjoying a minor foray into Oracle.

    Glad to help.

    In regards to "the cranky..." you...

Viewing 15 posts - 1,531 through 1,545 (of 3,061 total)