Forum Replies Created

Viewing 15 posts - 166 through 180 (of 224 total)

  • RE: Transaction log backup, tempdb negative space?

    Hi,

    You can check out the actual size of the tempdb using sp_helpdb 'tempdb'. If it is not negative you dont have to worry and tempdb goes on increasing...

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

  • RE: load data from sql server using dsn file failed

    Hi,

    I think you are having different obdc versions installed on different machines and try to upgrade to the latest version. And I think you can check...

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

  • RE: DAC issue

    Hi,

    Can you execute this sp_configure 'remote admin connections', 1;

    And DAC port is assigned dynamically it trys to connect using TCP on port 1434 and it is failing...

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

  • RE: sp_MSforEachDb gives weard output

    Hi Nikhil,

    You have to first understand first sp_msforeachdb works. It initially executes for master database and sends the output and goes for next database and executes...

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

  • RE: Rollback the job running very long time

    Hi,

    You must be having some idea on the time taken for each job to get completed on your server. Suppose if a job executes for 20 mins...

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

  • RE: Please Help Urgent!! Recovery database from Missing NDF file.

    Hi,

    In the msdn site they are just setting the file offline not the filegroup. Are you sure you are doing the same.

    Thanks

    Chandra Mohan N

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

  • RE: SQL Login failed after reboot

    Hi Steve,

    I think permissions are not set correctly for the account you are using for sql server. Whenever you start your machine I think the sql...

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

  • RE: Maintenance Plan is not working as expected.

    Hi,

    Can you please check the event viewer and error log and post on this.

    Thanks

    Chandra Mohan N

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

  • RE: Want to become expert in clutering

    Hi,

    Yes you can implement clustering in virtual environment. But its not recommended for production environment. I recommend using Microsoft Virtual Server 2005 for implementing clustering. I...

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

  • RE: Clustering problem: Second Node is not going down

    Hi,

    I got the solution. I was adding it as a normal disk instead of SCSI disk.

    Thanks

    Chandra Mohan N

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

  • RE: Maintaining Different versions of SQL Server on same machine

    Hi,

    Open the registry editor and check out the instance name HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Microsoft Sql Server and try to connect and check out the installed instances. It seems you had...

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

  • RE: Problem while starting SQL 2005 profiler

    Hi,

    Please check in the event viewer what is the error. I think you can find out what actually might be the reason.

    Thanks

    Chandra Mohan N

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

  • RE: Troubles Re-installing SQL 2005

    Hi,

    If the current one is a default instance. Install another named instance and reboot the server and try to uninstall both using the arpwrapper.exe

    Thanks

    Chandra Mohan N

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

  • RE: Troubles Re-installing SQL 2005

    Hi,

    Try to uninstall the sql server 2005 using arpwrapper.exe located in C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap

    arpwrapper.exe /Remove

    and reboot the system and start installation again.

    Thanks

    Chandra Mohan N

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

  • RE: trying to connect to sql server remotely.

    Check out whether you are able to ping the server from the dos command. If you are unable to ping the remote system from your server then add an entry...

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

Viewing 15 posts - 166 through 180 (of 224 total)