Viewing 15 posts - 2,566 through 2,580 (of 3,500 total)
Not near enough information to help.
What does the signature of the stored procedure form Oracle look like?
storedproc_name
@param1 <datatype>,
@param2 <datatype>
If the stored procedure already has paramters, are you trying to use...
April 27, 2015 at 11:27 am
By far the easiest way of dealing with stuff like this is by using a Calendar table. Then you can get ANY day of ANY week...
SELECT ..
FROM CalendarTable
WHERE WeekNumber...
April 23, 2015 at 5:27 pm
Why not just cascade the parameters?
First one is Elementary/Middle/High School
Second filters based on that.
SELECT Grade FROM src WHERE Level = @Parameters!Level
April 23, 2015 at 8:18 am
Think if it this way:
T-SQL does all the data manipulation
VBA does the front end stuff (if you're using something like an Access FE and a SQL Server BE) -- pretty...
April 22, 2015 at 9:25 pm
Not sure if it's possible, but one way might be to use an ADO connection from inside Excel to push the results to SQL Server...
April 18, 2015 at 10:25 am
This looks like a pretty good answer:
https://answers.laserfiche.com/questions/48435/SQL-Transaction-Log-is-taking-up-all-drive-space
Then read Gail's articles:
http://www.sqlservercentral.com/articles/64582/
http://www.sqlservercentral.com/articles/Transaction+Log/72488/
April 14, 2015 at 10:51 pm
John,
Any chance you can upload a copy of your report? The fun part is that you have to provide some data for it. So you have two options:
1....
April 14, 2015 at 5:31 pm
If you're using a matrix, you need at least one Row Group and one Column Group as well as one Aggregate...
So... this worked for me:
Row Groups: [PeriodEnd] (or the date...
April 14, 2015 at 4:22 pm
Might sound like a dumb question, but what happens if you add a table to the report and drop the fields into a tablix but don't filter it. Just...
April 13, 2015 at 9:33 pm
Okay, I was going to use a Calendar table to force the dates to exist. DAX is just still kind of mind-boggling.
I figured out the solution after the...
April 13, 2015 at 12:02 pm
Not much for details. BOL (Books On Line... hiding under the F1 key) is your friend. Check out this article on CHARINDEX. It should get you started. ...
April 12, 2015 at 10:21 pm
Here's the cool thing with DAX. You don't need a "proper" data warehouse. it works better if you have one, but it's not necessary. There are a...
April 12, 2015 at 6:59 pm
If you have a copy of Office Professional Plus, then you can do a bunch of stuff with DAX and PowerPivot. Check out Kasper de Jonge and Rob Collie's...
April 12, 2015 at 6:35 pm
and it takes a fair amount of time to learn... =) Not to be a wet blanket, but you get out what you put in.
April 11, 2015 at 11:59 pm
I would imagine there is. Kind of depends on how good you are at SSIS, SSAS and sometimes SSRS. Ask Koen... he does it every day.
April 11, 2015 at 11:44 pm
Viewing 15 posts - 2,566 through 2,580 (of 3,500 total)