Viewing 15 posts - 46 through 60 (of 90 total)
Managed to get the list using below query.
SELECT TABLE_NAME FROM [DB1].information_schema.TABLES
Where TABLE_TYPE='BASE TABLE'
EXCEPT
SELECT TABLE_NAME FROM [DB2].information_schema.TABLES
Where TABLE_TYPE='BASE TABLE'
March 1, 2013 at 12:38 am
Hi,
I had to come back again......
I used below code, only change in what has been suggested earlier is addition of an additional record so that I get duplicate values for...
February 27, 2013 at 12:52 pm
This is Crazy and I am overjoyed.
Thanks to everone who took the pain to look into my Issue and been kind enough to give their precious time. Thanks Again..... 🙂
February 26, 2013 at 3:52 am
Hi Mark,
I am truly amazed by the quick response I am getting on this forum. I must say a Big Thanks before anything else.
On the code that you have...
February 26, 2013 at 2:53 am
Thanks Mark.....
Though I was trying to tweak your query for below requirement of mine. Basically there are mutiple columns which can have duplicate values and those need to be concatenated...
February 26, 2013 at 12:47 am
Terrific....Exactly what I needed and such a prompt response.
Super Thanks 😀
February 25, 2013 at 11:32 pm
I am using SQL Server 2008 ( if that helps )
February 12, 2013 at 2:21 am
There is something more to it.
If the new Cube returns Null Data for some Selection and Constrained Flag is set to ON then this error appears.
The Solution to this...
January 23, 2013 at 4:00 am
Hi,
If there has been any change in reports(recreated ?) then have a quick look on parameters and ensure they have same Datatypes.
January 23, 2013 at 3:34 am
Hi Dan,
Adding a screenshot would have helped immensely to understand the issue. How "Adjusted target Area" gets twisted in the chart is as difficult to understand as it is to...
January 22, 2013 at 3:24 am
Does this help ? In one of the replies...one fellow user has mentioned the steps as well.
Regards,
Athar
January 21, 2013 at 11:30 pm
Hi Anthony,
Thanks for your help. Can I further request you to provide a little more info on Custom Authentication.
I have always used SSRS in sharepoint-integrated mode and so don't...
January 21, 2013 at 11:24 pm
Screenshot isn't visible. Kindly attach it.
November 17, 2011 at 2:06 am
Issue is solved now? If yes, kindly let us know the correct solution for the same. Thanks.
November 14, 2011 at 4:50 am
Viewing 15 posts - 46 through 60 (of 90 total)