Viewing 15 posts - 1 through 15 (of 38 total)
I am not sure I can get the actual SQL, since I do not have access to SQL Profiler, but I am trying to work with IT to get that. ...
March 12, 2020 at 9:35 pm
I have heard of passing to an internal parameter, but this is not using a stored procedure. It is just straight SQL from RS dataset. And I have changed the...
March 12, 2020 at 6:59 pm
I guess that is a solution, but not as elegant as I was hoping. But I had not thought of that.
Is there some code that I can add,...
February 15, 2017 at 7:39 am
As mentioned here there are indexes shown in the results. Would it make sense if I were to group by the "Name" and do a SUM(reserved_page_count * 8) as...
January 17, 2014 at 11:11 am
Fiddlesticks! I have confirmed that the join elimination does in fact work with a view, using the AdventureWorksDW2008 database. Unfortunately, the foreign key constraints look exactly the same...
May 14, 2013 at 12:41 pm
When I check the objectproperty(object_id,'CnstIsNotTrusted'), I get a value of zero, which I presume means the constraint is trusted. I even ran the "CHECK check" alter statement and saw...
May 14, 2013 at 12:08 pm
Thanks for the prompt reply. However, I am not sure that is the problem. When I look at the properties of the constraint, it says it is trusted....
May 13, 2013 at 12:30 pm
The gauntlet was thrown and now you own it. 🙂 Very impressive answer. I had only heard about recursive calls to the same report, but this is...
May 22, 2012 at 1:27 pm
The SQL mentioned in this post many years ago refers to a way to compare the DATA in two different tables. It would tell you that Field7 has changed...
March 16, 2012 at 8:17 am
I am not sure I understand. Can you give simple example of what tables you have and what you want?
March 15, 2012 at 7:29 am
Thanks. It is a few more clicks and not as simple, but the workaround does give the ability to enlarge the font.
I tried the DataSet Designer options, but none...
August 2, 2011 at 2:56 pm
There are about 20 settings to choose from and I cannot find one that changes the text in the query design pane. I have changed the options I think...
August 2, 2011 at 1:29 pm
and then where? I am hopeful there is an option in there, but I do not see it.
August 1, 2011 at 9:31 am
I have not attacked a listing of all the database fields used, but my theory on that is that I could get the CommandText, as you outline above, and then...
April 21, 2011 at 12:30 pm
Here is the SQL I use to get the Table details, along with the corresponding header. This uses a table of numbers, called Tally, to look at specific positions...
April 21, 2011 at 11:21 am
Viewing 15 posts - 1 through 15 (of 38 total)