Viewing 15 posts - 4,216 through 4,230 (of 11,678 total)
The SSRS engine that renders the reports is basically a web service.
There are a numbers of methods you can use.
November 18, 2013 at 4:21 am
You mean "fully justify".
This is not possible (yet) in SSRS.
November 18, 2013 at 4:00 am
Yes. Select the text you want right and allign it right.
Select the text you want left (on another line of course), and allign it left.
If both text are on the...
November 18, 2013 at 3:50 am
By choosing align right from the toolbar?
(see screenshot in attachment)
edit: you can also modify the TextAlign property
November 18, 2013 at 3:45 am
KcV (11/18/2013)
done.thanks man, you are always a life saver....:-)
Although the avatar is a bit misleading, Gail is a woman 😉
November 18, 2013 at 3:40 am
blasto_max (11/18/2013)
4K chars ? Thats like a full stop for me. How about 500K chars plus ? 🙂
Use a stored procedure, like I mentioned earlier.
November 18, 2013 at 1:26 am
Phil Parkin (11/18/2013)
Koen Verbeeck (11/18/2013)
Phil Parkin (11/18/2013)
Batch size.
I think the limit in SSIS is smaller.
I've had issues with very large SQL statements in Execute SQL Tasks, but they were less...
November 18, 2013 at 1:10 am
GilaMonster (11/18/2013)
Koen Verbeeck (11/18/2013)
November 18, 2013 at 1:07 am
Shadab Shah (11/18/2013)
GilaMonster (11/18/2013)
None, there's no index useful for that query.
I may be wrong over here but if none index is created on the table it gets stored on heap...
November 18, 2013 at 12:57 am
Phil Parkin (11/18/2013)
Batch size.
I think the limit in SSIS is smaller.
I've had issues with very large SQL statements in Execute SQL Tasks, but they were less than 64K characters if...
November 18, 2013 at 12:43 am
Any source control present?
I believe SSRS will build the report prior to rendering it in Visual Studio, so that's why changes might be persisted.
Anyway, every heard of the undo button?
November 18, 2013 at 12:40 am
In theory everything seems to be correct.
Can you supply some screenshots of your package design?
November 18, 2013 at 12:39 am
SQL_Surfer (11/17/2013)
Thanks. Any idea how to copy the list of linked server from 2005 to 2012? I didn't see the option in SDT.
You can script them out. You can either...
November 18, 2013 at 12:37 am
You could do an uncompressed back-up/restore.
Or do the data migration in SSIS itself so you can exploit parallellism to the max. (not sure how the copy database task uses parallellism).
ps:...
November 17, 2013 at 3:14 pm
Wouldn't a compressed full backup/restore have been faster?
November 17, 2013 at 2:44 pm
Viewing 15 posts - 4,216 through 4,230 (of 11,678 total)