Forum Replies Created

Viewing 15 posts - 31 through 45 (of 184 total)

  • RE: Connecting to named instance through SQLCMD

    Gianluca Sartori, thank you very much. It worked now.

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

  • RE: 70-450. how deep do i need to go

    I have some doubts here on this topics.. Can someone please give some lights on this?

    1. Why Microsoft dont take actions on those actual dumps providers when illegal?

    2. These...

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

  • RE: Powershell scripts fails when run through jobs

    Hi,

    I found the solution. This was due the script was downloaded from the internet and it was blocked. so clicked the button to unblock.

    http://epmframework.codeplex.com/workitem/4483

    Thanks.

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

  • RE: Policy based management

    Hi azdzn

    Thanks a lot. Good link to start with.

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

  • RE: Passive Cluster Service Stopped.

    No, failover wont happen when passive node is rebooted as there is nothing to get failover to other nodes.

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

  • RE: Installing SP3/SP4 fails for SQL server 2005

    Sorry I have put it in wrong place.

    I have put the hotfix log file here

    11/18/2011 04:31:15.969 ================================================================================

    11/18/2011 04:31:15.969 Hotfix package launched

    11/18/2011 04:31:17.485 Registry: Opened registry key "SOFTWARE\Microsoft\Windows\CurrentVersion"

    11/18/2011 04:31:17.485 Registry: Read...

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

  • RE: Last 5 rows

    Did you just copy and paste the query and ran?

    You need to change based on tables available in your database. I ran it and worked fine for me as there...

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

  • RE: Last 5 rows

    Try this..

    select * from book where id not in (select top((select count(*) from book) - 5) id from book )

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

  • RE: Shrinking a database

    Thanks Gail.

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

  • RE: Shrinking a database

    The database size is 1.2TB. And growth rate is around 2GB per day. So around 120 days to fill the space.

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

  • RE: SQL server database mail

    Thanks a lot Ninja's_RGR'us. It is working fine now.

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

  • RE: Triggers

    Good question

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

  • RE: Database Mirroring timeout setting

    Failover is happening within a minute. I am testing by stopping the SQL server services of principal instance.

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

  • RE: Database mail question

    what about multiple rows in testing.dbo.users? mail will be sent sent to the first one. Rest will be missed.

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

  • RE: Shortcut for SQL server configuration manager

    Thanks a lot.

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

Viewing 15 posts - 31 through 45 (of 184 total)