Viewing 15 posts - 1 through 15 (of 22 total)
Hi Balaji
I am facing a similar issue......may i know how you split the XML file into tables using SSIS.
Thanks in advance
Itz
August 20, 2009 at 4:19 pm
Hi
The end users either want to provide a value manually or they might select multiple values from multi-valued parameter.
Its all about the requirement dude....:-)
Thanks
August 17, 2009 at 2:43 pm
Hi William
Thanks for your response.
It looks, its a bit complicated issue and not in the scope of SSRS. May be we can do it using .net but not sure how.:-)
As...
August 17, 2009 at 8:54 am
No, I am querying a SQL Server 2005 Database, not SSAS cube.
Thanks
August 17, 2009 at 6:46 am
Your suggestions were really helpful. I fixed the problem.
Thank you Dan and Siddhu.
ItzMe
February 27, 2009 at 8:25 am
Hi Chirag
Thanks for the response!!!
The first procedure you suggested me works fine, but with a bit enhancement.
I have made a full outer join between the tables and made a single...
February 26, 2009 at 3:02 pm
Can you explain me the method of wrapping up the stored procedure and merging multiple rowsets in a temporary table in detail....
Thanks in Advance
ItzMe
February 25, 2009 at 12:56 pm
Yes absolutely. Only DDL.
Small Clarification..... Cant we achieve both DML and DDL at the same time.
Regards
Itzme
February 16, 2009 at 12:30 pm
I got a fix for it.
Here is the code.........
DECLARE @sSQL varchar(4000);
SET @sSQL = '
UPDATE [MyDB].[dbo].[Report_Measures]
...
January 23, 2009 at 9:52 am
Hi Lowell
I have an xml file as source............which is called into a stored procedure.
I need to execute the stored procedure for every row of xml using sql/xml concept.
I could not...
December 12, 2008 at 3:06 pm
I need to use SQL/XML to execute a stored procedure for each row of xml.
How is SQL/XML used in SSMS.
Regards
ItzSam
December 12, 2008 at 2:19 pm
Yeah Chris....I agree with you.....
I cant disable the trigger as of now.....but can alter the table DDlog.
Even i learned a lot today from all you guys........really grateful to you.
Its just...
December 12, 2008 at 10:29 am
Sorry for the delayed reply....was away for sometime
when i executer sp_help ddlog
this is part of what it has to say.....
DDLEventIDuniqueidentifierno16 yes(n/a)(n/a)NULL
DDLEventnvarcharno200...
December 12, 2008 at 10:23 am
Viewing 15 posts - 1 through 15 (of 22 total)