Forum Replies Created

Viewing 15 posts - 316 through 330 (of 405 total)

  • RE: Database in sspect mode

    As panders suggested run CheckDB. According to the result you might be able to repair the database using checkdb with a repair option.

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

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

  • RE: Copy backup files from one server to another

    Pls Ignore my message. I did not notice the path you used.

    What Chandra said is correct. The problem is with the share name. After that you sort out the rights...

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

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

  • RE: Copy backup files from one server to another

    You are probably having rights problem.

    What is your service start up account? It should preferably be domain account and should have write access to the path.

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

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

  • RE: AWE SQL 2005 Standard Clustering

    for configured

    use master

    select * from sysperfinfo where counter_name like '%target server memory%'

    currently used

    use master

    select * from sysperfinfo where counter_name like '%total server memory%'

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

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

  • RE: Cant shrink or reduce database size

    Dean,

    See whether this applies to you

    http://support.microsoft.com/kb/324432

    There is a script in the article to see whether the shrink fails because of BLOBs in your DB

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

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

  • RE: Store an exec(@query) in variable

    Can you please give a little more info on what you are trying to achieve?

    @store='Exec ('+@sql+')'

    The above is not what you are looking for. Is it?

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

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

  • RE: Cant shrink or reduce database size

    Have some doubts here. You have cleared 80 GB of data.

    What is your physical file size now?

    BOL: DBCC SHRINKFILE does not shrink a file past the size needed to store...

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

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

  • RE: Script to find latest backups for all databases

    Thank you for the suggestion Rene, I will incorporate that in the script.

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

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

  • RE: Problem with Maintenance Plan

    Do you have ssms on any other client? It looks like problem with service pack only. If you have tools installed on your server, try accessing from the server itself

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

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

  • RE: permission prob

    Probably not both

    Give datawriter role

    This is an article from this site.

    http://www.sqlservercentral.com/articles/Security/sqlserversecurityfixeddatabaseroles/1231/

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

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

  • RE: Triggers - Database to Database

    You could have used inserted.column_name syntax as Lowell suggested. That would make cleaner readable code.

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

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

  • RE: not able to connect to sql server

    Please give more info on your setup.

    Check firewall settings in server.

    Use configuration manager to check protocols are configured.

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

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

  • RE: Restore Problem

    Are you doing striped backup?, if yes, please give all the files in restore

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

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

  • RE: Irregular Size of Differential Backup File

    Venu,

    As Gail Shaw said, you should include full backup in your backup plan.

    In case of disaster you need to restore latest full backup (with no recovery option), then restore...

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

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

  • RE: Irregular Size of Differential Backup File

    Venu,

    If you don't take full backup for a long time, then the size of full backup will increase and become as big as full backup itself.

    Since differential backup will only...

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

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

Viewing 15 posts - 316 through 330 (of 405 total)