Forum Replies Created

Viewing 15 posts - 3,466 through 3,480 (of 8,753 total)

  • RE: Get start and end date row by row calculation based on duration

    Quick suggestion towards a SQL Server 2008 solution, which is fine on smaller sets but may need to be improved for large sets. If you are on SQL Server 2012...

  • RE: FullText Index on Image

    GSquared (7/12/2016)


    NVARCHAR won't hold RTF files, just the text. I would expect VARBINARY instead of IMAGE, for RTF files.

    This is wrong, NVARCHAR and VARCHAR will hold RTF files just...

  • RE: sp_rename - ERROR

    SQL!$@w$0ME (7/12/2016)


    I would like to recall this post. I was running under wrong database.

    Don't worry about removing it;-)

    ๐Ÿ˜Ž

    Suggest you look into colour coding the connections in SSMS and paying attention...

  • RE: Logon Banner for SSMS

    peden (7/12/2016)


    I have a requirement to display a "banner" with a warning message every time somebody "logs on to the database". I looked into possibly implementing a logon trigger,...

  • RE: SQL Prove Memory Pressure - High Buffer Cache Hit Ratio but Low Page Life Expectancy

    sqld-_-ba (7/12/2016)


    Our production server (VM + SAN) has 32 GB of RAM, the database size is ~80GB. The application uses TempDB heavily - disk is hit ~100 MBps both reads...

  • RE: FullText Index on Image

    Quick question, why are you using IMAGE data type and not NVARCHAR?

    ๐Ÿ˜Ž

  • RE: FullText Index on Image

    torfi (7/12/2016)


    Iยดm trying to create FullText Index on Image field witch contains text in rich text format. Iยดm from Iceland and we use several characters based on our language like...

  • RE: Parsing Non-Standard String into a Standard Format

    joshdbguy (7/11/2016)


    This is fantastic, thank you!

    You are very welcome.

    ๐Ÿ˜Ž

  • RE: SSMS search/replace and regex

    These changes have been slightly annoying but looks like they are slightly improving with each release, make certain you have the latest release of SSMS.

    One particularly annoying thing was...

  • RE: Setting up a new server

    Quick though, NUMA node 2 only has 4 cores, possibly that should be your maxdop limit.

    Depending on the type of workload I normally set the Cost Threshold for Parallelism...

  • RE: Dax Measure Formula Query

    If I understood correctly this could be a solution

    ๐Ÿ˜Ž

    Foreign Sales X:=CALCULATE

    ( SUM(Sales[SalesAmount])

    ,ALL(Sales)

    ,FILTER(ALL('Market'),'Market'[Market]<>"Ireland")

    )

    Domestic Sales X:=CALCULATE

    ( SUM(Sales[SalesAmount])

    ,ALL(Sales)

    ,FILTER(ALL('Market'),'Market'[Market] = "Ireland")

    )

  • RE: Is it possible to find and extract inline SQL from SSRS reports?

    Quick though, possibly the most straight forward thing to do is to run the Profiler and catch the actual statements being run.

    ๐Ÿ˜Ž

  • RE: openjson - google books api

    olibbhq (7/11/2016)


    Thank you, I have been so caught up with the issue I must have mixed up the isbn's! Thank you so much for helping me with the fix, tested...

  • RE: openjson - google books api

    olibbhq (7/11/2016)


    Thank you, this works in your example but when I pull it from google it doesnt. Please try with the full script below. (I will replace the api key...

  • RE: BatchRequest\Sec Very Low

    VastSQL (7/11/2016)


    Eirikur Eiriksson (7/11/2016)


    VastSQL (7/11/2016)


    Hi Experts,

    The BatchRequest\Sec value for our OLTP system is showing 150 for the most critical time. I felt this as very low , can you guide...

Viewing 15 posts - 3,466 through 3,480 (of 8,753 total)