Forum Replies Created

Viewing 15 posts - 871 through 885 (of 1,253 total)

  • RE: Maintaining Identity even after deleting rows in a table

    Hi

    Without wanting to sound rude..

    What do you mean this "To maintain consistency with other tables I am maintaining Identity column as first column in staging table too "

    "Keep Trying"

  • RE: TSQL Locking and Updating

    Hi

    Cud u give more details ...

    2 ways come to my mind ... may not be correct since we dont have the details from you.

    1 - Keep a flag whihc tells...

    "Keep Trying"

  • RE: Deadlock - SQL Server 2000

    Hi

    You can also use the activity monitor under management in SSMS. Here you can add filters including "blocking "filters to see the processes that are causing the blocking in your...

    "Keep Trying"

  • RE: SQL Job Failure

    Hi

    Whenever you job encounters a error it will quit. You can set what to do when the job fails , be default its quit the job when a failure occures....

    "Keep Trying"

  • RE: Recovering database

    Sugesh do u mean taking a copy of production database and restoring it as a Test db. Is'nt he asking about recovering the test db ?

    "Keep Trying"

  • RE: Log Shipping - Simple Question

    Yes. Chances of getting a hardware or even software failure is high. Why did u choose log shipping ?

    "Keep Trying"

  • RE: Restore part of the data

    Hi

    Jeff , Gail -

    Does this mean creating each table in a diff file group . This way user will have option to restore only the table that user requires...

    "Keep Trying"

  • RE: Invalid Data returned in View

    Hi

    do you mean to say incorrect columns or incorrect rows.

    Select * will return all columns , maybe you dont require all of these.

    If its returning incorrect data then probably you...

    "Keep Trying"

  • RE: Fixed Database Role - Public

    You do have the public role inside the database as database role.

    "Keep Trying"

  • RE: Blast Off

    Hmm... no such event near to where iam. Microsoft should

    give a gift to everybody who uses their product ... atleast to developers. 😛 . Arent we developers also doing some...

    "Keep Trying"

  • RE: My Projects Have Never Failed

    Two important things pointed out here are if customer is happy then the project can be said to be a success (what level of success ... it depends) and the...

    "Keep Trying"

  • RE: SQL Triggers

    Dont think so.

    "Keep Trying"

  • RE: Username Validation

    Hi

    by validate do you mean checking for existence of the users and whether they are connected to the appropriate database. Or you want to compare whether the same users exist...

    "Keep Trying"

  • RE: Update inserted data in the view SYSSERVERS

    Hi

    can u explain what you are trying to do.

    The error message means that the server (linked server i presume) is being accessed. i.e its in user.

    "Keep Trying"

  • RE: stored procedure altered the schema of the target table

    Hi

    I agree with Grant.

    Is the procedure calling any other procedure before inserting the rows?

    "Keep Trying"

Viewing 15 posts - 871 through 885 (of 1,253 total)