Forum Replies Created

Viewing 15 posts - 1 through 15 (of 320 total)

  • RE: How to avoid Keylookup

    Would advice you to run tuning advisor and analyse the index it returns..

    or see if below suggestion resolves key lookup.

    Include below columns in index [HumanaAuditClaims].[dbo].[ClaimLine].[idx_ClaimLine_ClaimSummaryUID]

    [HumanaAuditClaims].[dbo].[ClaimLine].ClaimLineUID, [HumanaAuditClaims].[dbo].[ClaimLine].ChargedAmount, [HumanaAuditClaims].[dbo].[ClaimLine].PaidAmount, [HumanaAuditClaims].[dbo].[ClaimLine].RevenueCode

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: SQL Server 2008 R2 is Sending too much Data through the network

    hvermaak (6/5/2013)


    GilaMonster (6/5/2013)


    hvermaak (6/5/2013)


    Open profiler,

    File, new trace.

    Connect to your sql server.

    Use the template -> select Tuning

    select save to file -> choose a location with sufficient space

    I would strongly recommend...

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: SQL Server 2008 R2 is Sending too much Data through the network

    SQL Geek (6/5/2013)


    Hi SQLSACT, There is no wait only the CPu utilization is 90-100%.

    do check which process is taking up high CPU.. is it sqlserver or any other process.

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Database to hold/keep scripts.

    you can check SQL source control from red gate. Also, having scripts in database is kind of similar a document store. Do more research on document store..

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Database to hold/keep scripts.

    you can use a version control tool for it.

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: User group in Delhi,NCR INDIA

    Hi Sarab - thanks for the info.. will get in touch

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: User group in Delhi,NCR INDIA

    I didnt. Msg me ur contact details. Probably we can start one 🙂

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Windows authentication across domains

    what exactly you did??Did you tried to login into the other server with the username you created.

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Windows authentication across domains

    create a username in both domain with same name and password. I have tested for a workgroup and domain...

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: TDE in SQL 2008

    does that means that any one with permissions on table can access the data even if it is encrypted?

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: prblem attaching a database

    any suggestions....

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: I NEDD UPGRADING STEPS FROM SQL SERVER 2000 TO 2005

    homebrew01 (7/21/2010)


    Sqlfrenzy (7/21/2010)


    also check for the compatibility level of database. keep it 80.

    Why ? You will miss out on many 2005 benefits.

    OP: This has been covered many times....

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: I NEDD UPGRADING STEPS FROM SQL SERVER 2000 TO 2005

    run the upgrade advisor and look for issues.

    If every thing is fine then script out the logins at 2000 - google how to transfer login between sql servers.

    Then use backup/restore,...

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Problem with linked servers

    got it...a known isu..must have googled before posting .. 🙂

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Problem with linked servers

    linked server is on A and am just accessing it from server C.

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

Viewing 15 posts - 1 through 15 (of 320 total)