Are the posted questions getting worse?

  • Steve Jones - SSC Editor - Thursday, July 20, 2017 9:34 AM

    Jason A. Long - Thursday, July 20, 2017 9:33 AM

    Jeff Moden - Thursday, July 20, 2017 8:55 AM

    I want my refrigerator to do only two things... keep my stuff cold and give me access to the interior when I need it.  

    I want mine to make Sonic/pellet ice too... It doesn't... 🙁

    I want mine to give me ice and water from the outside. That was always something I wanted as a kid.

    That's definitely a bonus that's nice to have... so long as it doesn't require IOT. 😉 

    The big difference is that I can get into my vehicle if the battery in the FOB or the vehicle is dead.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Jeff Moden - Thursday, July 20, 2017 12:09 PM

    Steve Jones - SSC Editor - Thursday, July 20, 2017 9:34 AM

    Jason A. Long - Thursday, July 20, 2017 9:33 AM

    Jeff Moden - Thursday, July 20, 2017 8:55 AM

    I want my refrigerator to do only two things... keep my stuff cold and give me access to the interior when I need it.  

    I want mine to make Sonic/pellet ice too... It doesn't... 🙁

    I want mine to give me ice and water from the outside. That was always something I wanted as a kid.

    That's definitely a bonus that's nice to have... so long as it doesn't require IOT. 😉 

    The big difference is that I can get into my vehicle if the battery in the FOB or the vehicle is dead.

    Now why do you have to go and over-complicate everything, Jeff? 😉

    Why would you want to get into your vehicle if the battery's dead?  After all, you aren't going anywhere...the truck's wont' start.
    You could just pay OnStar to use the IoT chip in the truck to have the hood opened for you. 
    The fact that the truck battery is dead voids OnStar of any responsibility according to the Terms and Conditions implied by you buying the truck in the first place.

    Yes, I completely realize that this logic ignored the fact that getting into the vehicle is the way to pull the hood latch so you can replace your battery.  It would still result in the MS Connect item = Closed Won't Fix. 😛

  • Ed Wagner - Thursday, July 20, 2017 12:24 PM

    Jeff Moden - Thursday, July 20, 2017 12:09 PM

    Steve Jones - SSC Editor - Thursday, July 20, 2017 9:34 AM

    Jason A. Long - Thursday, July 20, 2017 9:33 AM

    Jeff Moden - Thursday, July 20, 2017 8:55 AM

    I want my refrigerator to do only two things... keep my stuff cold and give me access to the interior when I need it.  

    I want mine to make Sonic/pellet ice too... It doesn't... 🙁

    I want mine to give me ice and water from the outside. That was always something I wanted as a kid.

    That's definitely a bonus that's nice to have... so long as it doesn't require IOT. 😉 

    The big difference is that I can get into my vehicle if the battery in the FOB or the vehicle is dead.

    Now why do you have to go and over-complicate everything, Jeff? 😉

    Why would you want to get into your vehicle if the battery's dead?  After all, you aren't going anywhere...the truck's wont' start.
    You could just pay OnStar to use the IoT chip in the truck to have the hood opened for you. 
    The fact that the truck battery is dead voids OnStar of any responsibility according to the Terms and Conditions implied by you buying the truck in the first place.

    Yes, I completely realize that this logic ignored the fact that getting into the vehicle is the way to pull the hood latch so you can replace your battery.  It would still result in the MS Connect item = Closed Won't Fix. 😛

    You also missed the part where OnStar wouldn't be able to communicate with the car if the battery is dead.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Luis Cazares - Thursday, July 20, 2017 12:46 PM

    Ed Wagner - Thursday, July 20, 2017 12:24 PM

    Jeff Moden - Thursday, July 20, 2017 12:09 PM

    Steve Jones - SSC Editor - Thursday, July 20, 2017 9:34 AM

    Jason A. Long - Thursday, July 20, 2017 9:33 AM

    Jeff Moden - Thursday, July 20, 2017 8:55 AM

    I want my refrigerator to do only two things... keep my stuff cold and give me access to the interior when I need it.  

    I want mine to make Sonic/pellet ice too... It doesn't... 🙁

    I want mine to give me ice and water from the outside. That was always something I wanted as a kid.

    That's definitely a bonus that's nice to have... so long as it doesn't require IOT. 😉 

    The big difference is that I can get into my vehicle if the battery in the FOB or the vehicle is dead.

    Now why do you have to go and over-complicate everything, Jeff? 😉

    Why would you want to get into your vehicle if the battery's dead?  After all, you aren't going anywhere...the truck's wont' start.
    You could just pay OnStar to use the IoT chip in the truck to have the hood opened for you. 
    The fact that the truck battery is dead voids OnStar of any responsibility according to the Terms and Conditions implied by you buying the truck in the first place.

    Yes, I completely realize that this logic ignored the fact that getting into the vehicle is the way to pull the hood latch so you can replace your battery.  It would still result in the MS Connect item = Closed Won't Fix. 😛

    You also missed the part where OnStar wouldn't be able to communicate with the car if the battery is dead.

    I covered that in the part about a dead battery voiding OnStar of any responsibility.  After all, it's all about the Terms and Conditions.

  • We had a battery need replacement in the Prius. Unfortunately it's in the trunk, which needs power to open. I removed the old and a kid closed the trunk. A whole procedure to get it back open.

  • Steve Jones - SSC Editor - Thursday, July 20, 2017 2:36 PM

    We had a battery need replacement in the Prius. Unfortunately it's in the trunk, which needs power to open. I removed the old and a kid closed the trunk. A whole procedure to get it back open.

    No doubt it involved removing the engine and taking apart the chasis.

    _______________________________________________________________

    Need help? Help us help you.

    Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.

    Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.

    Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
    Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
    Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
    Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/

  • Eirikur Eiriksson - Thursday, July 20, 2017 8:27 AM

    TomThomson - Wednesday, July 19, 2017 3:39 PM

    Brandie Tarvin - Friday, July 7, 2017 9:03 AM

    If the answer is '42', what is the question?

    Putting 42 in quotes spoils option 1 below, Brandy, because it adds 2 extra characters; but the question to which 42 is the answer could be any of:
    1) How many characters are there in the question "If the answer is 42, what is the question?"?
    2) What do you get when you multiply six by nine? in The Restaurant at the End of the Universe (Douglas Adams)
    3) how many carefully packed boxes does the Baker have in fit the first of The Hunting of the Snark (Lewis Carroll)
    4) what is the rule number of "No one shall speak to the Man at the Helm" (preface to the above) (Lewis Carroll)
    5,6,7,8) various questions "Alice's Adventures  in Wonderland" and "Through the Looking Glass"  (Lewis Carroll)
    9)  how many US gallons in a barrel of oil?
    and so on  and on  and on.  Peter Gill's "42: Douglas Adams' Amazingly Accurate Answer to Life, the Universe and Everything" probably contains a lot of them but I think it's currently out of print, haven't been able to find a copy at a reasonable price - Amazon has second hand copies starting at about $65 + delivery and going up to about $700 for a copy not in good condition. (Of course Amazon having only 2nd hand copies at ridiculous prices doesn't always mean the book is out of print , a week ago I bought a mint copy of another book from the publisher's website while Amazon was showing only second hand copies at rip-off prices many times the cost of the book from the pulisher; but for this book on 42 the publisher went bust in November 2011).

    Does 6.480740698407860230965967436088 ring a bell?
    😎

    No, all the roots used as ropes in my belfry have round sections, not square; if you use square ones you they attract the bats and one doesn't want bats in one's belfry.  Besides, it's an extremely unusual tree whose roots can be used to make square section ropes.

    Tom

  • And in other news, a new vulnerability in IoT has been found.

    http://thehackernews.com/2017/07/gsoap-iot-device-hacking.html

    YIKES! Makes me glad I'm playing the luddite lately when it comes to connected items for the home.

    I want my refrigerator to do only two things... keep my stuff cold and give me access to the interior when I need it.  All this IOT stuff reminds me of why Adama was so strict about limiting computer controls on Battlestar Galactica.  Seems far fetched until you hear stuff like what's in that article but, like you, I definitely play the part of a Luddite there.  The problem is going to be when you can no longer buy things that don't have IOT capabilities.  Look at what GM did a long time ago... They built in On-Star.  Just because you don't have an active subscription doesn't mean that they can't use it to find you.  An unconfirmed rumor says they can also pulse the vehicle to kind of safely drop the speed to zero in case someone has stolen it.

    I guess I will end up fitting a Faraday cage round my fridge and putting a extremely narrow bandpass filter into its power supply (with an amusing little noise generator on the outside of that).   Or maybe I can fix my present fridge if it goes bust and keep it going so that it outlasts me.  The trouble is that doing that to all domestic things might be painfull.
    I don't have a solution or a car - the traffic police would prbably object to secure shielding because they would claim that it could screw up their speed measurements, and although that claim would almost certainly be untrue they would probably get away with it.

    Tom

  • Sean Lange - Thursday, July 20, 2017 2:46 PM

    No doubt it involved removing the engine and taking apart the chasis.

    LOL, not really. Easy access on one side of the trunk. If the hatch is open.

  • Two things...

    1) Y'all are WEIRD.

    2) Thank goodness that y'all are weird. It makes me feel less awkward for being downright strange. @=)

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • Brandie Tarvin - Friday, July 21, 2017 4:23 AM

    Two things...

    1) Y'all are WEIRD.

    2) Thank goodness that y'all are weird. It makes me feel less awkward for being downright strange. @=)

    We aim to bring aluminum foil hats back into style. 😉

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Huh. I don't know if this is a new bug or related to the bug others mentioned a few days back, but when I post and end up at the start of a new page or get a notification for a reply that's at the start of a new page, I do only see the one post and this in the bottom right hand corner.

    data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALYAAABlCAYAAADgWhmFAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAASrSURBVHhe7d1PaJtlHMDxnzK2MjdmA3bemqxuhyHVCIHtsmrpchvIpCuWHYYQOvQiQnxvXjy95uRBWKmHnQo1MIXestLRwpgQoX/AHdatzW62wuqwjOlFn+d9n3SvadU6UvPkl+8HwpvnzUsP2/d9+3uTlr7whyGAMi+6LaAKYUMlwoZKhA2VCBsqETZUImyoRNhQibChEmFDJcKGSoQNlQgbKhE2VCJsqETYUImwoRJhQyXChkqEDZUIGyoRNlQibKhE2FCJsKESYUMlwoZKhA2VCBsqETZUImyoRNhQibChEmFDJcKGSoQNlQgbKhE2VGr6n8P7dv5H+ezrijx5+rvbo9fhroMSXH5bLuezbg980fSw3/rgS3m89dSt9Dt6+JAsXv/YreCLpo8inRS19euT39wz+IQZGyoRNlQibKhE2FCJsKESYUMlwoZKhA2VCBsqETZUavrPivRdCt2zzvHgm8A906oq5XBWVt0qlpLsSEHyabf0TFuEXQwDuZpxi4S734VyYdItWmhfwq6WJZxdlRODgQzn3L5WqFVkYmpBHrllo1R2RAoe1t1Go8iWzJTC6MTpu3RDZjZFTr/7kYy38j99n1TLYRR169WkcjOO2p5gQZB4jGTNNVvk0cJNqdSig73iUdgDMm2ufHc+PenW/2RFxubWzfaI9L+zl+PbhQlpIhTbdCpls2mxalUW4qp3ftdI5+V8NkpbHt7zr2xPwrZRn5HTbvXfnZTx8cCMBFdk2owtdjSYHk3ud49wIDq6fhI9WxujV6Jj9nZi7Sc7uwZyvtctW6i2+Uu0PZHe/dti+lRvfNV+/HO8wyMehP08UZtgB46b7ZYs31qJd0XMvqV4XLkwaaO+KEPd63LNji+l+7KROePCnZP5NbPJvL49yhTfsF9vXW58kfx6/7e05Av+3pC1k5aHXQz3GvURGSrWr742WDtzfyVjVfdyZF3m6zeTuX7p7zbbtTUp2XV1WZbNXN7T1y9DZllaSo4yA3LO3pzWj0WkfkVeXayYIWmn2r2H0fydOvZKvMMjLQ+7FIRyzV49/1Xy5tE+GqP+G+Yq/exkMOvuoxL9huLk7egGNAp9NBOdXHeX5uwrqEufkt74DlGmyn/9x65VJmQqHsDlTd4V2d3e434Oa98nTgb7uO6uyitSfrBlQn9VPo/GmsTVHo4djQZNusbqrIRhuP2Io45ekEUP3xbx5OZxH+J2o4dkMlK069x7cqfhhnHm1k+yYcaRHnMl3/jhNmPIrnIyHAQyGNWdkMrKyPZbflMy4Vnc3oRt2bjPNu3mbUXGxuz73cflqg26+Jr0bN6XsSAxbtTj33ETika54Yb3sQt5SafzUvA07rb45NF3dobvaO7TyZdb/SlpAmE3QceH7SGvRhGgWQgbKhE2VCJsqETYUImwoRJhQyXChkqEDZUIGyoRNlRqetjHXupyzzqD/Rs08E/Tw/7k/XPSdeiAW+nWdfCAfHjxrFvBJ03/6T7AB8zYUImwoRJhQyXChkqEDZUIGyoRNlQibKhE2FCJsKESYUMlwoZKhA2VCBsqETZUImyoRNhQibChEmFDJcKGSoQNlQgbCon8CS/0YdjHByiXAAAAAElFTkSuQmCC

    Feels a little odd that it's not listing multiple pages like it usually does if the post is not the top of the page.

    EDIT: Below is what I usually see. And apparently Jeff's post wasn't the start of a new page, so I don't know what happened there.

    data:image/png;base64,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

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • Brandie Tarvin - Friday, July 21, 2017 6:05 AM

    Huh. I don't know if this is a new bug or related to the bug others mentioned a few days back, but when I post and end up at the start of a new page or get a notification for a reply that's at the start of a new page, I do only see the one post and this in the bottom right hand corner.

    data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALYAAABlCAYAAADgWhmFAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAASrSURBVHhe7d1PaJtlHMDxnzK2MjdmA3bemqxuhyHVCIHtsmrpchvIpCuWHYYQOvQiQnxvXjy95uRBWKmHnQo1MIXestLRwpgQoX/AHdatzW62wuqwjOlFn+d9n3SvadU6UvPkl+8HwpvnzUsP2/d9+3uTlr7whyGAMi+6LaAKYUMlwoZKhA2VCBsqETZUImyoRNhQibChEmFDJcKGSoQNlQgbKhE2VCJsqETYUImwoRJhQyXChkqEDZUIGyoRNlQibKhE2FCJsKESYUMlwoZKhA2VCBsqETZUImyoRNhQibChEmFDJcKGSoQNlQgbKhE2VGr6n8P7dv5H+ezrijx5+rvbo9fhroMSXH5bLuezbg980fSw3/rgS3m89dSt9Dt6+JAsXv/YreCLpo8inRS19euT39wz+IQZGyoRNlQibKhE2FCJsKESYUMlwoZKhA2VCBsqETZUavrPivRdCt2zzvHgm8A906oq5XBWVt0qlpLsSEHyabf0TFuEXQwDuZpxi4S734VyYdItWmhfwq6WJZxdlRODgQzn3L5WqFVkYmpBHrllo1R2RAoe1t1Go8iWzJTC6MTpu3RDZjZFTr/7kYy38j99n1TLYRR169WkcjOO2p5gQZB4jGTNNVvk0cJNqdSig73iUdgDMm2ufHc+PenW/2RFxubWzfaI9L+zl+PbhQlpIhTbdCpls2mxalUW4qp3ftdI5+V8NkpbHt7zr2xPwrZRn5HTbvXfnZTx8cCMBFdk2owtdjSYHk3ud49wIDq6fhI9WxujV6Jj9nZi7Sc7uwZyvtctW6i2+Uu0PZHe/dti+lRvfNV+/HO8wyMehP08UZtgB46b7ZYs31qJd0XMvqV4XLkwaaO+KEPd63LNji+l+7KROePCnZP5NbPJvL49yhTfsF9vXW58kfx6/7e05Av+3pC1k5aHXQz3GvURGSrWr742WDtzfyVjVfdyZF3m6zeTuX7p7zbbtTUp2XV1WZbNXN7T1y9DZllaSo4yA3LO3pzWj0WkfkVeXayYIWmn2r2H0fydOvZKvMMjLQ+7FIRyzV49/1Xy5tE+GqP+G+Yq/exkMOvuoxL9huLk7egGNAp9NBOdXHeX5uwrqEufkt74DlGmyn/9x65VJmQqHsDlTd4V2d3e434Oa98nTgb7uO6uyitSfrBlQn9VPo/GmsTVHo4djQZNusbqrIRhuP2Io45ekEUP3xbx5OZxH+J2o4dkMlK069x7cqfhhnHm1k+yYcaRHnMl3/jhNmPIrnIyHAQyGNWdkMrKyPZbflMy4Vnc3oRt2bjPNu3mbUXGxuz73cflqg26+Jr0bN6XsSAxbtTj33ETika54Yb3sQt5SafzUvA07rb45NF3dobvaO7TyZdb/SlpAmE3QceH7SGvRhGgWQgbKhE2VCJsqETYUImwoRJhQyXChkqEDZUIGyoRNlRqetjHXupyzzqD/Rs08E/Tw/7k/XPSdeiAW+nWdfCAfHjxrFvBJ03/6T7AB8zYUImwoRJhQyXChkqEDZUIGyoRNlQibKhE2FCJsKESYUMlwoZKhA2VCBsqETZUImyoRNhQibChEmFDJcKGSoQNlQgbCon8CS/0YdjHByiXAAAAAElFTkSuQmCC

    Feels a little odd that it's not listing multiple pages like it usually does if the post is not the top of the page.

    I got this off of Jeff's quote of my last post and then when I posted, I did only see my post and not his. So yeah, something strange going on.

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • Brandie Tarvin - Friday, July 21, 2017 6:06 AM

    Brandie Tarvin - Friday, July 21, 2017 6:05 AM

    Huh. I don't know if this is a new bug or related to the bug others mentioned a few days back, but when I post and end up at the start of a new page or get a notification for a reply that's at the start of a new page, I do only see the one post and this in the bottom right hand corner.

    data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALYAAABlCAYAAADgWhmFAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAASrSURBVHhe7d1PaJtlHMDxnzK2MjdmA3bemqxuhyHVCIHtsmrpchvIpCuWHYYQOvQiQnxvXjy95uRBWKmHnQo1MIXestLRwpgQoX/AHdatzW62wuqwjOlFn+d9n3SvadU6UvPkl+8HwpvnzUsP2/d9+3uTlr7whyGAMi+6LaAKYUMlwoZKhA2VCBsqETZUImyoRNhQibChEmFDJcKGSoQNlQgbKhE2VCJsqETYUImwoRJhQyXChkqEDZUIGyoRNlQibKhE2FCJsKESYUMlwoZKhA2VCBsqETZUImyoRNhQibChEmFDJcKGSoQNlQgbKhE2VGr6n8P7dv5H+ezrijx5+rvbo9fhroMSXH5bLuezbg980fSw3/rgS3m89dSt9Dt6+JAsXv/YreCLpo8inRS19euT39wz+IQZGyoRNlQibKhE2FCJsKESYUMlwoZKhA2VCBsqETZUavrPivRdCt2zzvHgm8A906oq5XBWVt0qlpLsSEHyabf0TFuEXQwDuZpxi4S734VyYdItWmhfwq6WJZxdlRODgQzn3L5WqFVkYmpBHrllo1R2RAoe1t1Go8iWzJTC6MTpu3RDZjZFTr/7kYy38j99n1TLYRR169WkcjOO2p5gQZB4jGTNNVvk0cJNqdSig73iUdgDMm2ufHc+PenW/2RFxubWzfaI9L+zl+PbhQlpIhTbdCpls2mxalUW4qp3ftdI5+V8NkpbHt7zr2xPwrZRn5HTbvXfnZTx8cCMBFdk2owtdjSYHk3ud49wIDq6fhI9WxujV6Jj9nZi7Sc7uwZyvtctW6i2+Uu0PZHe/dti+lRvfNV+/HO8wyMehP08UZtgB46b7ZYs31qJd0XMvqV4XLkwaaO+KEPd63LNji+l+7KROePCnZP5NbPJvL49yhTfsF9vXW58kfx6/7e05Av+3pC1k5aHXQz3GvURGSrWr742WDtzfyVjVfdyZF3m6zeTuX7p7zbbtTUp2XV1WZbNXN7T1y9DZllaSo4yA3LO3pzWj0WkfkVeXayYIWmn2r2H0fydOvZKvMMjLQ+7FIRyzV49/1Xy5tE+GqP+G+Yq/exkMOvuoxL9huLk7egGNAp9NBOdXHeX5uwrqEufkt74DlGmyn/9x65VJmQqHsDlTd4V2d3e434Oa98nTgb7uO6uyitSfrBlQn9VPo/GmsTVHo4djQZNusbqrIRhuP2Io45ekEUP3xbx5OZxH+J2o4dkMlK069x7cqfhhnHm1k+yYcaRHnMl3/jhNmPIrnIyHAQyGNWdkMrKyPZbflMy4Vnc3oRt2bjPNu3mbUXGxuz73cflqg26+Jr0bN6XsSAxbtTj33ETika54Yb3sQt5SafzUvA07rb45NF3dobvaO7TyZdb/SlpAmE3QceH7SGvRhGgWQgbKhE2VCJsqETYUImwoRJhQyXChkqEDZUIGyoRNlRqetjHXupyzzqD/Rs08E/Tw/7k/XPSdeiAW+nWdfCAfHjxrFvBJ03/6T7AB8zYUImwoRJhQyXChkqEDZUIGyoRNlQibKhE2FCJsKESYUMlwoZKhA2VCBsqETZUImyoRNhQibChEmFDJcKGSoQNlQgbCon8CS/0YdjHByiXAAAAAElFTkSuQmCC

    Feels a little odd that it's not listing multiple pages like it usually does if the post is not the top of the page.

    I got this off of Jeff's quote of my last post and then when I posted, I did only see my post and not his. So yeah, something strange going on.

    I saw that the other day myself.  Once I navigated to another page, it seemed to function normally.

    Another question is: Did you post your post twice.  I see a different version of it as the last post of the previous page.  If you didn't, then providing any unusual steps during your post might be a help to Steve in troubleshooting what's going on.

  • Ed Wagner - Friday, July 21, 2017 6:22 AM

    Another question is: Did you post your post twice.  I see a different version of it as the last post of the previous page.  If you didn't, then providing any unusual steps during your post might be a help to Steve in troubleshooting what's going on.

    I posted two different posts about the same subject. The first post I posted did the same thing Jeff's reply did, which confused me. So I posted about that confusion only to have the website start acting normally again after I posted that.

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

Viewing 15 posts - 59,386 through 59,400 (of 66,549 total)

You must be logged in to reply to this topic. Login to reply