Forum Replies Created

Viewing 15 posts - 16 through 30 (of 388 total)

  • RE: Refusal to perform a log backup

    I am glad that worked. I have no idea changing from read_only to other mode and taking backup full backup would fix this, unless backup chain was broken. That error...

  • RE: Copy SSMS Maintenance Plans from SQL Server 2005

    Did you try exporting SSIS packages by connecting to Integration Services on SSMS to file? and do import on the destination server from the file.

  • RE: Refusal to perform a log backup

    " BACKUP LOG cannot be performed because there is no current database backup".

    This means you don't have base backup file to support tran log backup, You need full back up...

  • RE: Shrink Database

    If you use DBCC shrinkfile option, You should be able to shrink the file size below initial size if there is unused space available in the file. Can you please...

  • RE: Shrink Database

    Ok, then what is the Initial size and unused space on this file?

  • RE: Detach and Attach database move filegroup

    JDixon-385826 (3/17/2010)


    running the below alter DB restricted user will make sure all transactions have been completed before the detach. Running something like the below will make sure you have as...

  • RE: Shrink Database

    Why do want to shrinkdatabase? They are not big, even if you shrink it will expand if it is required.

    what is the minimum size of the database?

  • RE: sql 2000 --> sql 2008

    CirquedeSQLeil (3/15/2010)


    GTR (3/15/2010)


    Because, if application users are try to make connection to database servers through application while performing upgrade for databases servers users receive error they cannot connect, and ton...

  • RE: sql 2000 --> sql 2008

    GilaMonster (3/15/2010)


    GTR (3/15/2010)


    GilaMonster (3/15/2010)


    GTR (3/15/2010)


    GilaMonster (3/15/2010)


    So every single SQL Server instance in existence has an application server running IIS?

    Not necessarily, most of them do.

    Really? Do you have any reference or...

  • RE: sql 2000 --> sql 2008

    CirquedeSQLeil (3/15/2010)


    GTR (3/15/2010)


    Have Server guys Disable IIS on Application Servers

    ...

    Enable IIS on on application servers.

    I would recommend something different than disabling IIS. We typically display a maintenance page and...

  • RE: sql 2000 --> sql 2008

    Alvin Ramard (3/15/2010)


    GTR (3/15/2010)


    GilaMonster (3/15/2010)


    GTR (3/15/2010)


    GilaMonster (3/15/2010)


    So every single SQL Server instance in existence has an application server running IIS?

    Not necessarily, most of them do.

    Really? Do you have any reference...

  • RE: sql 2000 --> sql 2008

    GilaMonster (3/15/2010)


    GTR (3/15/2010)


    GilaMonster (3/15/2010)


    So every single SQL Server instance in existence has an application server running IIS?

    Not necessarily, most of them do.

    Really? Do you have any reference or proof to...

  • RE: moving SQL SERVER 2000 DATABSES from one server to another that are running

    What is the size of the databases?

  • RE: sql 2000 --> sql 2008

    GilaMonster (3/15/2010)


    So every single SQL Server instance in existence has an application server running IIS?

    Not necessarily, most of them do.

Viewing 15 posts - 16 through 30 (of 388 total)