Forum Replies Created

Viewing 15 posts - 1,651 through 1,665 (of 3,060 total)

  • RE: Delete the data in small batches

    Lynn Pettis (8/5/2010)


    I guess I'll post my answer in both.

    :w00t: I knew it! ... I was pretty sure I've seen this very same post in other place. In...

    _____________________________________
    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: SSRS - Too many columns for one row of report

    nano2nd (8/6/2010)


    I'm starting to look at SSRS. Building a report from query that returns about 30 columns which are just too many for one row on the report. I need...

    _____________________________________
    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: Restore to new column lenght

    Gingkoo (8/6/2010)


    If you declare a variable @varchar(1000) it will allocate more memory to the query than varchar(100).

    Do you have hard support for this statement?

    As far as I remember variable lenght...

    _____________________________________
    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: Application Roles + Table SELECT permissions for Public.

    HairyBob (8/6/2010)


    I am using MSDE and Management Studio Express 2005. My front-end is an Access ADP.

    I have successfully set up an Application role for a database using Management Studio...

    _____________________________________
    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: Restore to new column lenght

    smitty-1088185 (8/6/2010)


    I have a database that was setup by the vendor with very large column lenghts, like 254 and the largest record is only 9 characters long. I have created...

    _____________________________________
    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: Hi i am a sql dba.In my organizastion i am only the who will take care sql servers.2 servers are going to production within 2 days.

    Minaz Amin (8/6/2010)


    You know what upsets me about this issue? Lots of companies would not have any second thoughts about doing this with SQL Server but wouldn't dare do...

    _____________________________________
    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: Delete multiple rows

    Billy - a cool nerd (8/5/2010)


    You mean throwing out all the answers and everything?

    Yes.

    I assume the data comes from some place, all rows related to this "survey" are easily identifiable...

    _____________________________________
    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: Delete multiple rows

    Have you considered just deleting the whole "survey" and load it back?

    _____________________________________
    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: Modeling occasional entity grouping

    robert.levy (8/5/2010)


    Hi DB folks,

    I'm looking for advice about modeling the following setup as I'm terrified that I'm about to head into a design which would have better DBAs than me...

    _____________________________________
    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: Search Optimisation - NULL vs Empty String

    You are correct, most rdbms ignore null values when indexing.

    Having said that, there is a huge conceptual difference in between an empty string and a null value. An empty string...

    _____________________________________
    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: Questions about Replication Architecture

    gosh (8/4/2010)


    My gut feeling is that SQL Server 2008 can manage 2 DBs better than it can 2 instances but I haven't tested it.

    Too much going on in a single...

    _____________________________________
    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: Migrate data from sql server to oracle problem

    sukrandere 74618 (8/5/2010)


    PaulB-TheOneAndOnly (8/4/2010)


    sukrandere 74618 (8/4/2010)


    In this situation I want that the data is inserted to sql server but not inserted to oracle. Sql server side musn't

    effected from like 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: Migrate data from sql server to oracle problem

    sukrandere 74618 (8/4/2010)


    In this situation I want that the data is inserted to sql server but not inserted to oracle. Sql server side musn't

    effected from like this errors.

    Shall we undestand...

    _____________________________________
    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: Inserting Data Into Table Variable from Extended Stored Procedure

    AndrewSQLDBA (8/4/2010)


    I have an extended stored procedure, I can fire it off and it does return data, but not from a table. I am not able to open it to...

    _____________________________________
    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: Migrate data from sql server to oracle problem

    Did you enclose the whole operation as a "distributed transaction"? ... like:

    begin distributed tran

    do-whatever-you-have-to-do

    commit work

    _____________________________________
    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,651 through 1,665 (of 3,060 total)