Forum Replies Created

Viewing 15 posts - 631 through 645 (of 7,164 total)

  • RE: Logging and Error Handling for SQL Stored Procedures

    david.wright-948385 (9/18/2015)


    A CLR is efficient as long as the connection object is cached.

    That would take some additional engineering to avoid creating a bottleneck and also to release unused cached connections...like...

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

  • RE: Logging and Error Handling for SQL Stored Procedures

    david.wright-948385 (9/18/2015)


    allarmi (1/21/2014)


    hello, thank you for your work.

    i'm still looking for a transaction independent way of logging the activity going in an arbitrary number of procedures regardless of their nesting...

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

  • RE: Sql server logins

    Only if you had something previously setup on the server during that time, e.g. a Trace or Extended Events session.

    If you were capturing Successful Logins in the SQL Server Error...

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

  • RE: Dynamic SQL

    Lynn Pettis (8/13/2015)


    What exactly are you trying to accomplish with this code? What are the expected results?

    this is what I am working off:

    basically I'm trying to get actual row...

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

  • RE: Dynamic SQL

    My code does not mention those values so chances are you have them in your data being returned by your view. make sure your view is using QUOTENAME where appropriate,...

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

  • RE: Dynamic SQL

    Ok. What error?

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

  • RE: Report Manager Vs Share Point

    Jayanth_Kurup (8/13/2015)


    I should have been more clear about my points , sorry . My point revolve around the self service aspects of MSBI.

    Its more difficult to implement singlesignon in...

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

  • RE: How to register for SQL server database notifications

    Service Broker is a queuing system so won't be calling out as you might be thinking of it. You can attach to the queue an "activation stored procedure" that the...

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

  • RE: Transition from SQL server 2000 to SQL server 2014

    Cross-post from MSDN Forums:

    https://social.msdn.microsoft.com/Forums/en-US/b563d2a0-5046-4015-857c-8d3af0f97e05/transition-from-sql-server-2000-to-sql-server-2014?forum=sqlreplication

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

  • RE: How to register for SQL server database notifications

    Not sure about how you might do this using SMO as you described but creating a server event notification requires a Service Broker queue to be setup first and is...

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

  • RE: Dynamic SQL

    SQL is not an interpreted language so will not work the way you are thinking right now.

    Here is a quick demo using your view that does work although the resultsets...

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

  • RE: Report Manager Vs Share Point

    Jayanth_Kurup (8/12/2015)


    Native can be embeded in Webpages using Report viewer control

    You can use the Report Viewer control in a stand-alone C# app and source report-content from a SSRS instance running...

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

  • RE: Integrating MongoDB into SQL Server 2012 Enterprise

    In an SSIS 2012 Data Flow Task, you could use a Script Component (setup as a Source) to get a JSON string from Mongo DB and deserialize it into .NET...

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

  • RE: Multiple file processing at same time

    if you need to process each remote file once and only once then a workflow like this would make sense to me:

    1. create a table in one of your databases...

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

  • RE: Multiple file processing at same time

    yuvipoy (8/6/2015)


    Hi,

    There are about 100 files are placed in FTP

    all the files are needs to be processed at the same time

    Parallel processing..

    each file is about max 200 MB...

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

Viewing 15 posts - 631 through 645 (of 7,164 total)