GithubHelp home page GithubHelp logo

Comments (2)

jimmystelzer avatar jimmystelzer commented on June 30, 2024

@ddimkovikj I develop this extension under Linux and that is why I delayed to response this issue. I have made a new installation of the Azure Data Studio under Windows 10 Professional to check that and do not found any issue, as you can see in this video https://youtu.be/UwQgFHCMntg .
Maybe we can make further investigations to found the related issue, if you can give more informations and run some tests.

For start can you give the information about the SQL Server version? So I can test in your version too.
So far I have tested this extension with SQL Server 2012 Enterprise and SQL Server 2019 Express.

Do you use another extension? Can you give the list so I can check if there is incompatibility?

Microsoft offers a sample databases (AdventureWorks) to test purpose that maybe we can use to isolate this issue and check if this has relation with the database schema.
https://docs.microsoft.com/en-us/sql/samples/adventureworks-install-configure?view=sql-server-ver15&tabs=data-studio

Maybe this has relation if the user permission, can you test this with a more privileged user in the SQL Server or try to do a query to read the table schema (change YorDatabaseNameHere with you information):

USE YorDatabaseNameHere; SELECT TOP 10 [COLUMN_NAME] FROM INFORMATION_SCHEMA.COLUMNS

from azuredatastudio-select-top-n.

jimmystelzer avatar jimmystelzer commented on June 30, 2024

@ddimkovikj I think that I found something. I have create a database with a reserved word from SQL to test if works and that is fails. My test database name is UPDATE. Can you confirm if in your case the database or table is a reserved word from SQL?

If that is the case I will push a fix soon.

from azuredatastudio-select-top-n.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.