Forum Replies Created

Viewing 15 posts - 16 through 30 (of 51 total)

  • RE: sql memory paging detection?

    My understanding is that SQL doesn't use page files

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864

  • RE: AlwaysOn help

    Is the failover target SYNCHRONIZED

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864

  • RE: WSFC Event ID - 1069 Cluster IP Group not online

    Try reading this

    http://windowsitpro.com/windows-server/six-common-problems-failover-clusters

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864

  • RE: WSFC Event ID - 1069 Cluster IP Group not online

    Can you confirm that you have only 1 cluster ip address

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864

  • RE: SQL Server Always on and FCI licensing question

    If you have SA licence mobility then you are only required to licence cores on the active server.

    So if you have 8 cares in your active and 8 cores in...

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864

  • RE: Report Server (MSSQLSERVER) cannot load the Windows extension.

    This may help

    http://www.sqlservercentral.com/Forums/Topic694674-146-1.aspx

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864

  • RE: Permissions on Backup Folder changed at OS level, causing scheduled backups to fail

    the "System" account should have permissions everywhere accross your infrastructure. If not any service that is using a local service account will fail. Your backups are most likely to fail...

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864

  • RE: ** Urgent !!! ** Connection Timeout Expired !

    farax_x (11/18/2015)


    mark.williams 37494 (11/18/2015)


    So you are on the SQL server itself and you are trying to connect to 127.0.0.1 ?

    Yes. It connects when I'm connecting with "." or server name...

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864

  • RE: windows user not login to SQL?

    You need to look at the state part of the error message

    2, 5 = Invalid userid

    6 = Attempt to use a Windows login name with SQL Authentication

    7 = Login disabled...

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864

  • RE: Duplicate reference to the same sql server instance, not an alias?

    itguy2015 (11/18/2015)


    MadAdmin (11/18/2015)


    Can you list the SQL services you have as well as whether they are running or not.

    Here is a screen shot of the services. Note that where I...

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864

  • RE: Db Mail not seemingly working

    See if this returns anything, changing recipient

    USE msdb ;

    GO

    -- Show the subject, the time that the mail item row was last

    -- modified, and the log information.

    -- Join sysmail_faileditems to sysmail_event_log...

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864

  • RE: Duplicate reference to the same sql server instance, not an alias?

    In the port config for the instance in config manager do you happen to have a default port 1433 and a dynamic port assigned?

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864

  • RE: Db Mail not seemingly working

    anthony.green (11/18/2015)


    Check any firewalls (software / hardware) for any outbound rules from your SQL server to your SMTP server for port 25 access (assuming you are using port 25)

    Telnet from...

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864

  • RE: 150 GB Backup (compressed) taking over 1 day

    Brandie Tarvin (11/18/2015)


    jbrandenburg (11/17/2015)


    How is this configuration option completed? What is the impact of doing so?

    Which configuration option are you talking about?

    Have you gotten with the server admin to...

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864

  • RE: ** Urgent !!! ** Connection Timeout Expired !

    So you are on the SQL server itself and you are trying to connect to 127.0.0.1 ?

    _________________________________________________________________

    "The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864

Viewing 15 posts - 16 through 30 (of 51 total)