Forum Replies Created

Viewing 15 posts - 12,391 through 12,405 (of 26,486 total)

  • RE: DBCC CHECKDB - What To DO About Excessive Changes In Duration

    Was this change in processing time across the board or specific to certain databases?

  • RE: What does mean by two dotes.. ?

    This msdb..backupset is equvilent to this msdb.dbo.backupset.

  • RE: Multiple Part Descriptions

    CELKO (4/26/2012)


    Please post DDL, so that people do not have to guess what the keys, constraints, Declarative Referential Integrity, data types, etc. in your schema are. If you know how,...

  • RE: SSMS getting confused

    I may be wrong, but it looks like when you are scripting from your local system that it may be defaulting to generating scripts that are targeted for SQL Server...

  • RE: Are the posted questions getting worse?

    capn.hector (4/26/2012)


    Lynn Pettis (4/26/2012)


    GilaMonster (4/26/2012)


    Lynn Pettis (4/26/2012)


    GilaMonster (4/26/2012)


    capn.hector (4/26/2012)


    Lynn Pettis (4/26/2012)


    ROFLMAO!

    Definition of Clueless.

    But do not fear, he will solve his problem.

    at least on most of his other posts i could...

  • RE: comparison operator for number values?

    GSquared (4/26/2012)


    polkadot (4/26/2012)


    Ok I understand what you are saying and why my query isn't working.

    I need to isolate what isn't found in the result set. What comparison...

  • RE: comparison operator for number values?

    polkadot (4/26/2012)


    Ok I understand what you are saying and why my query isn't working.

    I need to isolate what isn't found in the result set. What comparison operator...

  • RE: comparison operator for number values?

    More information, still not sure what it is you are trying to do. A concrete example of what you would expect would help.

  • RE: need help to customise my T-SQL

    idyana (4/26/2012)


    Really looking for help

    Please realize that we are volunteers and help when we can. While you are waiting, please feel free to continue working on your problem.

  • RE: comparison operator for number values?

    polkadot (4/26/2012)


    Two part problem:

    (1) For validation purposes need to compare returned int values of result set with a list of int values typed into where filter.

    select system_id, name

    from Validate

    where system_id...

  • RE: Are the posted questions getting worse?

    GilaMonster (4/26/2012)


    Lynn Pettis (4/26/2012)


    GilaMonster (4/26/2012)


    capn.hector (4/26/2012)


    Lynn Pettis (4/26/2012)


    ROFLMAO!

    Definition of Clueless.

    But do not fear, he will solve his problem.

    at least on most of his other posts i could some what understand...

  • RE: boolean value

    GilaMonster (4/26/2012)


    Well that bears no resemblance to the code I gave you but still.

    Yes, you can do it there.

    if (consolidate = 1)

    set @Portfolio = '+' + @Portfolio

    You really,...

  • RE: boolean value

    NO -> if consolidate =1 then @Portfolio = +@Portfolio

    YES -> IF @consolidate = 1 THEN SET @Portfolios = '+' + @Portfolios

  • RE: Are the posted questions getting worse?

    Oh, so sad. He is claiming another victim.

  • RE: Are the posted questions getting worse?

    GilaMonster (4/26/2012)


    capn.hector (4/26/2012)


    Lynn Pettis (4/26/2012)


    ROFLMAO!

    Definition of Clueless.

    But do not fear, he will solve his problem.

    at least on most of his other posts i could some what understand what the problem...

Viewing 15 posts - 12,391 through 12,405 (of 26,486 total)