Forum Replies Created

Viewing 15 posts - 3,976 through 3,990 (of 7,164 total)

  • RE: Rollingback truncation in SSIS

    MisLead (5/23/2012)


    I have an execute task that truncates the table when the package runs. Downstream I have dataflow tasks that fetches fresh data and populates that data using stored procs....

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

  • RE: Converting DBCC REINDEX into ALTER INDEX

    Can you please post the query that "creates a table of tables that meet certain requirements" ?

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

  • RE: SSIS package Dynamic scheduling

    You can access Oracle using an Execute SQL Task and you can access a web service using a Web Service Task. What is your definition of "Dataservice"?

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

  • RE: Does Word 2010 have an OLE DB Connecition for SQL Server 2005?

    I am not sure if such a thing exists where all data access and rendering occurs in Word. The closest thing I could come up with that may be workable...

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

  • RE: Application Login Best Practices

    sqlbee19 (5/22/2012)


    I just want to eliminate SQL account. Here in my case I cannot create DSN using integrated windows credentials as I have to give access to all users of...

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

  • RE: SSIS package Dynamic scheduling

    You'll need to poll for the data but I would opt to do that work within the same package execution and not allow the package to exit. If the source...

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

  • RE: What is the long term impact of constant reorganising of indexes?

    Rebuilding indexes updates the statistics that pertain to those indexes. If you have any manually created statistics, or 'auto create stats' is enabled (default) in your database then you may...

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

  • RE: Application Login Best Practices

    Jayanth_Kurup (5/22/2012)


    as long as u follow the principle of least privileges using a sql login shouldnt be too much of a problem.

    ideally u want :-

    domain account > login> db user>...

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

  • RE: Application Login Best Practices

    Possibly, a good recommendation depends on a lot of info we do not have. does the app need cross-database access? does the app need access to server-level metadata? are the...

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

  • RE: Application Login Best Practices

    sqlbee19 (5/22/2012)


    Yeah I agree.

    The solution I am looking is for Application level access.

    For example :

    We have appliction X and we have 1000 end users to that application. When ever users...

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

  • RE: Set-based Insert from PoSh to SQL table

    Anything you can do in .NET you can do in PoSH. Lookup Table-valued Parameters, and how to use them to insert sets of data using one in a Stored Procedure....

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

  • RE: Application Login Best Practices

    Microsoft recommends all clients connect to SQL Server using Kerberos authentication where possible.

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

  • RE: Help with sp_help ( HOw do you capture the output to a table )

    weberharter (5/22/2012)


    scripting objects or table contents can all be done using Microsoft management studio. right click the database and choose "tasks, generate scripts". select the objects you want to script....

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

  • RE: PowerShell - Get Permissions

    A solution using PrimaryFilePath will only account for the location of the primary data file for the database specified. If that database has multiple data files and one of those...

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

  • RE: Help with sp_help ( HOw do you capture the output to a table )

    mw112009 (5/22/2012)


    Is this tool free of charge ?

    I am sure you will find all the information you need at the link I provided 😉

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

Viewing 15 posts - 3,976 through 3,990 (of 7,164 total)