Forum Replies Created

Viewing 15 posts - 2,536 through 2,550 (of 7,164 total)

  • RE: calling stored procedures of mysql from sql server

    You may need a Data Conversion Transformation your Data Flow in between your MySQL ADO.NET Source and your SQL Server OLE DB Destination.

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

  • RE: BI License

    timscronin (1/3/2013)


    Proof of concept would be about 100, but if it flies could be 1000, THinking of doing the proof version on BI and see if software vendor if...

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

  • RE: BI License

    $9K/server + $209/user allows for the lesser of 4 sockets or 16 cores & 64GB of RAM for BI Edition. That could be viewed as a bargain when compared to...

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

  • RE: Cluster design comment wanted.

    Please post the table definitions including all indexes and constraints.

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

  • RE: Cluster design comment wanted.

    The clustered indexes you chose for ClientOrder and ClientLine are not ever-increasing so you will incur page splits as clients add orders to existing pages, which is not going to...

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

  • RE: cannot connect to sql server named instance

    Sqlism (1/3/2013)


    Hi Experts,

    I created a named instance, I am a DBA , i can connect to named instance using SERVERNAME\INSTANCE name, but none of the developers are able to connect...

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

  • RE: DBCC_CheckDB Error in Index

    I've seen differing opinions from MVPs about the best way to submit BOL feedback. One said Community notes, one said Connect.

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

  • RE: Today's Random Word!

    SQLRNNR (1/3/2013)


    JAZZ Master (1/3/2013)


    SGT_squeequal (1/2/2013)


    crookj (1/2/2013)


    Daniel Bowlin (1/2/2013)


    In the immortal words of Uniblab

    "Back to work (click), back to work (click). Everybody ( click) work, work, work, work (click), work, work...

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

  • RE: SQL Server SP4

    Referring to the link Anthony provided, at minimum I would recommend applying this security update:

    * 9.00.50572005.90.5057.02494120 MS11-049: Description of the security update for SQL Server 2005 Service Pack 4...

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

  • RE: Using xp_readmail to read mail from outer environment

    Thanks, Lowell. SQLCLR is a powerful tool, to be sure. You know where I stand on the topic already but I am curious now, can the assembly you created be...

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

  • RE: DBCC_CheckDB Error in Index

    You continue to amaze. Thanks for the info, Gail!

    As an aside, I added a Community note to the 2008, 2008 R2 and 2012 Books Online pages. Hopefully that's the correct...

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

  • RE: Excel Connection Manager error in SSIS 2012

    mbvnaveen5 (1/3/2013)


    i changed the option Run64BitRuntime to false but still i am getting "could not retrieve the table information for the connection manager .Failed to connect to the source using...

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

  • RE: Enabling Remote DAC

    Some scenarios where enabling remote DAC might be plausible:

    - you are in a shop where the DBAs do not have Remote Desktop access to the server hosting SQL Server (rare...

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

  • RE: Date Range or last 6 months of data

    Your request could be taken multiple ways, I think. If you have a moment to spare please post a table definition (CREATE TABLE statement), some sample data (INSERT statements), your...

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

  • RE: Count Records in Table and....

    bicky1980 (1/2/2013)


    I am currently attempting to do this in the following manner:

    declare @sql nvarchar(1000),

    @totalrecs int

    set @sql='insert into source select...

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

Viewing 15 posts - 2,536 through 2,550 (of 7,164 total)