Forum Replies Created

Viewing 15 posts - 181 through 195 (of 248 total)

  • RE: sql server slow to accept TCP connections READ

    check the firewall for port and exception settings. And, also do a telnet from command prompt for the port in question.

    TELNET serverIP port#

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: how to merge two different databases (eg: Oracle and SQL Server)

    What you can do here is, design a SSIS package where you have the freedom to define the source and destination databases as well as several types of transformations (on...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Reporting Services version?

    umar iqbal (9/10/2009)


    connect to reporting services in managment studio and it says edition and verion right there.

    Well I wonder that. I am eager to know where.

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Reporting Services version?

    For the edition, you can check the system registry. The location of the value is different for each SSRS 2000 and 2005. For SSRS 2000 the value is...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Reporting Services version?

    Ohh okk SF. I just overlooked that the DB engine is not installed.

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: SSIS Problem With Checkpoint Settings

    hi Mike, never come across with this problem.

    You may like to place this question in SQL Server 2005>Development section.?

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Reporting Services version?

    Execute xp_regread 'HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Microsoft SQL Server\Reporting Services','Version'

    http://technet.microsoft.com/en-us/library/bb630446.aspx

    HTH

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: SQL Server 2005 Cluster setup questions

    Questions:

    1. In one line. What is the difference between SQL Active/Passive and Active/Active Cluster

    Active/Active cluster provides you the High availability along with the Load Sharing while Active/Passive will only provides...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: How can the domain of a SQL Server be determined

    Why can't we try this?

    Execute xp_regread 'HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\','Domain'

    perhaps, the path changes from OS to OS. But the above should work on windows XP, 2000,2003.

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: not connecting to sql server from application server

    First try to do a telnet on port number 2438. if its getting in or not.

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: SQL Cluster

    I believe SELECT HOST_NAME() can show me different results. for example if in a cluster node1 and node2

    If I login to node1 and register SQL server here for both node1...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: SQL Cluster

    I know I can check it from CA but I want to check it from SQL Server.

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: DB Consistency errors

    manoj2001 (8/1/2009)


    Hi VS,

    Based on error mentioned by you:

    "the Smaple errors were like this:

    Server: Msg 8964, Level 16, State 1, Line 1

    Table error: Object ID 206623779. The text, ntext, or image...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Install SQL 2005 Entrprise IA64X on windows 2003 Cluster

    sqlguy (7/30/2009)


    I already Post the file content in my first post

    Okay, check this MS - blog first. you may find your answers.

    http://social.msdn.microsoft.com/forums/en-US/sqlsetupandupgrade/thread/360ed941-83f9-41d9-9a05-ee449711b971/

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Install SQL 2005 Entrprise IA64X on windows 2003 Cluster

    then it wont be a compatibility issue. Can you help with the contents of below file from it?

    %ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt.

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

Viewing 15 posts - 181 through 195 (of 248 total)