Forum Replies Created

Viewing 15 posts - 1,996 through 2,010 (of 3,061 total)

  • RE: MDW best practices

    chandu.ade (5/6/2010)


    Please share the best practices to be followed to cinfigure MDW. I am goint to implement MDW to capture database growth,cpu usages,memory utilization and all other paramaters.

    Follow the fine...

  • RE: best edition for work

    praviii... (5/6/2010)


    hi could any one suggest me the edition that should be installed for working on sql server 2008 at work.

    How about the business requirements?

    What kind of operation are going...

  • RE: DataBase designe

    mashtal_et_1982 (5/6/2010)


    I've a system, that have two types of users (Companies and individuals).all types have a shared set of properties but they differ in another. What is the best design...

  • RE: DataBase designe

    sturner (5/6/2010)


    Put them all into one XML column. ;^)

    You made my day! 😀

  • RE: Oracle for SQL DBA

    About two years after starting working with Oracle is when you will start to realize how different are SQL Server and Oracle implementations of the same basic principles.

    Question is, do...

  • RE: SQL Server Startup Activities

    trivedi.nikesh (5/5/2010)


    But I am looking for, list of those background activities, which are perform for SQL Server when is starts from scratch or restarts.

    :blink: This is the "Working with Oracle"...

  • RE: How do I correctly design a many-to-many relationship in SQL Server?

    hedera (5/2/2010)


    Thanks to the kind people who tried to give me advice.

    Glad to help - Thank you for the feedback 😉

  • RE: Help with Data Warehouse

    The good news is that a 600 Gig database is not such a large database - there should be no problems to properly maintain it; providing it is done the...

  • RE: update data from one table to other table when both have unique identifier.

    senapathi_siva (3/23/2009)


    But when I am running the specified query, I am getting the following error. 'ORA-00933: SQL command not properly ended.'

    This is invalid syntax on the Oracle world - not...

  • RE: Replicating Materialized Views from Oracle 11g to SQL 2005

    The Oracle term "materialized view" represents nothing but a table that is updated or refresh in an automatized way.

    There is a plain Oracle "table" for each "materialized view"

    Questions is...

    - How...

  • RE: basic select 'i think'

    99posts (4/30/2010)


    select distinct chips, salt --, date

    from SNACKS

    where SNACKS .salt= 'No'

    AND chips NOT IN(select distinct chips from SNACKS where salt= 'No')

    order by chips asc

    If what you want...

  • RE: Instance Failure

    Welcome to the wonderful world of troubleshooting.

    "ceased working" is too broad of an expression...

    ... I'll find out if the host is alive

    ... I'll find out if the offending instance...

  • RE: Hi ,this is JP

    kjplreddy 85311 (4/30/2010)


    were can i run thread on sql server?

    wat is the use of threads?

    1- You don't - SQL Server does.

    2- Divide app logic into multiple, concurrent execution paths.

  • RE: Oracle OEM Grid for SQL Server Monitoring

    mohan.pariveda (4/30/2010)


    Currently I am working on Oracle OEM grid for SQL Server Monitoring.

    As per the client requirement, he want all the alerts & Databases( SQL & ORACLe) need to monitored...

  • RE: Oracle RAC - SQL Server equivalent??

    GregoryF (4/30/2010)


    The closest thing in SQL would be geo-clustering which offers multi-datacentre redendancy in a combined HA/DR solution. But it certainly does not offer load balancing. And geo-clustering...

Viewing 15 posts - 1,996 through 2,010 (of 3,061 total)