CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 15
  1. #1
    Join Date
    Aug 2002
    Posts
    756

    How do I report a problem to MS?

    Hi,
    This past weekend my Windows 8.1 picked up updates.
    Unfortunately they (or one of them) broke my SQL Server 2005, that came with the machine - turns out I can't query any of the table in the "sys" schema.

    Is there a way to report the problem to MS?

    Thank you.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

  3. #3
    Join Date
    Aug 2002
    Posts
    756

    Re: How do I report a problem to MS?

    Hi,
    This link requires a Windows Developer Preview program, which I don't have. And I presume to become one I need to pay MS huge amount of money to get MSDN subscription. Don't want to and don't need to - this will be a one-time thing.

    This link about reporting issue with MSVC 2015. I don't have this version and my problem is not with Visual Studio.

    This one about MSDN Web Site. Don't care about MSDN Web Site. My problem is not with it.

    This is the closest one - but in order to ask the question on the forum it is asking "to create MSDN Profile" even if I already have one which the site is not recognizing.

    Any other way?
    Once again - the update of Windows 8.1 broke the SQL Server 2005 (both came with the laptop). I can't run query against a table/view inside the "sys" schema.
    Updating happened Sunday 22 July 2018.

    I tried to install all updates - not just an important ones, but that didn't fix the issue.

    Anything else I can do?

    Thank you.

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: How do I report a problem to MS?

    Well, I see now it is no so easy...
    They seem to move to kind a "Feedback Hub".

    Try also
    https://support.microsoft.com/en-us/...nd-us-feedback
    https://www.thewindowsclub.com/insta...eloper-preview

    PS: the problem looks like the same as with MSDN: every new version becomes worse and worse...
    PPS: even worse is the every new Skype version!
    Last edited by VictorN; July 24th, 2018 at 03:23 PM.
    Victor Nijegorodov

  5. #5
    Join Date
    Aug 2002
    Posts
    756

    Re: How do I report a problem to MS?

    Hi,
    Quote Originally Posted by VictorN View Post
    Well, I see now it is no so easy...
    They seem to move to kind a "Feedback Hub".
    Apparently so.

    Quote Originally Posted by VictorN View Post
    Apparently it looks like this link belongs to Windows 10 as it references Microsoft Store.

    And this one requires MSDN subscription.

    Quote Originally Posted by VictorN View Post
    PS: the problem looks like the same as with MSDN: every new version becomes worse and worse...
    M$ sucks... ;-)

    Quote Originally Posted by VictorN View Post
    PPS: even worse is the every new Skype version!
    Don't know - don't have Skype. And now I wonder what will happen with GitHub

    Apparently it is very hard to report problem to M$ - you have to have a subscription to the MSDN or pay just to report bugs.

    Thank you.
    I will try to talk to M$ rep again tomorrow. If nothing I might come back here.

    Thank you.

  6. #6
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,825

    Re: How do I report a problem to MS?

    Originally Posted by VictorN View Post
    https://social.msdn.microsoft.com/Forums/en-US/home
    This is the closest one - but in order to ask the question on the forum it is asking "to create MSDN Profile" even if I already have one which the site is not recognizing.
    This is a Microsoft account that is required. It is easy to create and has nothing to do with MSDN AFAIK. It's just like creating a profile for codeguru. Note however that this is a forum. You'll get suggestions as to what to do to work around the problem.

    Apparently it is very hard to report problem to M$ - you have to have a subscription to the MSDN or pay just to report bugs.
    If you actually want to get a problem resolved, then unfortunately you have to pay!
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  7. #7
    Join Date
    Aug 2002
    Posts
    756

    Re: How do I report a problem to MS?

    Hi,
    Quote Originally Posted by 2kaud View Post
    This is a Microsoft account that is required. It is easy to create and has nothing to do with MSDN AFAIK. It's just like creating a profile for codeguru. Note however that this is a forum. You'll get suggestions as to what to do to work around the problem.
    When I hit the "Ask question" button and signed on with my gmail account I got a page which says "Create you MSDN Profile to Contribute".
    Now why should I create this extra thing - I already have an account, which is what should be required to post a question/suggestion/problem.

    But even then - it does not have an option to follow with the existing profile, because when I fill in the display name with my name it says: "The display name is already in use. Please choose another display name".

    I would guess that those profile will be coupled with the E-mail ID, but apparently it is not the case.


    Quote Originally Posted by 2kaud View Post
    If you actually want to get a problem resolved, then unfortunately you have to pay!
    I will be happy if this will be fixed sometime in the future, not immediately. Since it is an OS update that broke it, I would guess that it will have to be another update with the fix.
    I seriously doubt that someone from MS can get in and figure out why after the updates, I suddenly can't run queries inside SQL Server without a debugging session. Therefore I doubt I will have to pay for the fix. ;-)

    Thank you.

  8. #8
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How do I report a problem to MS?

    Can you roll back to a previous restore point and undo the update?

  9. #9
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How do I report a problem to MS?

    Btw, in terms of the update breaking your sys queries, perhaps it was a security change. You might want to look through the security area in ssms and see if the db permissions have changed for your user account.

  10. #10
    Join Date
    Aug 2002
    Posts
    756

    Re: How do I report a problem to MS?

    Arjay,
    I can. But someone else can not.
    The point is that M$ didn't verify that the update they release will break something.
    Granted - the actual developer/DB Admin will very rarely run Win 8.1 and query system tables of SQL Server (2005). Nevertheless, this should be fixed.

    Some people might work for the company where it is not possible to do the rollback. Some people will just don't care and continue working. But what happen when the next time MS releases the patch and the INFORMATION_SCHEMA queries will fail.

    My point is that both of those product are from MS and they are not doing a good job handling everything, because, well.... it's everything. You can't test every possible combinations of the software that becomes installed. But this one you should. Because it comes by default with the system.

    Thank you.

  11. #11
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How do I report a problem to MS?

    Searching bing or google for "db permissions required to query sys tables" may help as well.

  12. #12
    Join Date
    Aug 2002
    Posts
    756

    Re: How do I report a problem to MS?

    Hi,
    Quote Originally Posted by Arjay View Post
    Searching bing or google for "db permissions required to query sys tables" may help as well.
    But it was working prior to the update. And now it does not.
    Also, I'm connecting as a root/Admin, so should have all right necessary.

    Thank you.

  13. #13
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How do I report a problem to MS?

    It is a bit unreasonable to expect Microsoft to continue to regression test a product whose end of life was in 2016.

    Time to upgrade SQL 2005.

    https://blogs.msdn.microsoft.com/sql...grade-options/

  14. #14
    Join Date
    Aug 2002
    Posts
    756

    Re: How do I report a problem to MS?

    Arjay,
    Well I have SQL Server 2005 and 2012 installed side-by-side. It just 2005 one is running by default as the product that was installed initially.
    Now the problem is that if I start running 2012 now and this breaks, I won't ever know whether it is a regression after the OS update or it was happened before.

    Thank you.

  15. #15
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How do I report a problem to MS?

    Sounds like a real mess of outdated components. Good luck.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured