• Periscope for SQL Reports

    7
    2 Votes
    7 Posts
    2k Views
    scottalanmillerS

    Holy crap, yeah, that's not useful at all. No wonder they do not publish the prices anywhere. The old rule of thumb applies: if the price isn't public, the price isn't good.

  • 3 Votes
    19 Posts
    4k Views
    scottalanmillerS

    @Dashrender said:

    @scottalanmiller said:

    @Dashrender said:

    I can see doing RAID 6 if you can afford the performance penalty.

    Which you would assume that you can if you can wait for a distant node to write as well.

    By distant, you mean local, as in the same rack?

    Yes, distant meaning outside of the chassis connected over a slow Ethernet link.

  • iPhone e-mail clients - what do you use?

    9
    1 Votes
    9 Posts
    2k Views
    scottalanmillerS

    Nadella is making Microsoft the company that it always should have been. So far I really like that guy.

  • Windows 10: Photo Import settings

    Solved
    10
    1 Votes
    10 Posts
    4k Views
    gjacobseG

    And that seemed to do it. Installed that, restarted and there ya go. Saw the card, and imported 180 photos.

  • Making a Simple Ping Test Script

    1
    3 Votes
    1 Posts
    1k Views
    No one has replied
  • Elastix no audio on IVR - Inbound SIP Trunk

    3
    1 Votes
    3 Posts
    2k Views
    M

    @scottalanmiller Yes... Everything works fine when I dialed in and pointed inbound route to an extension, rings and audio is perfect. Web interface, logs, Asterisk functions, modules loaded everything works fine. This is what confuses me the most. Unfortunately I cant just erase the entire server and start from scratch.

  • "Reading Back" Technology Purchases

    16
    1 Votes
    16 Posts
    2k Views
    scottalanmillerS

    @Dashrender said:

    Sure, but this boils down to the 'You don't know what you don't know' situation.

    Maybe, but you do know if you are looking for advice and engineering insight or not. If not, you have to assume that the priority was not that high. If you want a house built and feel that the design is important we all know that you high a trained architect. If not and you just want to be cheap, you just buy a book of blueprints and hope for the best. But we know what we don't know.

  • Google Drive Inaccessible

    19
    2 Votes
    19 Posts
    4k Views
    gjacobseG

    an aside to the Google drive issue,.. there was a window of time this afternoon I was unable to sign into my email. Possible that it was related.

  • Cisco Phone System

    5
    1 Votes
    5 Posts
    2k Views
    TeleFoxT

    It is actually pretty difficult comparatively to other systems. I have worked with more than a few and I am not a fan of the complexity there.

  • SpiceWorld 2016 Austin

    83
    5 Votes
    83 Posts
    29k Views
    JoyJ

    @scottalanmiller said:

    Not secret. Have to be in Hawaii in March for a family event so already a long way via the flight path. Kids are begging for a holiday in China so we plan on doing that. The plan is to move to New Zealand directly from the holiday in China. From NZ we will be using a lot of our free time to visit Australia as this is the only time that we know that we will be living in that part of the world. So like late April of 2017 through the end of the year in that part of the world. If we really find that we like Australia we could conceivably spend a few months there while in the "area".

    Then you can visit PH too 😀

  • 2 Votes
    10 Posts
    3k Views
    W

    @GregoryHall's method is what I used to do this exact thing a while back.

    Only thing I wasn't able to figure out was how to automatically add the group to people's lists - I ended up writing up some tutorials on how to add groups and which one to add for one of our departments that needed to use S4B.

  • 6 Votes
    48 Posts
    22k Views
    scottalanmillerS

    Ah, I've not done that, that would explain why I had not seen it in that light.

  • KMS for Office 2016

    4
    2 Votes
    4 Posts
    2k Views
    DashrenderD

    OK that's just weird!

    There was a contact us email address in VLSC. I wrote them, included my license key and business information. They wrote back today indicating that they would create my key and I would receive it in a separate email. Additionally it would be added to my VLSC account.

    I actually received the email with the KMS key before this email, and sure enough, the KMS key is now in my VLSC account.

  • SQL Server Maintenance Task Failing

    7
    1 Votes
    7 Posts
    2k Views
    JaredBuschJ

    My co-worker wrote a quick stored procedure to make searching the command logs easier also.

    You can execute this proc with no parameter to see everything, or you can pass a search string. Remember it is a string and use the % wildcard appropriately.

    exec AA_CmdsExecPast24Hrs '%tablename%'
    exec AA_CmdsExecPast24Hrs '%Jared%'
    etc.

    /****** Object: StoredProcedure [dbo].[AA_CmdsExecPast24Hrs] Script Date: 10/08/2015 11:02:42 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: Bill Russell - Bundy & Associates -- Create date: 6/29/2015 -- Description: Returns a list of queries run over the past 24 hours. -- ============================================= CREATE PROCEDURE [dbo].[AA_CmdsExecPast24Hrs] @ContainsLIKE varchar(300) AS BEGIN SET NOCOUNT ON; SELECT execquery.last_execution_time AS ExecTime, ExecSQL.text AS [Script] FROM sys.dm_exec_query_stats AS ExecQuery CROSS APPLY sys.dm_exec_sql_text(execquery.sql_handle) AS ExecSQL WHERE @ContainsLIKE='' OR (@ContainsLIKE <> '' AND ExecSQL.text LIKE @ContainsLIKE) ORDER BY ExecQuery.last_execution_time DESC END
  • OpenFire Server

    31
    1 Votes
    31 Posts
    6k Views
    scottalanmillerS

    @bbiAngie said:

    My biggest deal was that when I took the class, my book was a few versions behind the OS version they gave us. All of my homework was explaining what it should do and why it wasn't doing it. It was a huge turn off for me.

    The turn off should have been for the educational process 😉 That's where the problem was.

  • How Do You Leave a Group in Skype

    9
    0 Votes
    9 Posts
    2k Views
    dafyreD

    @scottalanmiller opens eyes wider Ah, so you did. Sorry, lol.

  • Connecting MS Office to Flickr

    14
    3 Votes
    14 Posts
    4k Views
    scottalanmillerS

    @Carnival-Boy said:

    I would certainly never call it amazing or wonderful!

    They had some dark years. System is returning to glory now, I think.

  • IT Asset Tool

    10
    0 Votes
    10 Posts
    2k Views
    scottalanmillerS

    @meghal said:

    @dafyre Yes i am looking for that kind of tool.

    Spiceworks would be the obvious place to start. At least check it out as a starting point.

  • Surface Pro 4

    18
    2 Votes
    18 Posts
    4k Views
    Minion QueenM

    I use my Ipad all the time. I can work from it in a pinch.

  • 1 Votes
    12 Posts
    5k Views
    scottalanmillerS

    Good way to think of it. Clean install is a little extra work today in exchange for a "known" or nearly known environment. An in place upgrade means carrying risk with you, maybe a little, but some that might bite you later.

    Or maybe the next IT guy, just leave the headaches for him 😉