Viewing 15 posts - 2,746 through 2,760 (of 4,820 total)
There's a much better way to make it fail. Let it select a divisor of 0 and have the query fail for a more practical reason of divide by 0.
March 7, 2017 at 11:53 am
Just be sure it has the exact same columns and data types.. Otherwise you're going to need to re-do those reports anyway.
March 7, 2017 at 11:48 am
Why not just test the new data source query to be sure it works and then update the SSRS data source?
March 7, 2017 at 11:47 am
March 7, 2017 at 11:46 am
I'm not in favor of cursors, because there's usually a better way to do this, but your error handling isn't quite the way I would write it, and as I...
March 7, 2017 at 11:35 am
Well, what if in your supplied data, for group id = 1, the -20 is actually a void of the two most recent +10 values? That's typically why void transactions...
March 7, 2017 at 11:12 am
I'd also suggest you run your import on the server with the higher version, as it's less likely to have a problem. SQL 2008 may not be capable of properly...
March 7, 2017 at 11:03 am
Then the only possibility is that the account that the job runs under is perhaps not the one you think it is. A job CAN be configured to run under...
March 7, 2017 at 10:57 am
You see that error at the command line? Find the option that allows you to redirect the log output to a file and then post the contents of the error...
March 7, 2017 at 10:45 am
Try changing the order of the LEFT OUTER JOIN to list the CancerTypes table reference first.
March 7, 2017 at 8:45 am
Did you also check the SHARE permissions? NTFS volumes can have permissions at both the folder/file level as well as at the network share level. If you use the UNC...
March 7, 2017 at 8:40 am
I think you may have the cart before the horse here... For most companies, the definition of "maximum capacity" might well differ. Some will want to be sure that a...
March 7, 2017 at 8:28 am
Let's understand some basics about what CLUSTERED and NONCLUSTERED indexes are:
1.) When you create a CLUSTERED index, that index is actually the table itself, and the table is...
March 7, 2017 at 7:38 am
Why use Express Edition? It is not able to have SQL Agent operate. Not sure about SSRS, but it might not be capable of that either. On the other hand,...
March 7, 2017 at 7:18 am
+1 for what Sue posted. The big question here for me is how, exactly, the one query connects to the other server. Is there a Linked Server involved? Does the...
March 7, 2017 at 7:14 am
Viewing 15 posts - 2,746 through 2,760 (of 4,820 total)