Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: Finding where a column name has been used

    Thank You Guys for the examples

  • RE: Finding where a column name has been used

    I need to look at tables, stored procedures (declarations) and views

    There no need to look at dynamic SQL because it is not being used....

    Thanks

  • RE: Identity column problem

    What I forgot to tel is that on the other server, the identity increments as it should....

    And stiil if it is an identity it should count up, not stay...

  • RE: Identity column problem

    Hello,

    the table is no longer in in replication. so I'm wondering

    1 - why is it always the same number

    2 - Were is the value coming from, the starting...

  • RE: Big Problem with this trigger

    Ok gave it a try. Think it should look like this....

    Wat do you think.. Thanks

    INSERT INTO INFO_EXPORT_MOVEMENT(

                         ItemCode,

                         Quantity,

                         MovementType,

                         LocationFrom,

                         LocationTo,

                         RefEbly,

                         RefSupplier)

    SELECT

                   ITEM_CODE,

                   UNITS * SUB_UNITS,...

  • RE: Big Problem with this trigger

    Hello adict,

    Part of your example I understand, about the case statement for the'new value', But how do I get the 'Delete' or Previous value into the picture?

    I have no idea....

  • RE: Need help on stock export

    Jezus Paul,

    Right from the first time. And it's so simple.

    Many thanks Paul

     

  • RE: backups off distributed database

    Hello Andy,

    No we are running SQL 2000 SP2 with the hotfix.

    quote:


    SQL7?

    Andy

    http://qa.sqlservercentral.com/columnists/awarren/


  • RE: Auto failover on SQL 2000

    I'm happy to say that NLB does the trick. The problem was a utility from campaq 'teaming software' which does a balance load on the two nicks. We thought we...

  • RE: creating tables using SP

    THANKS for the info

Viewing 10 posts - 1 through 10 (of 10 total)