Forum Replies Created

Viewing 15 posts - 421 through 435 (of 514 total)

  • RE: It''''s Urgent and Important

    VERY STRONG SUGGESTION!

    Set compatibility mode to 80 in 2005 and find a way to make it work.  Your options for going back are few and all are painful. 

  • RE: Querying sys.* tables from other databases

    Same concept, but after reading again, this is closer to what I think you want.

    USE

    [master]

    GO

    SET

    ANSI_NULLS ON

    GO

  • RE: Querying sys.* tables from other databases

    I am going to assume that you are passing the DB name or are changing it.  Because of many issues and usually the need for dynamic sql.  This is the...

  • RE: Incremental Update on Very Large Table

    If you do the updates, I would have to assume that there would NOT be any reorganizing of the indexes except for new locations.  Which is why I think that...

  • RE: subquery???

    FYI, pivot (not near SQL Server, to can't test syntax)

    However because you are grouping some together as 1 like 705 north and south it won't work as you did it,

    but...

  • RE: HOw do I get a user count?

    Whats wrong with you that you didn't understand what I was thinking  

    Create a new user.  Grant the appropriate privs to that user...

  • RE: Am I Old-Fashioned?

    All the good points have been made, so simply "Ditto".

    And if all else fails, we have "CLR" BUT ONLY AS A LAST RESORT!

    So... Not Old Fashioned, Right!

  • RE: DBCC Checkdb returns severe error

    Your not backing up transaction logs.  Not sure why, but you apparently don't need them. Just change the DB to "Simple" recovery.  As for the error, you are...

  • RE: TEMPDB with SQL2K5

    Actually the number I use is 1 file per CPU, all the same size (fixed) and there is also a trace value that is supposed to be set (if you...

  • RE: System stored procedures

    Talk about being between a rock and a hard place.   I would love to say.  If you want us to buy, fix this. ...

  • RE: HOw do I get a user count?

    Another option is to create a procedure that returns the data you need.  Set the procedure to run as whatever rights it needs (such as server state) then grant execute...

  • RE: Documenting EVERYTHING

    Quick and easy.  Visio does a pretty good job.  All of the Designer tools Erwin etc do it.

  • RE: subquery???

    You have no field in between the WHERE and the IN. 

    where in (

    There is also a problem with your subselect you an only...

  • RE: Weirdest interview question?

    Perhaps that explains the loan crisis

  • RE: Weirdest interview question?

    I had one of those too   Although it was a psych test.  Thinks like.  "If you had to kill one, but only one,...

Viewing 15 posts - 421 through 435 (of 514 total)