Forum Replies Created

Viewing 15 posts - 1,891 through 1,905 (of 3,060 total)

  • RE: How to get another systemsIp by querying

    Time ago I found this piece of code...

    ---------------------------------------------------------

    -- HOW TO - Get SS IP ADDRESS

    -- Credit to Eli Leiba

    ---------------------------------------------------------

    -- You will need this procedure...

    create Procedure sp_get_ip_address (@ip varchar(40) out)

    as

    begin

    Declare @ipLine...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: ALTER_DATABASE, TRIGGERS, ROLLBACK, RENAMING and you....

    Duplicate post

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: ALTER_DATABASE, TRIGGERS, ROLLBACK, RENAMING and you....

    John Waclawski (6/3/2010)


    PRINT '*************************************************************'

    PRINT 'If you need to Add/Delete/Modify a database on this server,'

    ...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Oracle 32 bit client on 64 SQL Server 2008

    I'm not an expert but I understand you can run 32 bit client in a 64 bit O/S IF you enable 64 bit mode via Enable32bitAppOnWin64

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Best solution to implement reporting out of a database

    ankitwaitshere (4/29/2010)


    Here is the situation:

    There is a transaction intensive database - used for both routine transactions and reports.

    I was wondering if I could isolate these two operations and 2 independent...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Optimization question

    This is a SSIS generated query.

    Query creation may be tricky some times.

    In this particular case I'm guessing that the developer...

    1- Left space for a WHERE condition on the outer query,...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: stored procedure best practices - am I on target here?

    Good! I"ll keep my fingers crossed 😀

    If possible I would go with a three tier development model: Dev, Test, Prod.

    Let developers play in Dev but only DBA has the...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: stored procedure best practices - am I on target here?

    Let me start by saying I totally agree with you - it will be nice to transform your free-range environment into a pro environment.

    Having said that, let me ask the...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Banking database design / Help Required

    msforumpost (5/31/2010)So what is happening is over a period of time, the number of records in the table has increased whether the user choses to delete or update and the...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Help Understanding Data Warehouse - Help

    Grant Fritchey (5/30/2010)


    ... he's just repeating what the MS documentation says about the long term storage facility within SCOM. It calls it the datawarehouse.

    You are right - Thank you for...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Mirroring

    Barry G Freeman (5/27/2010)


    As with all inherited systems, I'm finding it really difficult to find out things, and it's all too easy to blame the contractors who originally set this...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Primary Key in Partition Table

    lrodriguessp (5/28/2010)


    Can I create PK integer (nonclustered) and the partition function datetime?

    Partition Function:

    CREATE PARTITION FUNCTION pf_Date (datetime) AS

    RANGE right FOR VALUES (2007-01-01', '2008-01-01', '2009-01-01' );

    GO

    Partition Scheme:

    CREATE PARTITION SCHEME...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Problem to populate a table with data from other tables

    varkstad (5/28/2010)

    kurs.utbetalning.grundlon = kurs.lonekat.manadslon

    kurs.utbetalning.bonus = kurs.produkt.provision * kurs.lonekat.provisionsandel

    kurs.utbetalning totallon = kursutbetalning grundlon + kurs.utbetalning.bonus

    :pinch: Problem here is either lack of business specifications or faulty database design.

    I cannot see how...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Primary Key in Partition Table

    lrodriguessp (5/28/2010)


    CREATE TABLE Sales (

    SalesID int not null

    SalesDate datetime not null

    CONSTRAINT PK_SalesID PRIMARY KEY CLUSTERED (CPFCNPJ)

    )

    on ps_Date(SalesDate)

    CLUSTERED?...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Database Design & Vertical Partitioning

    abhisek_boy_in (5/28/2010)


    Just 1 more thing i was wondering. If i have them in 1 table, and i want, say, 10 columns from that table at a time, 12 another column...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Viewing 15 posts - 1,891 through 1,905 (of 3,060 total)