Forum Replies Created

Viewing 15 posts - 61 through 75 (of 85 total)

  • RE: Log and Data File growing out of control

    If you only want to shrink the log file then you need to use the DBCC SHRINKFILE command.  YOu use the logical file name not the phyiscal file name.  You...

  • RE: Log and Data File growing out of control

    Yes, TempDB is recreated each time SQL Server is restarted.  However, if some one has increased the file size (for either the data or log file) from the default then...

  • RE: Log and Data File growing out of control

    The only way to really control the size of the log and data files is to turn off auto grow.  If the files have grown too large already but there...

  • RE: Log and Data File growing out of control

    First I hope you mean that the size is 13GB and not 13MB.  Second, these files ARE your database and regardless of whether you have actual data in them or...

  • RE: Reporting Services - typical Microsoft

    Your car analogy is way off base.  A more appropriate analogy would be if after you bought your car the dealership rolled out all the parts and said all you...

  • RE: Reporting Services - typical Microsoft

    MS gives things away for a very specific reason.  To crush competition.  They can do this because they have monopolies in two very important software categories.  Using a monopoly that...

  • RE: Reporting Services - typical Microsoft

    All good posts but the bottom line is Microsoft produced an incomplete product that requires the purchase of another tool in order to use it.  If product was supposed to be...

  • RE: Question of the Day for 23 Jan 2004

    While zero is "practical" the command in Answer A will generate an error.  It is not valid to specify a fill factor of zero in a CREATE INDEX statement.  It's...

  • RE: Question of the Day for 23 Jan 2004

    That seems to explain the main inconsistency.  However, it should still not state that specifying no fillfactor will default to a fillfactor of 0.


    Yes, the BOL is unclear (if not...

  • RE: Question of the Day for 23 Jan 2004

    If you would read the posts in this forum first your question would have already been answered.

  • RE: Question of the Day for 23 Jan 2004

    OK, after a little more looking here's the correct explanation:

    It (zero) is different from 100 in that SQL Server leaves some space within the upper level of the index tree....

  • RE: Question of the Day for 23 Jan 2004

    When I read the answers to the question I thought both A and D would provide the same result.  So, I went ot the BOL to see if it said...

  • RE: Restore to MARKed Transaction

    quote:


    Hi there

    Lets see, multiple database servers all working simultaneously on the same database files, now thats my idea of scaling out. ...

  • RE: Making Passwords expire

    For web servers you can set the web service process user to a domain account (much like the you set the SQL Server service user account). Of course you'd...

  • RE: Restore to MARKed Transaction

    Well, I don't have any issues. I don't have a system implementing federated databases I was just thinking about this as I read the article. However, I am...

Viewing 15 posts - 61 through 75 (of 85 total)