Forum Replies Created

Viewing 15 posts - 2,446 through 2,460 (of 7,164 total)

  • RE: Access Excel Hyperlinks from SQL

    Anytime, good luck. If you have a moment to circle back, I would be interested to hear about where you landed, and how you got there. Of course if you...

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

  • RE: call Java web service from SQL server 2005 store procedure and get response from web service in store procedure

    A better option would be to call the web service from your application code and submit the resulting XML to the stored procedure for further use and inspection, i.e. do...

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

  • RE: Access Excel Hyperlinks from SQL

    Philip-1144230 (1/10/2013)


    Disregard the previous question, answer is located here:

    http://social.msdn.microsoft.com/Forums/en/sqlintegrationservices/thread/f863db04-c84e-4283-8e31-565b46f0803d

    Would you consider SSIS to be a better practice?

    I would not put much stock in that post. The suggestion that macros are...

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

  • RE: Access Excel Hyperlinks from SQL

    Sure. I developed the C# code I posted inside an SSIS Script Task. You'll just need to add a reference to Microsoft.Office.Interop.Excel.dll in the Script Task VSTA Project (what opens...

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

  • RE: call Java web service from SQL server 2005 store procedure and get response from web service in store procedure

    To access a Java web service you would have to use SQLCLR but why would you want to do that from inside your database engine? What are you trying to...

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

  • RE: blocking LCK_M_SCH_S, LCK_M_SCH_M

    rocks (1/10/2013)


    so In Snapshot , even i SP runs under transactions to read write, reporting SP's which are select script only will not get affected.

    Correct. Writers do not block...

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

  • RE: Access Excel Hyperlinks from SQL

    Not at all. My response was admittedly a bit Spartan.

    Office objects are designed to be used on a client system, not a server, and they are notorious for having memory...

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

  • RE: Calling SSIS Package in a trigger

    mpradeep23 (1/10/2013)


    CDC works if tables are in different instances of sql sever?

    thank s

    pradeep

    Sure, CDC is an option but if you do not need a record of all historical data changes...

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

  • RE: Access Excel Hyperlinks from SQL

    Philip-1144230 (1/10/2013)


    Hey opc.three,

    Thanks for the reply.

    This sparked anther thought that I would like to run by you and anyone else who might have more insight into CLR Procedures.

    Would it be...

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

  • RE: Copy Between 2 and 3 billion rows from a heap table with no key to a new partioned table.

    Related post. Direct replies here:

    http://www.sqlservercentral.com/Forums/Topic1405106-146-1.aspx

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

  • RE: DMV for capturing all SQL Statements instead of just the last

    What you see with the DMVs is the input buffer, i.e. the last batch. If you did not have a Trace or Extended Events session running then the information is...

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

  • RE: normalization vs de-normalization ?

    Looks like A and B are polar opposites, as are C and D, so if only one choice could be correct then I would also go with E.

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

  • RE: Access Excel Hyperlinks from SQL

    C# is not an option :crying:

    Here is a mockup of some code for a Script Task that reads a Worksheet row-by-row and accesses the Hyperlinks collection for each row. I...

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

  • RE: Script to list columnnames

    How about something like this:

    -- change to Text Results (press Ctrl+T) before running

    -- change this to whichever database your selecting from

    USE [YourSourceDatabase];

    -- change this to the destination database name

    DECLARE @targetDatabase...

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

  • RE: Need to export excel sheet with SPECIAL formats

    Nice offering MM. The technique is one I have seen outlined before but not necessarily applied to SSIS. While no one step is difficult there are quite a few of...

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

Viewing 15 posts - 2,446 through 2,460 (of 7,164 total)