Forum Replies Created

Viewing 15 posts - 301 through 315 (of 490 total)

  • RE: Memory limit < Memory used?

    Did you restrict the SQL Server or not with Max Memory parameter if not then it can use more memory , 100 GB RAM is too high, what is the...

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

    My Blog
    www.aureus-salah.com

  • RE: Limiting Resources During Statistics Update

    Make a resource pool with the help of Resource Governor for the specific user and then login with it and then update the statistics

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

    My Blog
    www.aureus-salah.com

  • RE: SQL Server 2005 High Availability - SQL Clustering (windows 2003 & SQL 2005)

    Q1 - at the time of installing SQL in cluster environment it is not showing option to select seprate partition for data (MDF) and log (LOG).

    Q4 - disk dependancies -...

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

    My Blog
    www.aureus-salah.com

  • RE: Resotre of a database taking long time

    Backup file and Restore path is Same ?

    otherwise check Activity Monitor on SSMS and query with sys.sysprocesses to check the wait resource at the time of Restore

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

    My Blog
    www.aureus-salah.com

  • RE: Clustering with multiple disks

    There are multiple disk use to make a single partition or drive with the help of RAID levels,Cluster is use for High Availability if 1 node fail then second node...

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

    My Blog
    www.aureus-salah.com

  • RE: WhatsUp Gold Monitoring Software Question / Sql Service starting itself?

    I didnt use this Whatsup Gold Network Management Tool but it have a application monitoring module,I can say if you disabled the service this tool check the service after some...

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

    My Blog
    www.aureus-salah.com

  • RE: raid 5 or raid 10

    Raid 10 is better than Raid 5

    Raid 10 is specially use for Tempdb,Log Files and Indexes Files,If you have enough space on these disk then go to RAID 10 other...

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

    My Blog
    www.aureus-salah.com

  • RE: running SQL 2008 R2 and SQL 2000 Analysis services on same box

    yes you can install but one is default instance and other must be named instance

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

    My Blog
    www.aureus-salah.com

  • RE: Unable to create a Maintenance Plan in SQL Server 2008 R2

    Latest APR 29,2011 Cummulative Update 7 for SQL Server 2008 R2 is available now

    http://support.microsoft.com/kb/2507770

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

    My Blog
    www.aureus-salah.com

  • RE: SQL Server 2008 Express R2 Studio Manager issue

    you can install multiple clients of different version

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

    My Blog
    www.aureus-salah.com

  • RE: It's possible to repair a master.mdf with another sql instance or SQLServer??

    Madness.

    Repairing master (even a copied master) is unlikely to work. Most of master are system objects (all of master should be) and if there's something wrong severe enough to prevent...

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

    My Blog
    www.aureus-salah.com

  • RE: not able to connect remote server

    Can you connect on the same Server with SSMS ?

    SQL Server 2008 or SQL Server 2008 R2,client and server both are ?

    If client is SQL Server 2008 and Server is...

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

    My Blog
    www.aureus-salah.com

  • RE: Severity 20 Error 17310

    Which Version of OS and SQL Server you are using and Total Memory and allocated memory for SQL Server

    Have you applied update Service Packs and Cummulative Updates,if not then apply...

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

    My Blog
    www.aureus-salah.com

  • RE: Environment related SQL 2008 R2 performance issue.

    SELECT ST.TEXT,SP.* FROM SYS.SYSPROCESSES SP

    CROSS APPLY SYS.DM_EXEC_SQL_TEXT(SP.SQL_HANDLE) ST

    WHERE SPID > 55

    ORDER BY SP.CPU DESC

    this query provide you information about the bottleneck

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

    My Blog
    www.aureus-salah.com

  • RE: Access to the remote server is denied because no login-mapping exists

    you should use local server to remote server login mapping in linked server properties as shown in the figure

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

    My Blog
    www.aureus-salah.com

Viewing 15 posts - 301 through 315 (of 490 total)