Forum Replies Created

Viewing 15 posts - 316 through 330 (of 412 total)

  • RE: More RBAR and "Tuning" UPDATEs

    This was indeed an excellent article. And I must second the fact that RBAR would catch on a lot faster if it was pronounced 'AR-BAR'.

  • RE: Clustering

    Nita Reddy (3/12/2008)


    My firm wants to install clustering Active/Pasive for one of there application.

    That application does 200 Transaction per day, I mean 200 Update and insert will happen.

    The database...

  • RE: Why Object Qualification is important.

    This was a beautiful article. Thank you for both testing and quantifying what is normally assumed.

  • RE: Using VBScript to Automate Tasks

    Thanks Jeff. None of those are issues in my situations, but they make perfect sense for reasons someone might need to use this.

  • RE: Using VBScript to Automate Tasks

    Haidong Ji, This is an excellent article and I appreciate the information.

    I do have one question though, I have worked with a variety of technologies,...

  • RE: Valid Sql table name

    Thanks Jeff. I was hoping for something that would identify a valid identifier that does not require brackets (or double quotes when quoted identifier is on), but like you...

  • RE: Valid Sql table name

    ksullivan (3/3/2008)


    Do you mean to check if the string can become a table name or to check that a table with name = string exists?

    I am trying to check if...

  • RE: Relationship cascade delete question

    That certainly makes sense. If ensuring that there is always a matching row requires a great deal of work, then triggers are probably the way to go for you.

  • RE: Relationship cascade delete question

    Matt is right that Triggers are the way to get exactly what you are describing, but have you considered restructuring the data so that the relationship always exists?

    That...

  • RE: alter table column

    sukhoi971 (2/27/2008)


    iam having a problem,

    iam managing a database with over 150,000 records

    now iam getting erros becoz of null problem

    i want to set the column default to 0

    then column type is...

  • RE: Query help needed

    Sorry, I dropped off a parenthesis in there. Try:

    declare @StoreKey int

    select @StoreKey = 1

    IF ((exists (select * from SYCFStore s WHERE s.Store_Key = @StoreKey AND s.Store_Inactive_Flag = 'N')...

  • RE: Query help needed

    MrBaseball34 (2/26/2008)


    ok...the SQL above is used as a filter for building the menu for our software

    and if the result of the query is 'Y', the menu is filtered out...

  • RE: Changing a Non-IDENTITY column to IDENTITY and vice versa

    Daniel R. Kusnadi (2/21/2008)


    Hi Thomas,

    isn't just opening 'design table' from SQL management and edit the column to have identity or not, works as well?

    or it might be just me...

  • RE: Thoughts on Andy Warren's Article 'Management'

    Loner, if someone gets promoted, give them a chance at it. I once had someone who worked under one of my subordinates who was just barely competent at his...

  • RE: 5 Tips for Becoming a Better Data Modeler

    Bill Wimsatt (2/19/2008)


    This article is so "motherhood and apple pie" it says nothing. I do not think the work normalize or denormalize is even used. The author also did not...

Viewing 15 posts - 316 through 330 (of 412 total)