Forum Replies Created

Viewing 15 posts - 376 through 390 (of 3,061 total)

  • RE: Primary key

    jitendra.padhiyar (4/4/2012)


    So it is not possible to add primary key on any populated table? or i need to another coulumn which will not allow null vaules ?

    A Primary Key is...

  • RE: SQL server agent was stopped with "Agent XPs disabled". But restarted automaticaly after some time.

    Joy Smith San (4/6/2012)


    I restarted one of our SQL Server Service.

    After restarting the service, SQL server agent was stopped with "Agent XPs disabled" next to it and I was...

  • RE: SSIS vs Open Source ETL

    _nzrdb6 (4/3/2012)


    Hi guys,

    I'm an average Joe DBA looking after 50 instances across London, Paris and New York. In London and NY SSIS is used for ETL but in Paris the...

  • RE: load data and foreign keys

    Z1024 (4/1/2012)


    PaulB-TheOneAndOnly (3/31/2012)


    Z1024 (3/31/2012)


    As you can see, this is a very common problem on at least SQL Server, Oracle and MySQL and the usually recommended solution worked fine.

    mmmhh... not really,...

  • RE: Backup & Restore Oracle DB!

    dba_stephanie-b (4/1/2012)BTW, do not let anyone convince you that an export using exp/imp (which are now deprecated) or data pump, constitutes a backup. It does not 😉

    It is merely...

  • RE: load data and foreign keys

    Z1024 (3/31/2012)


    As you can see, this is a very common problem on at least SQL Server, Oracle and MySQL and the usually recommended solution worked fine.

    mmmhh... not really, are you...

  • RE: Staging Tables do not contain a DateTime Stamp or Source System, etc.

    Welsh Corgi (3/31/2012)IMHO it would be better to purge the records loaded via the incremental load as opposed to having a script doing a compare.

    Agreed.

    It is usual for jobs...

  • RE: transfere data between branches

    I do not think this is as straigh forward as posted.

    If - as it appears to be - branches are running structural identical databases on their own then not all...

  • RE: Staging Tables do not contain a DateTime Stamp or Source System, etc.

    Welsh Corgi (3/30/2012)


    Any ideas would be greatly appreciated.

    It all depends on the design and how the architect decided to track changes - I have seen cases where the DWH does...

  • RE: Data in tthe same order in which it is inserted

    opc.three (3/30/2012)


    The only way to ensure the data is not scrambled when inserting into a table is to reduce the "bacth commit size" to 1. Whether bcp, SSIS or BULK...

  • RE: FK referencing PK in *same* table

    aitchkcandoo (3/30/2012)


    Quick Please 🙂

    Please tell me what key phrases will lead me to more information about why some tables contain FKs that reference PK in the same table. Is...

  • RE: Stored Procedure Error

    Contact your SQL Server DBA and ask him/her if your credentials are good to execute such storedproc.

  • RE: Stored Procedure Error

    davidshephard (3/30/2012)


    Hi all,trying to run a Stored Procedure on a 2008 SQL data from a desktop machine via Microsoft Access and get this error message:

    Could not find ddo.member-update (Stored Procedure)...

  • RE: table with DateTime?

    Charmer (3/30/2012)


    PaulB-TheOneAndOnly (3/30/2012)


    Yes. Try dynamic sql.

    Gimme an example Please...

    Nothing beats vendor's documentation 🙂 check here: http://support.microsoft.com/kb/175850

  • RE: Cascading

    pallavi.unde (3/30/2012)


    can we apply update cascade on all field of table.. so that if i update any value from parent it will be updated in child table also ???????

    No.

Viewing 15 posts - 376 through 390 (of 3,061 total)