Forum Replies Created

Viewing 15 posts - 4,021 through 4,035 (of 7,164 total)

  • RE: Read Test file Data from a Query window

    Check the DisallowAdhocAccess property of the provider (under Linked Servers in Object Explorer).

    I'll close by just saying it might be easier in the long run if you moved your efforts...

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

  • RE: Replacing DB name reference in objects (views, SPs, UDFs)

    johnnycash (5/16/2012)


    So my question is, is there a script, tool, or else that can scan the objects, find and replace the name reference? I don't have the time nor...

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

  • RE: Replacing DB name reference in objects (views, SPs, UDFs)

    I think all that was pointed out with respect to syscomments is that it will not contain the entire proc definition in a single row if the proc definition contains...

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

  • RE: Row number from flat-file

    When you drop a Script Component onto a Data Flow design surface you are asked what type of Script Component to implement. You would want to choose Transformation. This Script...

    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/16/2012)


    Is there anyway that you could capture the output of sp_help <table_name> to some table. You know what I mean ?

    What are you trying to do?

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

  • RE: Issue: Index creation is not running in parallel

    ChrisM@Work (5/16/2012)


    Stewart "Arturius" Campbell (5/16/2012)


    ChrisM@Work (5/16/2012)


    The number specified in the max degree of parallelism server configuration option.

    This is overridden using the MAXDOP as part of the index creation command and...

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

  • RE: upgrade sql

    Same as when upgrading from 2005 to 2008R2:

    Upgrading SQL Server 2005 Log Shipping to SQL Server 2008

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

  • RE: Is Replication better than SSIS for realtime datatransfer

    Please do not cross-post, it just fragments replies and wastes people's time. Direct all replies here:

    http://www.sqlservercentral.com/Forums/Topic1300592-1281-1.aspx

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

  • RE: Vbscript SQL and fOREFRONT TMG Help !!

    Sure, it could be done using PowerShell. Here is a link to get you started:

    Executing SQL the Right Way in PowerShell[/url]

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

  • RE: Where is the failure constraint?

    Sorry for the late post that looks like a dupe. I had a window sitting in Reply-mode and got distracted. Happy you got it sorted.

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

  • RE: Where is the failure constraint?

    WebTechie38 (5/16/2012)


    Hello,

    I am trying convert a stored procedure into an SSIS package. I thought SSIS would do a better job. Honestly, I'm starting to hate SSIS.

    I have a...

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

  • RE: Why OPENROWSET returns error

    Might I suggest another option?

    CREATE TABLE #Temp

    (

    ResultColumn1FromProcedure INT,

    ResultColumn2FromProcedure INT

    -- etc.

    );

    INSERT INTO #Temp

    (

    ...

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

  • RE: Script The Objects in the Database

    I prefer to use PowerShell + SMO to do work like this. SMO is what SSMS uses when you right-click an object and choose to script it. The SMO object...

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

  • RE: Max memory setting

    That looks correct. You could change the middle call to only show you the max memory setting so it's easier to see what it was before the change...and then maybe...

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

  • RE: Vbscript SQL and fOREFRONT TMG Help !!

    That looks like VBScript. You posted in a PowerShell Forum. You may have better luck looking online for a VBScript Forum, I do not know of one here on SSC.

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

Viewing 15 posts - 4,021 through 4,035 (of 7,164 total)