Forum Replies Created

Viewing 15 posts - 3,196 through 3,210 (of 7,164 total)

  • RE: Multiple parameters for a query

    Evil Kraig F (9/7/2012)


    apache626 (9/7/2012)


    I receive a flat file which I am importing with SSIS. The problem is the file does not contain a needed field(ssn). I have...

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

  • RE: Not View Any DB Other than The One He Has Access

    Lynn Pettis (9/7/2012)


    Or maybe someone will write a client version of SSMS that meets this same need. Should be doable by some one who has excellent knowledge of SMO...

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

  • RE: Not View Any DB Other than The One He Has Access

    Just found this:

    Connect > Management Studio should only show the databases that the login has access to by Mohamed

    Another one closed as Won't fix :rolleyes:

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

  • RE: Not View Any DB Other than The One He Has Access

    RBarryYoung (9/7/2012)


    opc.three (9/7/2012)


    na1774 (9/7/2012)


    So accoriding to the above logic. I have to Deny View Any DB first. THen make the login owner of the DB. Then it will be not...

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

  • RE: Multiple parameters for a query

    I think you'll want to use the SSIS Lookup Transformation. There are many ways yo configure it to suit your scenario. Most considerations surround the number of records in the...

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

  • RE: Not View Any DB Other than The One He Has Access

    na1774 (9/7/2012)


    So accoriding to the above logic. I have to Deny View Any DB first. THen make the login owner of the DB. Then it will be not be able...

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

  • RE: Logshipping is not working.

    Ignacio A. Salom Rangel (9/7/2012)


    opc.three (9/7/2012)


    Ignacio A. Salom Rangel (9/7/2012)


    opc.three (9/7/2012)


    Taking a differential backup from the primary and restoring it to the secondary will re-establish your log chain, just remember...

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

  • RE: Logshipping is not working.

    Ignacio A. Salom Rangel (9/7/2012)


    opc.three (9/7/2012)


    Taking a differential backup from the primary and restoring it to the secondary will re-establish your log chain, just remember to supply the proper option...

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

  • RE: Dropping a Table within a Stored Procedure - errors

    You're running into behavior set forth by something in SQL Server called 'deferred name resolution.' When your proc is first compiled your final table does not yet exist so SQL...

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

  • RE: Logshipping is not working.

    Taking a differential backup from the primary and restoring it to the secondary will re-establish your log chain, just remember to supply the proper option on the restore (STANDBY or...

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

  • RE: Does a tool like "SQL Agent Compare" exist?

    I have a PowerShell script that does exactly what you're proposing. It's not much more than what you have. I have it explicitly write the IF EXISTS...DROP statement because as...

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

  • RE: Not View Any DB Other than The One He Has Access

    You can DENY VIEW ANY DATABASE (REVOKE is not enough) and make the user the database owner (different than being in the db_owner Role) of the database:

    USE [master]

    GO

    DENY VIEW ANY...

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

  • RE: SQL Agent memory issue

    Well something must differ between the servers. I am thinking code now. Are they running the exact same set of jobs?

    Relevant link?

    http://blogs.us.sogeti.com/sqlserver/monitor-sql-agent-memory-consumption/%5B/url%5D

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

  • RE: New assignment on database testing

    Experience in DB testing does not necessarily imply developer-level skills. Quantifying what your team's skillset will help you make decisions. Since this is an established team it might be good...

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

  • RE: SP_Oacreate and SP_OAMethod Invocation limit

    I just learned about MAX_ODSOLE_OBJECTS. I traced your code and it looks like you're destroying all your created objects, i.e. no leaks, but it is quite odd that you;re dying...

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

Viewing 15 posts - 3,196 through 3,210 (of 7,164 total)