Forum Replies Created

Viewing 15 posts - 8,401 through 8,415 (of 18,926 total)

  • RE: Are the posted questions getting worse?

    Ditto for the search... arhem "function". (I actually had to use the IE search function to even find it on the site, but that's another story).

    For all who care,...

  • RE: Are the posted questions getting worse?

    RBarryYoung (2/21/2009)


    GilaMonster (2/21/2009)


    After yet another case of someone just posting a query and asking why it was slow (If I could tell, I'd have some really, really happy clients), I'm...

  • RE: Are the posted questions getting worse?

    GilaMonster (2/21/2009)


    After yet another case of someone just posting a query and asking why it was slow (If I could tell, I'd have some really, really happy clients), I'm contemplating...

  • RE: comma seperated parameter

    Credit is due and all good, but that still does not answer the question....

    SELECT m.customerid, m.customername

    FROM dbo.customer_master m

    inner join dbo.customer_language cl on m.customerid = cl.customerid

    inner join dbo.language_master...

  • RE: MSDB : integrity check errors

    I meant repair. I was reffering to losing data in the backupsets table. If you start with a fresh set of backups once the server is back online,...

  • RE: MSDB : integrity check errors

    GilaMonster (2/20/2009)


    JMF (2/20/2009)


    I've changed the language of my login, and ran the dbcc command on the MSDB.

    That's a lot easier.

    Ok, this is not a good situation. You have corruption...

  • RE: MSDB : integrity check errors

    JMF (2/20/2009)


    Hi Gail and Ninja !

    thank's a lot for wotrking on my problem ...

    I've changed the language of my login, and ran the dbss command on the MSDB. Here is...

  • RE: MSDB : integrity check errors

    La page (1:1407) n'a pas de référence dans la page précédente (1:1406). Possibilité d'un problème de liaison de chaîne.

    The page(1:1407) doesn't have any refference to the previous page (1:1406). ...

  • RE: MSDB : integrity check errors

    Salut, je suis bilingue et je vais faire le pont entre Gail et toi. Je voudrais bien te guider mais c'est Gail l'experte dans ce domaine.

    Gail : He's getting...

  • RE: Are the posted questions getting worse?

    Jack Corbett (2/18/2009)


    Lynn Pettis (2/18/2009)


    Jack Corbett (2/18/2009)


    My pet peeve of the day. OP's who do not read through the solutions provided and keep posting.

    Any OP in particular?

    Actually I have...

  • RE: Are the posted questions getting worse?

    Jack Corbett (2/18/2009)


    My pet peeve of the day. OP's who do not read through the solutions provided and keep posting.

    Any thread in particular?

  • RE: SQL 2008 Restore Never Completes

    Lol, I'm glad you got it working.

  • RE: SQL 2008 Restore Never Completes

    Did you restore with the norecovery option?

    If you did, just do this :

    restore dbname with recovery

    That is the full lenght of my knowledge on the subject... hoping it works...

  • RE: Developer asked a cursor question

    That's just basic ETL task... which is all done in sets.

    The server can handle that unless the logic is extremely complexe (where it could take months to duplicate).

    But since it's...

  • RE: Reporting Services freezes when I change or an a stored procedure to a report

    That goes without saying... the problem is in VS.

    Did you try shutting down VS before updating the definition in VS?

    That seems to work for me once in a while. ...

Viewing 15 posts - 8,401 through 8,415 (of 18,926 total)