Forum Replies Created

Viewing 15 posts - 91 through 105 (of 269 total)

  • RE: DB Growth Issue

    Hi Harcharan,

    DBCC SHRINKDATABASE will shrink the database files, not the tables in the database.  To do that, SQL Server may move your data around.  This is one reason why this...

  • RE: SQL 7 --> 2000 upgrade plan recommendation

    Hi Jeri,

    Are you saying that you want to change the character set and collation for each of the 70 databases, or that you just want to change the default settings...

  • RE: How do you integrate TIVOLI TDP backups with log shipping enabled?

    First of all, you shouldn't have to separately backup and truncate the logs.  Just schedule regular log backups, and allocate sufficient space for your log files.  The log files won't...

  • RE: Question of the Day for 27 Jul 2004

    Hey MCT,

    We feel your pain, and I'm sorry you lost your 100%.     But at least it got you to post! 

  • RE: Question of the Day for 27 Jul 2004

    Jamie,

    Thanks for the kind words.  I think that the topic of portable (ANSI) SQL versus vendor-extended ANSI SQL is a good one.  I guess there are two different articles being...

  • RE: Question of the Day for 27 Jul 2004

    I agree with Antares that we should file a bug report, but ... anybody got one handy?  I'm almost inclined to sit on it, since it's so easy to work...

  • RE: Question of the Day for 27 Jul 2004

    So, I've gotta ask ... are Rayven and Razvan really two different people? 

    -C

  • RE: Question of the Day for 27 Jul 2004

    Hi Beulah,

    What you are saying is theoretically correct (although it does rely on a certain interpretation of the ANSI standard for ORDER BY clauses, according to one prior post in...

  • RE: Question of the Day for 27 Jul 2004

    Troy (again),

    As an add-on to my previous comment, when a client re-sorts data, I view that (wearing my SQL-is-not-fully-relational hat) almost the same as another step in a distributed showplan,...

  • RE: Question of the Day for 27 Jul 2004

    Hi Troy,

    I guess I always carry around in the back of my mind that although I learned all this stuff about relations and relational algebra and relational calculus, etc., in...

  • RE: Question of the Day for 27 Jul 2004

    TroyK wrote:

    Remember, people, that a mathematical set has no ordering. The ordering behavior we see is an attribute of the _presentation_ of the results, not an attribute of the results...

  • RE: Question of the Day for 27 Jul 2004

    DISCLAIMER: PLEASE PARK YOUR PRECONCEPTIONS AT THE DOOR.    I think there is something interesting going on here, but if you come in here...

  • RE: Question of the Day for 09 Jul 2004

    The reason that you can't change databases in the Query Analyzer dropdown when FMTONLY is on is that the dropdown is as follows.  When you click this dropdown, the Query...

  • RE: Question of the Day for 09 Jul 2004

    Don said:

    Thanks to all who have contributed. I have learned something new about human nature, if nothing else. DBA's do not like to be wrong.

  • RE: Question of the Day for 09 Jul 2004

    By the way, I really liked kepr00's post stating that there is something to be gained from these questions because it makes you look a little deeper at the underlying...

Viewing 15 posts - 91 through 105 (of 269 total)