Forum Replies Created

Viewing 15 posts - 76 through 90 (of 116 total)

  • RE: SQL Server 2000 Corrupt database/file

    Make sure you have all the login scripts as well as you will lose login maping after restoring the DB.

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: Stored Procedure

    What is your exact requirment?

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: Identity column problem

    It's possible that while your table was in replication the identity got replicated & now after you remove the replication the identity is out of replicated but started from same...

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: list of user sp''''s from master db

    This will give me all the sp's along with system sp's. I want only sp's created by user's.

    Thanks for the reply.

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: Identity column problem

    When you put identity tables in replication you should create the table with including following command

     [IDENTITY [(seed, increment) [NOT FOR REPLICATION]

    As your table is in merge...

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: Using alias for column causes "Invalid column name'''' only when using joins

    try replacing this code in your from clause to where claues

    FROM         dbo.PersonnelTeams

    LEFT OUTER JOIN    dbo.PersonnelPositions

    ON dbo.PersonnelPositions.fkPersonnelID = pkPerson1_0_

    LEFT OUTER JOIN   dbo.Personnels p  

    ON dbo.PersonnelTeams.fkPersonnelID = pkPerson1_0_

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: help!!! tempdb detached

    How you managed to detach your tempdb? As sql server doesn’t allow to detach any of the system db's.

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: HDD upgrade

    Will my sql server work with out any issue after coping the data back to new drive ?

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: set my header

    Column name with space is not possible as it will be recognized as next argument.

    I didn't got your second question.

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: tracing deadlock issue

    Is you app is OLTP or OLAP ?

    How you are access the data from app is it the SP/view or simple t-sql ?

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: Unable to Connect to Remote DB

    Check if the user from which you are connecting to db has the valid access to the db.

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: SQL 2000 Service Pack 4 (SP4) Installation Hangs !!!

    Ensure that MSDB & MASTER DB is not used by any other service or their is no active instance from EM or QA from other client machine.

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: Service pack 4 for SQL server 2000

    If you are installing new instance its better to install with sp4 as there won't be any other patches from MS as sql 2005 is already in market.

    sp4 is more then 1...

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: Unable to Assign Deny Permissions to Users in Database

    Can you give some more information about the user & his exesting access to db?

    Give the command as well which you are executing to deny access to the user.

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: HDD upgrade

    Thank you for your suggestions.

     

    I will let you guys know what steps we exactly followed for HDD up gradation.

     

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

Viewing 15 posts - 76 through 90 (of 116 total)