Forum Replies Created

Viewing 15 posts - 4,306 through 4,320 (of 7,168 total)

  • RE: function/code ??

    Still no answers on desired Collation of returned VARCHAR types...no answer to answer potential substitution issues if no E/ASCII code point is found...no answer on how exactly to strip apart...

  • RE: If proc1 calls procB, can proc1 complete without waiting for procB?

    +1 for Service Broker (SB)...the use-case described might be the most common of all. And no, no concerns about reliability, Microsoft uses SB within the SQL Server Database Mail subsystem,...

  • RE: function/code ??

    MisLead (4/26/2012)


    opc.three (4/26/2012)


    I think MisLead (ironic name given the conversation, no? :-D) wants to store the data as NVARCHAR, but wants to provide an interface for this legacy app to...

  • RE: Dynamic Excelsheet Importing Multiple tables

    I think you will need to do all of this in a Script Task using the Excel Object Model to inspect each Excel Workbook to iterate over the Worksheet collection,...

  • RE: rename file task inside for each loop container

    Here is a video on how to do the same...sometimes with SSIS it helps to see someone develop it realtime:

    Looping Through and Loading Files with SSIS

  • RE: msdb database growth

    If it is not causing you trouble in terms of disk space, then there is no harm in leaving it as is. Backups will only write the actual data, so...

  • RE: Update-Insert Trigger how to fire after all rows are updated

    Peter Lavelle-397610 (4/25/2012)


    Hi pandionk1977,

    What you have is a recursive trigger.

    After an Insert or Update to table Blanco_B2 you are running another 3 Updates to table Blanco_B2 which will each fire...

  • RE: Security - Access

    durai nagarajan (4/26/2012)


    can i add individual accounts in sql and block there access will this work.

    Tthe query you have given is not giving the administatrors name but still they have...

  • RE: function/code ??

    I think MisLead (ironic name given the conversation, no? :-D) wants to store the data as NVARCHAR, but wants to provide an interface for this legacy app to get that...

  • RE: SQL Server Locking Up

    Also, can you please provide the version, edition and bitness of your OS and SQL Server instance?

    And the results of this query:

    -- memory overview

    SELECT CAST(physical_memory_in_bytes / (1024.0 * 1024.0...

  • RE: WAN failover

    I have not tried any third-party solutions for SQL Server HA. I'll just throw this out there, if you're thinking of buying into a third-party product the as part of...

  • RE: How to dynamically select a db based on data in another db's column

    That design is pure evil! Dynamic SQL has it limits in terms of how much you should do before the codebase becomes unmaintainable...and I fear you would be pressing to...

  • RE: Security - Access

    durai nagarajan (4/25/2012)


    Hello,

    I have to revoke all sql server access (DB,SSIS,Agent , SSAS(About to start the service)) for the built in administrator /domain admin.

    There is no way to completely prevent...

  • RE: Unable to create a plan guide for a SELECT statement inside a stored procedure

    Very cool. I have considered plan guides to help with issues brought in by third-party apps, but have never had to implement one as a different path to resolve the...

  • RE: function/code ??

    Lynn Pettis (4/25/2012)


    I am still waiting to here the reason for all this work? What is the case for doing it? What other alternatives are there that would...

Viewing 15 posts - 4,306 through 4,320 (of 7,168 total)