Viewing 15 posts - 1 through 15 (of 16 total)
I was about to go the long way by using identity(smallint,1,1) as RowNmbr and then pick the min or max by RowNmbr. I didn't realize I can use min...
March 17, 2010 at 12:30 pm
Thank you for your response. Here is my task:
I'm passing the date parameters into a stored proc. When the users run the report, they provide the date range....
December 6, 2007 at 3:53 pm
Mike,
Thank you for your inputs. I'll definitely try the steps again. I'm thinking that it is the permission issue. I just don't know enough to resolve it....
September 27, 2007 at 7:53 am
Hi Mike,
Thanks for the link. I follow the instruction and still do not see anything other than the HOME area where I can not do anything...I did see on...
September 26, 2007 at 9:17 am
Yes. the only option work when connecting to Reporting Service in SQL Server Management Studio is Windows Authentication. Any idea? Thanks
September 26, 2007 at 9:13 am
Thank you for your response. How and where do I grant the permission you mention to the Crystal user? As I mention in the original post, Crystal is a user...
September 24, 2007 at 8:44 am
Hello All,
I'm facing a similar situation. However, the value of every single column in my table are identical to the original row. for example:
rec last first email
1 Doe John ...
May 15, 2005 at 9:46 am
Thank you all for your input/suggestion.
Osoba,
I'm not ranking on any value so your solution worked perfect!!! Thanks so much!!!
November 10, 2004 at 8:13 am
Thank you all your help/input. My project is much more complicate than what I have posted. There are many computations involved within the dts package to arrive to various total...
July 16, 2004 at 7:49 am
thanks for your response. i'm awared that i have to use activex script task in order to accomplish this. but how? any example? thanks
July 15, 2004 at 3:55 pm
Thanks for your respond. But don't you need to add a linked server to the production environment in order to pull the data from the processing environment over?
May 11, 2004 at 7:19 am
Thank you all for your help/suggestion.
MrSQL, i create test table and apply your code it work perfectly. I'll have to do further testing and will report my finding. i...
March 30, 2004 at 6:21 pm
Jonathan, that works great!!!Thank you so much...
I also add an important criteria to the where clause
tbl_a.key_id = tbl_b.key_id.
my WHERE clause now look like this:
tbl_a.key_id = tbl_b.key_id
and tbl_a.column5 = tbl_b.column5
and tbl_a.column6...
March 11, 2004 at 3:38 pm
Thanks for your reply. can you pls provide detail steps how i can accomplish this. i'm not a sql dba and have not done this task.
March 10, 2004 at 1:29 pm
Viewing 15 posts - 1 through 15 (of 16 total)