.sql.design file

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
mpalmer
Posts: 4
Joined: Sat 22 Jun 2019 19:02

.sql.design file

Post by mpalmer » Tue 05 Nov 2019 19:29

Hi...what's the .sql.design file used for? It's not always created for all .sql files.

alexa

Re: .sql.design file

Post by alexa » Wed 06 Nov 2019 10:51

The *.sql.design file contains the information on the entities position on the query builder diagram.

mpalmer
Posts: 4
Joined: Sat 22 Jun 2019 19:02

Re: .sql.design file

Post by mpalmer » Wed 06 Nov 2019 14:47

What diagram? These files seem to get created randomly. I'm not doing anything with diagramming. How can I prevent these files from getting created?

alexa

Re: .sql.design file

Post by alexa » Wed 06 Nov 2019 17:01

What diagram?
That's a Query Builder diagram
http://docs.devart.com/studio-for-sql-server/getting-started/creating-query-in-query-builder.html
These files seem to get created randomly.
It's created when you save the file.
How can I prevent these files from getting created?
There is no such a possibility.

mpalmer
Posts: 4
Joined: Sat 22 Jun 2019 19:02

Re: .sql.design file

Post by mpalmer » Wed 06 Nov 2019 18:24

Thanks, but this doesn't make sense. I'm not using query builder, why are these files getting created?

alexa

Re: .sql.design file

Post by alexa » Wed 06 Nov 2019 18:48

Please perform the following:
1. Memorize the name of the *.sql.design file and delete it.
2. Open the respective *.sql file having the same name in dbForge.
3. Next time the *.sql.design file is created, please provide us a screenshot of dbForge Studio with the respective *.sql file being opened at that moment.

Please note that the *.sql.design file get created upon saving the respective *.sql file.

You can send a reply straight to our support system at alexaATdevartDOTcom and supportATdevartDOTcom .

Post Reply