Forum Replies Created

Viewing 15 posts - 6,871 through 6,885 (of 7,164 total)

  • RE: New Forum Suggestion: 2008 Integration Services

    I like that idea. It would definitely reduce the number of forums and make sure people are in the right place. That's how things are organized on the mothership's forums...

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

  • RE: Delete 1000 records randomly

    Jason Selburg (3/18/2011)


    Modify my previous script to use a temp table instead of a table variable, and it will work.

    I think I've found a Question of the day to submit....

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

  • RE: Delete 1000 records randomly

    Something like this should get the job done quickly and dirtily as long as you have a decent enough sample size to hand to TABLESAMPLE. Be aware however that TABLESAMPLE...

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

  • RE: XML source with MaxOccurs=Unbounded subelements

    I think I am close...but not quite there...could you adapt your initial schema doc to your example XML please so the names and elements match up? I think Child and...

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

  • RE: Are server and Instance the same ?

    No. They are different. A server can host one default instance and/or many named instances. A default instance has no instance name and can be accessed without providing a port...

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

  • RE: Deleted SQL Server Agent Job

    Witch-hunt anyone? If you have backups of your msdb database you can restore those starting with your oldest backup in chronological order to a non-critical instance as a database with...

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

  • RE: SSIS not writing to SQL Server tables

    ejdonavan, I am assuming this is a SQL 2008 SSIS Package because I cannot open it in BIDS 2005. It'll need to wait until tonight before I can have a...

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

  • RE: combining XML tags

    I wish I could say definitively...I just know that ADO.NET handles it and OLE DB [may] not. I say [may] because I haven't isolated any cases when you can use...

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

  • RE: Help me with simple task!!

    Seriously!?! Your asking for us to help you with a problem directly from a certification course you're taking?

    If you have a specific question about SQL I would be happy to...

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

  • RE: SSIS not writing to SQL Server tables

    Sounds like its setup correctly but SSIS being mostly visual it's hard to say what the issue might be...can you zip it up and post the package as an attachment?

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

  • RE: SQL Statement for Compatibility Check

    You can check the level of the current DB using this:

    SELECT compatibility_level

    FROM sys.databases

    WHERE database_id = DB_ID()

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

  • RE: add xmlnodes to "for xml auto"-statement

    I would like to help...please post the DDL for your tables and some DML to create some sample data. Have a look at this article if you have doubts about...

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

  • RE: test

    The code does not even compile. It is missing a SELECT in the CATCH block to deliver the error details.

    I think the poster was trying to point out that the...

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

  • RE: Chinese traditional source flat file with double byte data issue in SSIS

    Without seeing your file and all properties of your flat-file connection object it's hard to say, but I'll take a shot at it providing some background info:

    SSIS does not support...

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

  • RE: XML source with MaxOccurs=Unbounded subelements

    I would like to help but am having a tough time picturing what the XML looks like that models what you have on your side since I can't see your...

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

Viewing 15 posts - 6,871 through 6,885 (of 7,164 total)