Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
97 views

Query designer in SSMS and order of join sequence?

SSMS has a query designer, which I usually avoid, because honestly, I can't really work with it. Unfortunately, my colleagues do. As I have 30 minutes to spare, I finally want to know whether I am ...
0
votes
1answer
38 views

How do I select a specific column based on a variable in a MS Access query?

I have a large table with the following fields: Date Product_ID AmountEUR_Field1 AmountEUR_Field2 AmountEUR_Field3 AmountEUR_Field4 AmountEUR_Field5 where each AmountEUR field represents the sales ...
0
votes
1answer
117 views

What is the correct syntax for an MDX Filter Expression when using MTD and QTD functions in SSRS/SSAS Query Designer?

Having used the Query Designer in BIDS to type in straight MDX queries I am now attempting to create similar queries but using the graphical drag-and-drop GUI interface instead. However I am having ...
0
votes
1answer
98 views

Can I disable Query Designer in Visual Studio in favor of plain SQL editor with highlighting?

I hate the standard Query Designer window that comes up when you select New Query on a data connection in Server Explorer. I'd much rather have a T-SQL Editor come up. Is this possible? Maybe not ...