Forum Replies Created

Viewing 10 posts - 1 through 11 (of 11 total)

  • RE: Insert records from XML into tables

    If you're sql server is 2005 you can use openxml() function to the data from your xml and insert it to your table. You could also use xquery to query...

    Albert B. Matubis
    Database Administrator: Trend Micro PH
    MCP. MCAD. MCDBA. MCT
    MCTS: SQL Server 2005
    MCTS: Business Intelligence
    MCITP: Database Administrator
    MCITP: Business Intelligence Applications Developer

  • RE: Does a certification exist for SSRS?

    Hi as far as SSRS is concern, I think you may take the MCTS: Business Intelligence Track and upgrade to MCITP: Business Intelligence Applications Developer. It includes SSRS, SSIS and...

    Albert B. Matubis
    Database Administrator: Trend Micro PH
    MCP. MCAD. MCDBA. MCT
    MCTS: SQL Server 2005
    MCTS: Business Intelligence
    MCITP: Database Administrator
    MCITP: Business Intelligence Applications Developer

  • RE: Any one can send me answers for these

    If the user complaint you that application is running very slow. As

    a DBA where do you start your work ???how do you find where exactly

    the problem is???

    As for me I...

    Albert B. Matubis
    Database Administrator: Trend Micro PH
    MCP. MCAD. MCDBA. MCT
    MCTS: SQL Server 2005
    MCTS: Business Intelligence
    MCITP: Database Administrator
    MCITP: Business Intelligence Applications Developer

  • RE: Database mirroring failover with witness

    Can u send me a snapshot of your database mirror setup and any error msg if any... I'll try what I can do to help... Thanks

    here is my email:

    matubisalbert@gmail.com

    Albert B. Matubis
    Database Administrator: Trend Micro PH
    MCP. MCAD. MCDBA. MCT
    MCTS: SQL Server 2005
    MCTS: Business Intelligence
    MCITP: Database Administrator
    MCITP: Business Intelligence Applications Developer

  • RE: XML Fields within a View

    Try creating an xml index on the fields containing xml data type. You can create Primary XML index and add secondary XML indexes

    Albert B. Matubis
    Database Administrator: Trend Micro PH
    MCP. MCAD. MCDBA. MCT
    MCTS: SQL Server 2005
    MCTS: Business Intelligence
    MCITP: Database Administrator
    MCITP: Business Intelligence Applications Developer

  • RE: mirror

    If you have configured your database mirror as High Availability (with witness). It will automatically failover to the mirror

    Albert B. Matubis
    Database Administrator: Trend Micro PH
    MCP. MCAD. MCDBA. MCT
    MCTS: SQL Server 2005
    MCTS: Business Intelligence
    MCITP: Database Administrator
    MCITP: Business Intelligence Applications Developer

  • RE: Not seeing user tables in linked server's databases

    I think this has to do with the schema. SQL Server 2005 uses schema instead of ownership.

    The fully qualified names is somewhat like this

    FOR SQL 2000

    ...

    Albert B. Matubis
    Database Administrator: Trend Micro PH
    MCP. MCAD. MCDBA. MCT
    MCTS: SQL Server 2005
    MCTS: Business Intelligence
    MCITP: Database Administrator
    MCITP: Business Intelligence Applications Developer

  • RE: Database mirroring failover with witness

    Database Mirroring in SQL Server 2005 works this way.

    The Primary, witness and Secondary forms a quorom of three after a successful setup. A fail over will occur if Witness and...

    Albert B. Matubis
    Database Administrator: Trend Micro PH
    MCP. MCAD. MCDBA. MCT
    MCTS: SQL Server 2005
    MCTS: Business Intelligence
    MCITP: Database Administrator
    MCITP: Business Intelligence Applications Developer

  • RE: How to check last fired triggered ?

    I agree with Markus... You need to modify your trigger to include a statement that every time a trigger is executed, you need to insert that name of the trigger,...

    Albert B. Matubis
    Database Administrator: Trend Micro PH
    MCP. MCAD. MCDBA. MCT
    MCTS: SQL Server 2005
    MCTS: Business Intelligence
    MCITP: Database Administrator
    MCITP: Business Intelligence Applications Developer

  • RE: How to check last fired triggered ?

    try querying sys.trigger_event for sql 2005 or sys.server_trigger_events

    Albert B. Matubis
    Database Administrator: Trend Micro PH
    MCP. MCAD. MCDBA. MCT
    MCTS: SQL Server 2005
    MCTS: Business Intelligence
    MCITP: Database Administrator
    MCITP: Business Intelligence Applications Developer

Viewing 10 posts - 1 through 11 (of 11 total)