Forum Replies Created

Viewing 15 posts - 3,016 through 3,030 (of 3,232 total)

  • RE: Fillfactor Follies

    Ah, I thought you wanted more free space, but you really want to pack your indexes in, leaving only a small space.  Zero is the default fill factor.  Use sp_configure...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Fillfactor Follies

    SQL Server uses Fill Factor only while creating indexes.  Fill Factor is not maintained after the index has been created.  Therefore, the only way to change the fill factor is...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Windows authentication problem

    http://support.microsoft.com/kb/269541/en-us

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Database access Issue

    Are both machines in the same domain?  You may want to attempt to use the same SQL Server account that your ADO object is using and try to connect via...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Database access Issue

    How are you attempting to connect to SQL Server?  ODBC?  Are you using Windows Authentication or SQL Server authentication?  Is your PC running Windows XP SP2?  If so, turn off...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: How to design table+columns relationship in fact table ?

    In that case, your suggestion of creating tables similar to the system tables will work.  I can not think of a better way.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: ActiveX...Help Please

    While I do not have specific experience with ActiveX and Excel, I would think that you need Excel installed on your server if you expect ActiveX to be able to...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: help on memory config??

    Judging from the article in your post, you cannot take advantage of the 3GB switch if you are only running Windows Server 2000 standard edition.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: help on memory config??

    It should be....http://support.microsoft.com/kb/833722/en-us

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Need Jobs History

    If you've re-installed SQL Server, I would restore your master and msdb databases also.  All of your job and backup history is stored in the msdb.  Restoring your master and...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: help on memory config??

    AWE and /PAE allow you to take advantage of memory above 4GB.  By default, SQL Server will consume 2GB of the base 4 and leave the other 2GB for the...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Error installing SQL 2000

    Can you give me some background on what happened to this server that you need to re-install SQL Server?  I would recommend first un-installing SQL Server and doing a fresh...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: How to design table+columns relationship in fact table ?

    You mentioned that the reason why you cannot use SQL Server's constraints to enforce referencial integrity because you need to import legacy data.  How often is this legacy data being...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Reinstalling of SP4

    I am kind of confused here.  So you've already applied SP4 to your instance and you had to restore you data files for a user database?  When you apply a...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Auto start job?

    On the schedule tab of the job, you can select 'Start Automatically when SQL Agent starts'.  This will run the job each time SQL Agent starts.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

Viewing 15 posts - 3,016 through 3,030 (of 3,232 total)