Viewing 15 posts - 631 through 645 (of 1,957 total)
shravan.gavva (11/20/2013)
I have two columns in the same table
One is data_value (varchar) and the other is sql_data_type (varchar). Data_value holds info like dates, decimals, etc..
sql_data_type holds info about what type...
November 20, 2013 at 4:15 pm
I didn't say that 😉
...but yes, generally I would advocate COALESCE for that use.
November 19, 2013 at 5:42 pm
It is dynamic on mine, just making sure you drag the page header size until it won't get any smaller works here...
Attached is a standalone sample report that does this...
November 19, 2013 at 5:40 pm
Not automatically, but linked reports are very cool and will let you achieve your requirement without any additional report development
November 19, 2013 at 5:13 pm
In this case, I would plump for 2.
Reason 1 : #1 and #3 are the same behind the scenes, but #3 is shorter and more readable, so eliminate #1
Reason 2...
November 19, 2013 at 5:11 pm
This works I think:
1. Add a page header
2. Add a textbox to the page header, positioned top left and filling the width of the header
3. Populate the textbox expression with...
November 19, 2013 at 5:04 pm
...and you can't have a single report with a parameter for A,B,C etc?
If Not, you can create the report with the parameter as a hidden parameter with a default of...
November 19, 2013 at 4:14 pm
It's just that intellisense needs a refresh. Click in the Editor and press Shift-Ctl-R
November 19, 2013 at 4:11 pm
Sorry, two things that need clarifying
1. Why can't you use a datetime instead of a varchar? SQL 2005 certainly has datetime and smalldatetime?
2. If you must use a varchar, how...
November 19, 2013 at 4:11 pm
It depends a lot on the data type of the item being displayed, but if it is a date/time field, then just put a capital "T" in the "format" property...
November 19, 2013 at 1:05 pm
You need to find out what the actual error message is.
It should be output in the window at the bottom of the package designer (Output window) when you run...
November 19, 2013 at 12:52 pm
rray 44280 (11/19/2013)
November 19, 2013 at 12:07 pm
The best delimiter will be the one that doesn't exist in your data.
Only you can find that.
Lowell's suggestion is a good one.
November 19, 2013 at 12:02 pm
So this:
SqlServerNinja (11/18/2013)
Month is a number like 1 for Jan, 2 for Feb. ...
was not correct?:crazy:
November 19, 2013 at 11:57 am
Viewing 15 posts - 631 through 645 (of 1,957 total)