Forum Replies Created

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

  • RE: Programming sql performance

    Set Nocount

    when you set on this,SQL Server will not count the rows ,it will increase the performance because overhead of counting must be disabled and another overhead is print

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • RE: My organization is being using Sql server 2000 from past years, now they want to move to the SQl Server 2008

    1) Does all the features that were provided by Sql server 2000 will be suppported by Sql Serve 2008?

    Full support of legacy applications

    2) Which version Standard/Enterprise of Sql server 2008...

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • RE: FusionIO directCache

    I think there is no need of more memory in the case of Direct Cache

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • RE: Transactional Replication as a DR method - How to failover?

    Use failover Server in the connection string of an application

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • RE: Quorum recommendation

    Does my choice for a 'Node and Disk Majority' quorum based on a two node cluster and my explination above a logical one?

    Yes

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • RE: SQL Server 2005 files and file group implementation

    multiple data files as well as multiple log files give you benefits on loaded servers

    you check the Delays milisecond with the help of this query

    select DB_NAME(database_id) DB_NAME, di.file_id,df.name,io_stall_read_ms ,num_of_reads

    ,cast(io_stall_read_ms/(1.0+num_of_reads) as...

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • RE: While I am creating the Cluster of sql server 2008 R2 I am getting error:

    G Drive is a cluster drive or not ?

    Have you added this drive in the Cluster Storage ?

    Have you created first SQL Server group and then start installation or you...

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • RE: Backup log for audit purposes

    If this occur on the front end then you should have an application log trail table in the database design and if this occur on the back end then restrict...

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • RE: Cannot login the SQL Server 2008 from other machines

    what is the name of Instance or you have installed Default Instance ?

    Can you connect SSMS (SQL Server Management Studio) on the same server ?

    Are you using IP or Domain...

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • RE: how to change the login account for SQL Server, Agent, and Analysis Services.

    Another option is

    Administrative Tool - > Services - > SQL Server

    Administrative Tool - > Services - > SQL Server Agent

    Administrative Tool - > Services - > SQL Server Analysis...

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • RE: Quorum recommendation

    How many nodes will be there ?

    Distance Between Multi Site ?

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • RE: SQL 2008 config for an Intranet Server

    Processor have 4 Cores and 8 Thread and 2.4G its a good one,yes you can move later as per requirement if you see locks and performance issues then come to...

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • RE: Partitioning in SQL Server

    I will suggest you to recreate those indexes after applied the partitioning

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • RE: Linked server joins

    gets the data first on the SQL Server side and then apply join on it, means insert data in a temp table then apply join

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • RE: Migration from Oracle 10g to Sql sever 2005

    I assumed that you have created all objects in SQL Server now you can use Linked Server in SQL Server and Database Link in Oracle to communicate these RDBMS each...

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

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