Forum Replies Created

Viewing 15 posts - 16 through 30 (of 351 total)

  • RE: SQL 2012 Performance in Hyper V Platform

    There are different thoughts around Virtual vs IScSI in different scenarios , I prefer to be on ISCSI when my database sizes are huge.

    Apart from that , I see...

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

  • RE: High percent signal waits with very low cpu usage

    Do you see any performance issues or complaints from your users other than it displaying in monitoring. ? If so I would recommend you do performance analysis using wait_stats...

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

  • RE: SQL Agent job steps

    Looks like you are kicking start a job from another job which is already running on schedule. you may need to remove the schedule of the job that is being...

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

  • RE: cdc log growth

    Did you check dbcc sqlperf('logspace ') ? what amount of log is filled

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

  • RE: Crystal Report Tool

    For Crystal report , you need a license

    For SQL server , if you just need management tools then no license is required where you can connect to any of...

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

  • RE: Install Service Pack 2 on SQL Server 2012 Error: 2714, Severity: 16, State: 6.

    Issue is when service pack has some script like this needs to be executed but the database is in restoring mode because it is involved in Always On secondary.

    Resolution...

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

  • RE: Hyper-V replication instead of SQL Server Mirroring

    Yes, Hyper-V is not ideal in simple it do not understand the transactions level of granularity in SQL server which needed protect the data loss and point in-time recoveries.

    Since...

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

  • RE: SQL Server - Spid 1 - 50

    I don't know exactly where is getting us_english either from session requestor or SQL srever or OS but when I see the system code of sys.dm_exec_requests

    CREATE VIEW sys.dm_exec_requests AS

    SELECT...

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

  • RE: Is html coding is allowed in sql server

    HTML Code be stored in SQL tables as text format and when rendered through application into browser it will display html pages but SQL Query analyzer do not understand what...

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

  • RE: Installed hot fix does not show via @@version

    http://sqlserverbuilds.blogspot.com/ - Check here for all builds.,

    Looks like you already have SQL server 2012 SP1 , CU9 and you might installed CU1 on top of it but anyway...

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

  • RE: CDC question

    Will create specific tables for each table you enable CDC and alos there are common use tables for metadata

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

  • RE: Upgrading from SQL 2012 Standard Edition Server + CAL license to Standard edition Core based License

    You do not need to uninstall or re-install, when you do a true-up or new agreement you just tell them how many cores you have on sql box, if it...

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

  • RE: Install Service Pack 2 on SQL Server 2012 Error: 2714, Severity: 16, State: 6.

    After i installed service pack 2 for SQL server 2012 SP1, x64 on windows server 2012 and have always on enabled with isolated disks. I was unable...

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

  • RE: NUMA, Processor

    I'm seeing 32 CPU and are online when I run sys.dm_os_scheduler.

    So that means SQL server is able to use all the 32 available. I checked no affinity is...

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

  • RE: Cardinality Estimation

    No of estimated rows are derived from last updated statistics. as long as your stats are updated the estimated number of rows will match to the actual number of...

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]

Viewing 15 posts - 16 through 30 (of 351 total)