Forum Replies Created

Viewing 15 posts - 91 through 105 (of 333 total)

  • RE: Privacy and Data

    As data professionals, 100% agree. And not just because someone might ask. It is part of our responsibility to secure data and know how it is secured. Also part of...

  • RE: 32-bit legacy ODBC drivers vs 64-bit OS for SQL Server 2012

    Yes, the /passive command-line-install workaround did solve the problem. That's what I referred to as "fun".

  • RE: 32-bit legacy ODBC drivers vs 64-bit OS for SQL Server 2012

    I recently encountered the exact same problem. I needed to connect to a remote 32-bit Oracle database from a new install of 64-bit MSSQL. I didn't have the 64-bit ODBC...

  • RE: Members of windows group

    Likewise, I did not know about this option. I was surprised it works! But good to know. Thanks for the question.

  • RE: witness endpoint

    Each Instance needs to have the service pack applied. I don't remember, if the Service Pack Installation allows you to choose more than one instance during setup. Some components are...

  • RE: witness endpoint

    Small point - you've raised your post in the SQL Server 2008 forum!

    Database Mirroring was brand new in 2005; in fact, it wasn't even ready for the RTM release.

    I assume...

  • RE: witness endpoint

    I think maybe you are confusing yourself with the terminology of "server" to mean the physical hardware, the operating system and the MSSQL Instance.

    Maybe if you ran through your procedure...

  • RE: witness endpoint

    Just in case you are not aware: each Instance will listen on a TCP port (either fixed or dynamic) for standard database connections.

    Separate to this, you need to create...

  • RE: witness endpoint

    Hi,

    I don't think there is any restriction on running the Witness & Mirror on the same server (although it is not a recommended configuration).

    Follow the guidance here:

    "How to: Add a...

  • RE: SAP requires SQL sysadmin to work

    At least Sharepoint doesn't simply demand sysadmin access. It indicates the developers thought about the problem. But as you say, securityadmin is almost the same as sysadmin. So I guess...

  • RE: SAP requires SQL sysadmin to work

    Unfortunately, I've come across many applications which require "sa" access. Sometimes, alternative scripts are provided, which need to be run as a sysadmin, avoiding the requirement for the installer to...

  • RE: Installation of 2008 R2 on windows 2008 R2 error

    Could also be a mis-match of 32-bit vs. 64-bit, OS vs. MSSQL, and the hardware architecture. I received a similar error message once, and the root cause was: I had...

  • RE: Move SQL Server Machine to another Domain

    Assuming the machine-name will change, then make sure you run sp_dropserver/sp_addserver (Step L in the linked article). Definitely a gotcha step.

    I've never migrated an existing database server between domains; I...

  • RE: Access to the remote server is denied because the current security context is not trusted.

    Can you check the SQL Server Agent Proxy settings on both servers A and B?

    http://technet.microsoft.com/en-us/library/ms190926.aspx

    Another thought is to check the Windows local security policy, for "Log on as a batch...

  • RE: Unique XP_Cmdshell issue.

    When you run xp_cmdshell, it runs under the security context of the SQL Server Service Account (not the account you are logged on as). One exception is, if your account...

Viewing 15 posts - 91 through 105 (of 333 total)