Forum Replies Created

Viewing 15 posts - 931 through 945 (of 6,105 total)

  • RE: How do I change the "grantor" for a user?

    Grantor is simply who granted the permissions to the grantee. You can change this by revoking the permissions and regranting it.

    Do the SIDs match up for intake on the...

  • RE: Cannot setup database mirroring on NT 4.0 network

    If all else fails, interact with your admins to modify the hosts file on each system. It's located at:

    %systemroot%\system32\drivers\etc

    You can put in entries for each server participating, for instance, all...

  • RE: Removing Individual logins

    SQL Server Management Studio will do the scripting but it's geared towards objects. There's also Scriptio, but it too is more geared towards objects:

    Scriptio home on CodePlex

    Then there are the...

  • RE: data encrypt and decrypt

    This is not a question that can easily be answered on the forums. But in general:

    - You are most likely going to have to increase size. That's probably not avoidable....

  • RE: Developers using Profiler

    We permit traces in development, but not in QA. Our developers have no more rights in QA than they do in production. This prevents QA from becoming a second development...

  • RE: Min/Max Server Memory

    This is why I shouldn't reply to posts on 2 hours sleep. Gail's right. Not bytes and GB but MB and TB.

  • RE: Min/Max Server Memory

    bodhilove (8/14/2008)


    why is the max set so high as a default (2147483647 MB)? If I am getting paging problem would that be because this is too high?

    It's actually the server...

  • RE: Cannot setup database mirroring on NT 4.0 network

    Wilfred van Dijk (8/14/2008)


    I assume your clients are Win95 🙂 😀 😛 😉

    OK, enough. NT 4 was a product of the 90's. Stop searching for an answer, upgrade your...

  • RE: Permission Issue

    Is the disk full? Also, is the error occuring on the application server or the SQL Server?

  • RE: Cannot setup database mirroring on NT 4.0 network

    Your DHCP should be providing a domain suffix if it's setup right. This is standard and was standard back in the 90s. I know you indicated you're still on an...

  • RE: About Trigger

    Shame-less self promotion since trigger behavior has changed only slightly between 2000 and 2005:

    Triggers in SQL Server 7.0 and 2000 - The Common Ground[/url]

    Triggers in SQL Server 7.0 and 2000...

  • RE: Repeated event Login failed for user 'sa'.

    That is correct. If the web server is on the same server as SQL Server then the only protocol that needs to be enabled is Shared Memory. If you have...

  • RE: Removing Individual logins

    Re-instituting the logins portion (getting access to the SQL Server itself) is fairly straight-forward:

    How to transfer the logins and the passwords between instances of SQL Server 2005[/url]

    However, permissions within the...

  • RE: BUILTIN\Administrators Group Question

    SK (8/13/2008)


    That is good information about the DAC- however, because the builtin admins group was revoked SA, they wouldn't be granted connect permissions. Can you provide a reference for...

  • RE: The Top Ten Reasons to Attend the PASS Summit 2008

    Larry Johnson (8/13/2008)


    Where's the ROI?

    I can think of a lot better ways to spend $5000 than on a week of partying and networking in Seattle -- oh, and drinking great...

Viewing 15 posts - 931 through 945 (of 6,105 total)