Forum Replies Created

Viewing 15 posts - 7,441 through 7,455 (of 9,253 total)

  • RE: Log file grows very big after running a job

    HoustonFirefox (11/1/2010)


    I admire and learn a great deal from my collegues here and respect everyones point of view.

    Ha ha, pull your tongue out of his backside will you :Whistling:

    Making...

  • RE: Is it time to shrink my log file?

    WayneS (11/2/2010)


    We're having an outage this weekend when we're upgrading to SQL 2008... I plan on using this time to do this.

    Good luck with the upgrade Wayne, be interesting to...

  • RE: Log shipping question

    From BOL

    To enable log shipping

    ➡ Initialize the secondary database by restoring a full backup of the primary database on the secondary server.

    ➡ On the primary server, execute sp_add_log_shipping_primary_database to add...

  • RE: Huge SQL 2000 Database need to shrink it :(

    chris.s.powell (11/2/2010)


    As for the rebuild index, it will be recorded in the log file, with a proper backup plan in place, that space will be freed after it is completed.

    I'm...

  • RE: Huge SQL 2000 Database need to shrink it :(

    chris.s.powell (11/2/2010)


    please make sure you rebuild your indexes and statistics when this is completed!!!!

    Problem is, this just causes the database to grow again!! All that I\O to shrink is now...

  • RE: Is it time to shrink my log file?

    Kimberley Tripp


    Wait for an inactive time of day (ideally, it would be best to put the database into single user mode first)

    It's important to note that Kimberley merely advises that...

  • RE: Huge SQL 2000 Database need to shrink it :(

    sais

    please post the results of the following query executed against your database

    select[FileSizeMB] = convert(numeric(10,2)

    , round(a.size/128.,2))

    , [UsedSpaceMB] = convert(numeric(10,2)

    , round(fileproperty( a.name,'SpaceUsed')/128.,2))

    , [UnusedSpaceMB] = convert(numeric(10,2)

    , round((a.size-fileproperty( a.name,'SpaceUsed'))/128.,2))

    , [DBFileName] = a.name

    from sysfiles a

  • RE: Backups (full, diff, tran) work to destination IP address on 6 out of 7 instances.

    danfugett (11/1/2010)


    We have a new network share to backup sql files to. We are using the destination format \\10.1.20.50\sqlbackups\Production\foldername. We can get all the backup scripts to backup to this...

  • RE: Incorrect user stored for reporting services

    does the report use an embedded data source or separate SSRS stored data source? How is this data source configured?

  • RE: Log shipping question

    SqlN00bie (11/1/2010)


    I have created a script to do the log backup for multiple databases instead of using the log-shipping wizzard. This is just so i have less number of...

  • RE: SSRS install process

    Parthi

    see the attachment below for my instructions on how to configure an SSRS 2008 instance

    😎

  • RE: sql account with connect sql can shutdown sql server

    have you checked the local administrators group on the server?

  • RE: SSRS install process

    Adiga (11/1/2010)


    Here is the official documentation on how to Install SSRS.

    That link covers SQL Server 2005 not 2008!

  • RE: SQL Server 2008 Setup Hangs

    romil

    which edition of SQL server 2008 are you installing?

  • RE: SSRS install process

    which part exactly are you stuck on? I have some configuration instructions if required. SSRS does not actually use IIS any longer although it does still use the kernel mode...

Viewing 15 posts - 7,441 through 7,455 (of 9,253 total)