Forum Replies Created

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

  • RE: In 3 seconds around 15 transacions comes.

    1. Those 15 transactions will not be performed. SQL server will refuse any connection during that time.

    2. I think they will be disconnected.

    Ryan
    //All our dreams can come true, if we have the courage to pursue them//

  • RE: Indexes

    Nice question

    Ryan
    //All our dreams can come true, if we have the courage to pursue them//

  • RE: SQL server 2008 R2 enterprise Vs Evaluation edition

    The policy will check if the autoshrink is off for all the databases. The scrpits and conditions are attached.

    ---condition

    Declare @condition_id int

    EXEC msdb.dbo.sp_syspolicy_add_condition @name=N'Condition_name', @description=N'', @facet=N'Database', @expression=N'<Operator>

    <TypeClass>Bool</TypeClass>

    <OpType>EQ</OpType>

    ...

    Ryan
    //All our dreams can come true, if we have the courage to pursue them//

  • RE: SQL server 2008 R2 enterprise Vs Evaluation edition

    They are not exactly same. I found one disparity between them. After creating a policy in policy based management, I set the evaluation mode as 'on demand'. While enabling the...

    Ryan
    //All our dreams can come true, if we have the courage to pursue them//

  • RE: End of life SQL

    Thanks

    Ryan
    //All our dreams can come true, if we have the courage to pursue them//

  • RE: Log shipping issue

    Hi MarkusB, thank you very much.

    Ryan
    //All our dreams can come true, if we have the courage to pursue them//

  • RE: SA password not getting changed

    Whats the error message you are getting?

    Ryan
    //All our dreams can come true, if we have the courage to pursue them//

  • RE: SQL Server DBA Career

    Can someone give some idea on this? I am also interested to get some information on this.

    Ryan
    //All our dreams can come true, if we have the courage to pursue them//

  • RE: Initial size of files

    Initial size will not be changed. If the database contains the data less than the intial size, the size will be the initial size. As the database grows beyound the...

    Ryan
    //All our dreams can come true, if we have the courage to pursue them//

  • RE: Job failure Notification

    As Brandie said manual work is required to automate.

    Create new step and add this to the job you want mail alert for failure. Add the below script to the new...

    Ryan
    //All our dreams can come true, if we have the courage to pursue them//

  • RE: Interesting

    Hi,

    Have you checked (sp_helpdb tempdb) from SSMS 2008 after adding the files? If it shows there it must be seen from SSMS 2005 from the server itself.

    Ryan
    //All our dreams can come true, if we have the courage to pursue them//

  • RE: How can my job run successfully

    Have you checked if you can open the shared folder using \\servername\shared_folder from your server?

    Ryan
    //All our dreams can come true, if we have the courage to pursue them//

  • RE: Peculiar problem

    Is your SQL server browser running?

    Ryan
    //All our dreams can come true, if we have the courage to pursue them//

  • RE: Will table compression also cause transaction log to be smaller?

    What is the recovery model of the database where you inserts the rows? You can change to bulk logged before inserting and change it once completed.

    Ryan
    //All our dreams can come true, if we have the courage to pursue them//

  • RE: how to Create Execl File From msdb.dbo.sp_send_dbmail and mail it

    I ran the same and it worked for me.

    Ryan
    //All our dreams can come true, if we have the courage to pursue them//

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