Forum Replies Created

Viewing 15 posts - 4,486 through 4,500 (of 7,164 total)

  • RE: Allowing *ALL* users to access a database

    captbob007 (4/13/2012)


    I didn't think opening a database up to all users would be this hard, but I'm getting nowhere fast so I figure I'll post here.

    I have a database that...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Audit (extended stored procedures permission)

    I cannot say I have seen any official guidance on revoking public's access to system procedures.

    I have seen guidance related to public's server-level privileges, specifically the GRANT VIEW ANY...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: T-SQL and Address groups

    I've seen mail servers reject email to distro lists unless it comes from trusted sources to prevent spammers from hitting them. Your mail was queued, but see if it was...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Configuration Tables not passing values to package

    Please post the actual error messages.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Procedure sp_change_users_login error

    chumphrey 12211 (4/13/2012)


    Mea Culpa, my bad for not doing more research! I ran this new code with the "alter user" but nothing was returned. I'm guessing I had...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Scenario: Best way to migrate a 2000 to a new data center

    csoloway (4/13/2012)


    Upgrading to a version later than SQL 2000 is not an option at this point. I simply have to get this thing moved from one data center to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: The component "Fuzzy Lookup cannot run on installed Standard Edition of Integration Services. It requires Enterprise Edition or higher.

    Did you install Developer Edition named instance or just quit after seeing SSIS-state during the installation process?

    If you can play, I would try installing the Dev instance and see what...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Rowcount Task

    SQL Server 2005 SP2a Product Samples

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Scenario: Best way to migrate a 2000 to a new data center

    I would definitely try to get them onto a supportable build before starting. Is upgrading to 2008R2 running in 80 compatibility mode an option? SQL 2012 was the first version...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: When did a job start and how long has it been running

    You can look in sys.dm_exec_sessions for running sessions. For Agent jobs the program_name column will look something like this where the binary string will be the id of your job:

    SQLAgent...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Procedure sp_change_users_login error

    What documentation on the web?

    Here is the official documentation for sp_change_users_login and is states:

    This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Field Sizes in Staging database : all varchar(2000)?

    varchar2 ? Is this an Oracle question? This is a Microsoft SQL Server Forum.

    In general it is proper practice to choose the appropriate data type from the outset. It is...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to create connection manager for a HTML file ?

    Thanks for the email. Interesting file...it appears the data provider is too clever for everyone's own good. The file is actually an Excel htm file (binary format) changed to have...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Attachments to Private Messages

    I just asked them to email it to me directly. If the PM attachments are working normally in general then it was probably just a bad upload like you said....

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Powershell and remote registry

    Just to throw another wrinkle out there, I am on a 32-bit machine and I had no trouble accessing the Instance Names key on a 64-bit Windows server running 64-bit...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 4,486 through 4,500 (of 7,164 total)