Viewing 15 posts - 361 through 375 (of 1,193 total)
smtzac (8/7/2014)
[A] [uniqueidentifier] NULL,
[uniqueidentifier] NULL,
[C] [nvarchar](100) NULL,
[D] [nvarchar](max) NULL,
[E] [nvarchar](max) NULL,
[F] [nvarchar](100) NULL,
[G] [datetime] NULL,
[H] [nvarchar](100) NULL,
[datetime] NULL,
[J] [bit] NULL,
[K] [bit] NULL,
[L] [bit] NULL,
[M] [nvarchar](2) NULL
)...
August 7, 2014 at 7:55 am
TomThomson (8/7/2014)
I find the documention on this is utterly awful, almost incomprehensible; so getting it right was quite a surprise. I wouldn't have been at all confident if...
August 7, 2014 at 2:53 am
You're converting to style 106 (dd mon yy) before applying the MAX, so the MAX is based on string comparison, e.g. '12 Aug 2014' would be less than '30 Jul...
August 5, 2014 at 10:30 am
Hi Rob, don't envy you this situation.
As far as I can see, the FK issues are because at no point does the script insert into the sysschedules table, this is...
August 5, 2014 at 9:37 am
Gary Varga (8/5/2014)
Gazareth (8/5/2014)
Hmm, oversimplifying, but...Problem: Someone left the bank vault door unlocked. Robbers took loot & got away in cars.
Solution: Ban cars!
...or vaults???
No!!! Banks!!! 😛
Roads! And bags with dollar...
August 5, 2014 at 8:01 am
No problem.
Just the rdl file I think the data file isn't an allowed file type - you can attach it here in the forum if you're happy for it to...
August 5, 2014 at 7:32 am
Hmm, oversimplifying, but...
Problem: Someone left the bank vault door unlocked. Robbers took loot & got away in cars.
Solution: Ban cars!
August 5, 2014 at 7:23 am
That's fine, Report Builder is a separate thing to Visual Studio, but if you're using VS then it doesn't matter.
I don't have the 2010 tools (and MS don't let you...
August 5, 2014 at 7:15 am
I'm getting short on ideas myself!
I can remember this happening when using visibility toggles with default to not visible, don't think that applies here though.
What version of SSRS, Visual Studio/BIDS/SSDT...
August 5, 2014 at 4:38 am
No problem, there's also page break tick boxes in the column & row groups properties at the bottom of the design page, check they're unticked too.
Beyond that, make sure there...
August 4, 2014 at 10:42 am
Hi Kurt,
Can't see anything syntactically wrong with the DISTINCT, is it throwing an error or just not returning the results you'd expect?
As for 'run for every month to get a...
August 4, 2014 at 10:35 am
Is the 'add a page break after' option ticked in the tablix properties?
August 4, 2014 at 10:23 am
Oh, and check your execution setting with Get-ExecutionPolicy if you're running scripts - the default is Restricted which doesn't allow scripts to be executed, including any you've written yourself (you'll...
August 4, 2014 at 5:19 am
BWFC (8/4/2014)
I feel that I should make some mention of this man's birthday today. I think without his work our lives may be very different\easier\harder, delete as appropriate.
Or...
August 4, 2014 at 4:57 am
Lynn Pettis (8/3/2014)
August 4, 2014 at 3:37 am
Viewing 15 posts - 361 through 375 (of 1,193 total)