Viewing 15 posts - 3,151 through 3,165 (of 5,111 total)
September 13, 2017 at 8:46 am
Couple of ways I can see.
One, is at the dataset level, and insert your extra rows in there. Provided that the query is only for your report set,...
September 13, 2017 at 8:17 am
September 13, 2017 at 7:54 am
September 13, 2017 at 6:04 am
September 13, 2017 at 3:41 am
Before anything, I do need to ask, why are you storing data in the system databases? The master database should not be used to store your own data; you should...
September 13, 2017 at 2:34 am
Export the report to a file type (i.e. xlsx, pdf, etc). Open the file and then Print in there, in the pages options, define your print page requires. For example...
September 13, 2017 at 2:00 am
September 13, 2017 at 1:47 am
Thank you for your support.
But d: has already that directory which is FicheirosZipadosDiarios. This is...
September 12, 2017 at 10:05 am
September 12, 2017 at 9:13 am
Where is the source data coming from, and how much control do you have on it? Could you in stead use A User Defined Table Type? For example:
[code...
September 12, 2017 at 9:12 am
September 12, 2017 at 8:57 am
September 12, 2017 at 8:53 am
If you're running in design mode in Visual Studio's SSDT, then the user account being denied is your user account (as you are the one running the package). Thus your...
September 12, 2017 at 8:31 am
Viewing 15 posts - 3,151 through 3,165 (of 5,111 total)