Viewing 15 posts - 16 through 30 (of 86 total)
Hi can you please post the scripts to create the tables you need help with, and some insert statements to populate data into these tables.
And also what the output...
August 20, 2009 at 7:47 am
Actually I've just realised that my question to you was pretty pointless. I can't help you unless I can actually see the .rdl file. Sorry. Maybe it would help if...
August 20, 2009 at 7:34 am
It would be nice if you could show us what you mean to do. Can you give us the create table statement and inserts of data for the table you...
August 20, 2009 at 6:29 am
Do you get the blank pages when you try and view the report or when you try and print the report?
August 20, 2009 at 6:23 am
Hi Bhargav Patel,
I'm not sure I'd agree with you. Temporary tables can be indexed, whereas CTE's cannot. It might be quicker in terms of coding turn around time, but performance...
August 20, 2009 at 5:24 am
You are going to think I'm crazy... :w00t:
AAAANNNNYYYYWWAAAAAYYYY the code below is based on what i think a report user table would look like. Basically I'm thinking it looks something...
August 20, 2009 at 1:58 am
I'd just like to say that if you want help and quickly then in future you should post your code like I've done at the end of this post. I...
August 20, 2009 at 1:13 am
Hi Paula,
You need to include your CASE statements in your group by clause for your query to work. eg:
SELECT TOP 10
[VOLUME] = count(1),
[ISVALID] =
CASE BOT_DR_CLIENT_NO
WHEN 1 THEN 'YES' ELSE...
August 20, 2009 at 12:43 am
Ok, I dragged a textbox onto one of my existing reports and captured "C:\MyFile.txt" in it.
Then I created the file itself on my C:. In the file I put...
August 20, 2009 at 12:31 am
What requirement needs to be done in SQL server?
August 19, 2009 at 12:51 am
In that case my answer to you question would be "don't do it".
August 19, 2009 at 12:49 am
Tell us a bit more about the server you are running the package on. What applications does it have running other than Integration Services? Give us a bit more to...
August 19, 2009 at 12:28 am
When there are more than one packages executing at the same time, I want one package to be executed at a single time while rest of the packages waiting for...
August 19, 2009 at 12:25 am
Well what you could try is store the list of file names that you have already imported in a table. Then once a week your SSIS package can run, check...
August 18, 2009 at 7:30 am
Viewing 15 posts - 16 through 30 (of 86 total)