Forum Replies Created

Viewing 15 posts - 601 through 615 (of 1,536 total)

  • RE: SQL Server 2008 Installation

    I find it odd there is no bootstrap log. There is nothing in the event logs either?

    As for 2.5, there's a chance that an install of that will help resolve...

  • RE: SQL Server 2005 Upgrade Advisor in a cluster environment

    Try putting in an alias...I believe that it only looks for items on the default ports

  • RE: SQL Server 2008 Installation

    There should be a bootstrap log for every attempt at performing an installation.

    You have attempted a reinstallation of .NET 3.5 SP1?

    Do you also have .NET 2.5 installed?

  • RE: SQL Server 2008 Installation

    You are looking at the same bootstrap, there should be a newer one than this.

    C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20081215_162055\SystemConfigurationCheck_Report.htm

    Look for the newest folder under C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\ (bear...

  • RE: SQL Server 2008 Installation

    What does the most current bootstrap log look like? Or system check file

  • RE: SQL Server 2008 Installation

    ritesh.saluja (12/22/2008)


    Rule Name: VSShellInstalledRule

    Description : Checks for previous releases of Microsoft Visual Studio 2008

    Result : Failed

    Corrective action : A previous release of Microsoft Visual Studio 2008 is...

  • RE: SQL Server 2008 Installation

    What's in the SQL bootstrap log?

    C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20081215_162055\SystemConfigurationCheck_Report.htm

  • RE: Query Execution time take nearly 30 min

    Look at waitstats on the query.

    If you are querying 700K records from a local client against a server you could be running into serious network slowness while it tries to...

  • RE: SQL Server 2008 Installation

    Try uninstalling the 3.5 SP1 framework and reinstalling it.

  • RE: Linked Server not using indexes

    If you use a linked server to query data it seems that it pulls all of the data back locally to the calling machine and then filters from there, as...

  • RE: SQL Server 2008 Installation

    I believe that this is an installation bug.

    On the SQL 2008 installation media there is a version of .NET 3.5 SP1, however this doesn't work if you don't have .NET...

  • RE: MCITP SQL 2008 DBA

    You know, that might not be a bad idea at all. I've used it for a resource and have found it vastly superior to previous versions.

    There are areas in which...

  • RE: way to resolve virtual memory problem

    How much memory on the server? As a rule you would set the max memory 1 - 2GB less than the total memory on the machine.

    Don't put any switches in...

  • RE: Server Reboot

    If you have SQL installed and have had it running then they exist. Try looking for your SQL installation folder and drill through there you are looking for a file...

  • RE: Server Reboot

    Is there anything in the SQL logs? or within that directory on the server some dump files?

Viewing 15 posts - 601 through 615 (of 1,536 total)