Forum Replies Created

Viewing 15 posts - 451 through 465 (of 1,999 total)

  • Reply To: Slow running "ranking" problem

    Jeff Moden wrote:

    MVDBA (Mike Vessey) wrote:

    hey,

    hold on - wasn't this why hierarchyID types were invented ?

    you can even use persisted computed columns to make it nice and fast.

    you would need a 1 time...

  • Reply To: Slow running "ranking" problem

    ok here is the most basic stuff you need - the rest you can google and find lots of cool code

    CREATE TABLE #htest (id INT IDENTITY, hierarchyvalue...
  • Reply To: Slow running "ranking" problem

    might take me a little while just to pull all of the examples and test data together - it's 2 pm and I've not had lunch yet... my laptop is...

  • Reply To: Difference between connection, session and instance

    my advice - simplify the connection/session thing into SPIDs - much more useful.

    quite often a connection will remain idle and the SPID does nothing (this gets more complicated when connection...

  • Reply To: Replication question

    you can have many snapshots of a database , they work in the same way as oracle - if you change data in the live data then the old data...

  • Reply To: Replication question

    pani wrote:

    Thanks guys.   I'll check out mirroring as I have enterprise.

    how about having a check to say   "Is the subscriber database the same as the publishing database"

    I might be able...

  • Reply To: Slow running "ranking" problem

    hey,

    hold on - wasn't this why hierarchyID types were invented ?

    you can even use persisted computed columns to make it nice and fast.

    you would need a 1 time hit on...

  • Reply To: Software to send Report

    SSRS is fairly solid for this

    you can subscribe to reports (and get them emailed to you) and keep historic versions on the server... plus you can export in excel, pdf...

  • Reply To: Replication question

    most likely you have a few  solutions here

    1. lock down the permissions on the subscriber database so that only the distribution agent can write, but everyone else has read permissions
    2. ...

  • Reply To: SQL replication in real-time

    Any slowdown would be on your T-Log drive (the commands are read from t-log and pushed to the distributor database) - if replication fails, then you might get some issues...

  • Reply To: Building Your Brand

    Rod,

    perhaps I can help - I have about 30 or more azure devops repositories that we use. but I've never hit a warning about publishing email addresses. can you give...

  • Reply To: SQL replication in real-time

    I run transactional replication all day every day (to get around linked server performance issues)

    performance won't be an issue, but as soon as your subscriber (target) has data deleted, modified...

  • Reply To: Building Your Brand

    back to KTFlash's comment about "everything already documented"

    I was listening to a stereophonics song the other night and the song was called "a thousand trees"

    The more I listened, the more...

  • Reply To: Building Your Brand

    I think what put me off XE was the initial documentation and the user interface for the results (creating an XE trace is almost the same as profiler) but viewing...

  • Reply To: Building Your Brand

    Grant Fritchey wrote:

    MVDBA (Mike Vessey) wrote:

    ...I talked about using profiler...

    <sigh>

    You're killing me here.

    I did also say extended events 🙂

    but look how useful profiler is !!!!!! 15 seconds of capture while my user re-creates...

Viewing 15 posts - 451 through 465 (of 1,999 total)