Viewing 15 posts - 46 through 60 (of 132 total)
In my experience the person who designs the database may have good reasons for cascaded updates and deletes on some relationships and not others...
April 5, 2010 at 6:25 am
Yikes, my eyeballs lied to me. Usually the guy that builds the servers makes the data drive letter D and this time it's E and I failed to notice. This...
April 5, 2010 at 6:01 am
Thanks for your responses. I am getting the following error when I attempt to switch the install path to the D drive.
This is despite the fact that I have...
April 5, 2010 at 5:42 am
Thanks guys, we will deploy to an NLB cluster dedicated to SSRS. Appreciate your responses.
March 18, 2010 at 4:38 pm
Allister, I'm using that one because lucky me, the report we're doing only has a couple of hundred nodes in the tree and as of now we won't even have...
January 5, 2010 at 12:07 pm
It depends on how you want to show the data. If you just want all the data for the previous month or same month last year as additional rows, then...
December 20, 2009 at 11:14 pm
If I understand your problem correctly, I don't think this is an SSRS question as much as it's a query question. I would suggest left joining to the prior month...
December 15, 2009 at 3:16 pm
I believe another way to solve the problem is just to install the 2008 version of the Report Viewer, which works just fine with SSRS 2005.
December 15, 2009 at 3:11 pm
I figured it out. I am running the 64-bit version of Windows 7 and I was rushing and failed to make the distinction between "Program Files" and "Program Files (x86)"....
December 9, 2009 at 4:31 am
I didn't provide DDL and sample data because I'm not asking for someone to write the query for me, I am just asking if anyone has any links to articles...
December 1, 2009 at 11:23 am
Are you using the default report manager site or are you trying to integrate your reports into a custom application/sharepoint/something else?
November 28, 2009 at 2:20 pm
There are manual ways to do it, sure, but if you're going to be working with staged dev/test/production databases, you need to know about Red Gate SQL Compare and SQL...
November 27, 2009 at 12:54 pm
To answer your second question, yes, SQL Server offers the ability to "cascade" a delete or an update. Google or search this site for ON DELETE CASCADE and you'll find...
November 27, 2009 at 12:45 pm
I can't help myself, I have to ask, what kind of application is this and why does it create many tables with the exact same schema??
November 27, 2009 at 12:03 am
Bru's way is a better approach but just in case I'll offer an alternate, the only advantage being how few lines of code it needs. It assumes you store the...
November 26, 2009 at 11:53 pm
Viewing 15 posts - 46 through 60 (of 132 total)