Viewing 15 posts - 1 through 15 (of 219 total)
According to the accountants, the net income for a period would appear on a balance sheet under Owner's Equity, with an Account such as "Current Period Net Income/Loss". If...
December 2, 2013 at 8:11 am
Are you looking for something like this?
SELECT
A = CASE
WHEN B IN (1,2,3) THEN 1
ELSE 0
...
June 13, 2012 at 10:09 am
Found at least a partial solution. Adding "Integrated Security=SSPI" to the connection string in the app brought the timing down from 5 to 1 second on the inner queries....
June 1, 2012 at 7:54 am
I tried that this afternoon and it improved performance but still was not as fast as the SA login. It';s the oddest thing I've ever seen and was convinced...
May 31, 2012 at 4:52 pm
Very simple queries, they just return 1 column from a single table.
May 31, 2012 at 3:29 pm
And I assume all your servers are not on SA then either. I think attempting to write your own Fuzzy logic willbe a daunting task; the MS version is...
May 24, 2012 at 4:48 am
Are you saying you're currently running Fuzzy Groupings now in SQL 2008 on a server that is not Enterprise? This is an Enterprise only (except Developer) feature.
May 24, 2012 at 4:35 am
I think the issue you're having is that SSRS evaluates the entire expression prior to doing the comparsions, so you'll always be dividing by zero. I wrote custome code...
March 30, 2012 at 4:33 am
Are you clicking on "My Subscriptions" or viewing them from the report itself?
March 20, 2012 at 3:37 am
Only reason I caught it was I spent the last week writing these as part of an ETL load 😉
February 22, 2012 at 11:44 am
If you're going to use the ROW_NUMBER function to list the duplicates, you'll probable need a ORDER BY in the OVER clause as well.
February 22, 2012 at 11:30 am
Have you configured the Mail Session on the Agent? You'll also need to restart the Agent in order for the changes to take effect.
July 6, 2011 at 8:59 am
SSRS should wrap the fields in quotes prior to a CSV export. I have data with commas in it and never had an issue with CSV exports for these.
May 18, 2011 at 4:11 am
That is exactly my thought and funny you should bring it up. We are tracking phone calls made by customers to a business and where the call was made...
March 7, 2011 at 8:16 pm
Viewing 15 posts - 1 through 15 (of 219 total)