Forum Replies Created

Viewing 15 posts - 961 through 975 (of 3,061 total)

  • RE: Code Ownership - DBA vs. Developer

    Developer owns the code.

    Business owns the data.

    DBA owns the database environment and is responsible for: Integrity, Availabiltiy, Recoverability and Performance.

  • RE: Workload splitting?

    Eric M Russell (6/27/2011)


    Actually, I think it may be possible for multiple SQL Server instances to share the same database files, but one requirement is that the database must be...

  • RE: Ref Cursors

    David Portas (6/29/2011)


    PaulB-TheOneAndOnly (6/25/2011)


    both implement the features needed to comply with the same underlying Relational Theory

    Now you are just being silly, Paul 😉

    Oh David, David... I know Englishmen are allowed...

  • RE: Ref Cursors

    ssc_san (6/24/2011)


    Any specific reason, is it because of the difference in their architecture?

    Exactly.

    Oracle and SQL Server are two independent projects - both implement the features needed to comply with the...

  • RE: Workload splitting?

    David Lester (6/24/2011)


    Not being exceptionally well versed in VMs, I see them as a large pool of resources, if a process needs X amount of those resources to function, splitting...

  • RE: Multiple selection criteria query assistance

    sqlgirlatty (6/24/2011)


    Hello all,

    I'm struggling with how to get the results I need and could use some help.

    Need to assign a priority based on file status for customers that have both...

  • RE: Ref Cursors

    ssc_san (6/24/2011)


    Why is it required to use a ref cursor to return a record set from Oracle Stored proc, and not required in Sql server stored proc?

    Because Oracle and SQL...

  • RE: How to avoid sending blank reports using Database mail in SQL SERVER 2008

    In our case report to be mailed was already written down as a text file on the server.

    To solve the no-blank-report issue we just checked the size of the file,...

  • RE: Not able to take one db backup on network location where as other db backup taking place of the same server and on the same network location

    Parveen-288612 (6/24/2011)


    Not able to take one db backup on network location where as other db backup taking place of the same server and on the same network location

    Please find error...

  • RE: backup

    laddu4700 (6/24/2011)


    PaulB-TheOneAndOnly (6/24/2011)


    laddu4700 (6/24/2011)


    Any idea what is evault backup and difference between evault and SQL agent backup jobs?

    Yes! 🙂

    I did't get you.

    It means I do know what evault backup is...

  • RE: 1 Database hosting multiple tables with huge Data insterts and reads

    THE-FHA (6/24/2011)


    1 Database hosting multiple tables with huge Data insterts and reads. 4TB growth Capability on SQL 2005 32 bit. What do you guys recommend it terms of HA, perfomance,...

  • RE: Restricting DBA from accessing SQL DB objects

    Michael Valentine Jones (6/24/2011)


    Sounds like a software vendor worried that someone may look at their database design and stored procedure.

    Agreed. If that's the case best approach may be to...

  • RE: Database Design

    Let me take the "file store" part of the question.

    In my experience Development team will always ask to store files in the database - most of the time they don't...

  • RE: backup

    laddu4700 (6/24/2011)


    Any idea what is evault backup and difference between evault and SQL agent backup jobs?

    Yes! 🙂

  • RE: Workload splitting?

    David Lester (6/22/2011)


    We have a SQL server which was originally designed for AdHoc reporting, based on various source systems. Later it slowly evolved into a data warehouse for company wide...

Viewing 15 posts - 961 through 975 (of 3,061 total)