Forum Replies Created

Viewing 15 posts - 46 through 60 (of 67 total)

  • RE: TDE and Backups

    This one was easy.. I got it right......:-)

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Master Database

    good question to test the basics 🙂

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Connecting to R2

    Yes, you can connect to SQL Server 2008 R2 instance from SQL Server 2008 SP1 client.

    Make sure you have opened firewall for settings fro SQL Server to be connected from...

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: How well do you know MAX?

    tricky question 🙂

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Memory Issue

    Today nly i was reading the below linked articles. I hope it will help you .

    http://www.mssqltips.com/tip.asp?tip=2454

    http://www.mssqltips.com/tip.asp?tip=1917

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: TOP 1000 rows

    Is it a simple select query or do it contain joins?

    how much data is there in the table from which you are trying to retrive 1000 rows?

    Is "where" or "order...

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: what we have to do when sql server agent was down

    Do you want to get notified when SQL Server agent goes down?

    or

    You want to know the steps/action to perform in order to restart this service?

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Restore question

    There is no way, one data file will be shared by multiple databases.

    You can alternately run 'sp_helpdb dbname' to check the current logical and physical file name/[ath of the...

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Not able to connect to SQL 2008

    Can you please share the error message?

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: sql job to backup and restore db automatically

    To restore a database successfully, there should not be any other connection to that DB.

    Now to answer your questions:-

    Any options for the sql scripts that can force to restore and...

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Remember password is not remember on ever time

    may be some one have revoked your access. please check with your administrator to check if your id still have access or not. 🙂

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: DB Recovery

    Since no backup is taken after changing the recovery model / after inserting records.. so no way you can recovery any data in this DB....

    I believe something is missing in...

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Database Snapshots

    I also beileve, beetr take a fresh snaphot

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Sql keeps sending Event Id 18264 to the windows log

    If I am correct, your issue is as why this test database got backed up. Since you haven't cretaed any backup job/updated MP for this database.

    To answer, just check all...

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Alert or Alarm e-mail when cluster fails over

    skhan-680833 (3/16/2010)


    Is there any way to set up and alert using DBmail when the cluster fails over?

    Or any other option to send an alert when the cluster fails over.

    Thanks

    SDKhan

    Hi, you...

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

Viewing 15 posts - 46 through 60 (of 67 total)