Viewing 15 posts - 5,176 through 5,190 (of 11,678 total)
Sean Lange (8/13/2013)
Jeff.MSSqlSage (8/13/2013)
Part 1Part 2
Part 3
You do know that this violates the agreement for the exam right? Your page discusses exam content with things like the percentages of questions...
August 13, 2013 at 12:40 pm
Scott Arendt (8/13/2013)
I couldn't determine a way to use my existing stored procedure in Power Query, so I converted it to a view. Works great that way.
Good to know,...
August 13, 2013 at 7:09 am
You can check the syntax for IDENTITY INSERT here:
SET IDENTITY_INSERT (Transact-SQL)
I'd like to add that most of your issues can easily be solved by just reading the relevant pages on...
August 13, 2013 at 7:03 am
Bulelani M (8/13/2013)
I'm using ssrs 2012
It works in SSRS 2008R2, so I would be suprised if they killed that "feature".
Did you try using the properties?
August 13, 2013 at 6:55 am
Script out all the stored procedures to .sql files, and then use a decent text editor to replace the database names.
August 13, 2013 at 6:52 am
1) Do you have some sort of company ID. There's no way for SQL Server to tell if Wiley Company and The Wiley Co. are actually the same. (you'd have...
August 13, 2013 at 6:23 am
I think it's usually around October-November. Last year it was in the beginning of November.
Never went myself though. Someday... 🙂
August 13, 2013 at 6:18 am
I can. What version of SSRS are you using?
Can you change it using the properties?
August 13, 2013 at 6:05 am
You can select multiple cells by holding ctrl or shift while selecting them.
August 13, 2013 at 5:52 am
You can only use that syntax once. The first time it will create the table.
The second time it already exists, so you will get an error.
For the 2nd till 4th...
August 13, 2013 at 5:07 am
Take a look at the PIVOT function.
August 13, 2013 at 4:36 am
karim.boulahfa (8/13/2013)
August 13, 2013 at 3:25 am
What is the result you expect?
--> Format(Fields!incident_ref.Value,"00000")
Are you sure the format function is OK? Is "00000" the formatting you need?
August 13, 2013 at 3:00 am
Ville Lucander (8/13/2013)
August 13, 2013 at 2:45 am
This is not possible.
Either you join the data sets into one data set, or you use the LOOKUP function.
More info in this thread:
August 13, 2013 at 2:35 am
Viewing 15 posts - 5,176 through 5,190 (of 11,678 total)