Viewing 15 posts - 1 through 15 (of 21 total)
Thank you both; I will have a look at the results from each method and see what can be done. Given that both of these methods require a bit of...
July 30, 2014 at 2:05 am
Simple Talk suggests this:
USE [DataBaseName]
GO
EXEC sys.sp_cdc_enable_db
GO
July 29, 2014 at 8:48 am
Thanks wBob - that equivalent by a different method will be a really useful tool for me; I am much less familiar with the FOR XML PATH method and will...
July 29, 2014 at 5:20 am
I have found a solution to the problem - in each union-ed select statement, I can add a WHERE clause to include or exclude the results. If the select statement...
July 29, 2014 at 4:06 am
I am sorry.
I have found the error - it is in the source data; someone has changed something somewhere and the more recent claim create dates are entered differently to...
June 3, 2014 at 3:10 am
Ah, so I have found something that might help shed light: if I run the stored procedure as a query by modifying, then commenting out the "alter proc" to return...
June 3, 2014 at 2:43 am
I have compared the procedures in the live and test versions - apart from the database references (only one line at the top "USE ..."), they are identical. The field...
June 3, 2014 at 2:38 am
Cheers, Jeff - lots for me to chew over there!
I'll look through the links and see what they provide. In answer to your question, I refer often to (e.g.) "Second...
April 3, 2014 at 2:08 am
Ok - no point in repeating the logic in separate indexes; got it.
thanks!
Mark
January 24, 2014 at 4:13 am
Unfortunately, I cannot use a URL like that in this case, as the report will be printed out and given to a medical escort when they drop in at work...
January 14, 2014 at 8:02 am
Cheers LeoZ,
That is exactly the unhappy conclusion that I came to - I just hoped I was wrong as I am not very experienced with SSRS. I think I will...
January 14, 2014 at 4:14 am
Hi,
thanks for the answer - unfortunately I had hoped this could be avoided, as it means that I'll have to spend a very long time changing a lot of things...
July 30, 2013 at 9:23 am
Hi Sean,
ours is on the server, so I'll need to get someone else to have a look at that, but if that holds the full error messages, then that's what...
July 16, 2013 at 7:42 am
Thanks guys,
I have had a little look at the profiler and that looks as though it will do the job for now, but as you say, it seems to record...
June 13, 2013 at 6:24 am
OK, so the answer was to add an ABS() around the length part of the LEFT() command. This means that the length will never cause an error - if this...
November 29, 2012 at 3:33 am
Viewing 15 posts - 1 through 15 (of 21 total)