Viewing 15 posts - 6,061 through 6,075 (of 9,643 total)
What is the problem you are actually experiencing? What errors are you getting? What formats are causing the problem?
February 9, 2009 at 6:46 am
Use an expression based on the parameter to set the Hidden property of the subreport.
IIF(Parameters.ShowSub.Value = "True", False, True)
February 9, 2009 at 6:39 am
How is the performance issue manifesting itself? With SQL Server 2008 ad hoc query plans also get cached, so are you seeing plans being more recompiles because the number...
February 9, 2009 at 6:35 am
Lowell (2/6/2009)
you don't need a trigger for this...you could handle it automatically by making status a calculated field instead of a bit you have to update:
Hey, that's a nice tip....
February 9, 2009 at 6:32 am
Can you post the table structures and some sample data? Please see the links in my signature for advice on posting this information.
February 9, 2009 at 6:12 am
Thanks Bruce. Means a lot coming from you. I've definitely noticed the quality of your responses. You are definitely an asset to the community. Glad you...
February 8, 2009 at 2:06 pm
Thanks Bob, I'll give it a shot on Monday.
February 6, 2009 at 7:20 pm
RBarryYoung (2/6/2009)
February 6, 2009 at 4:24 pm
Bob Hovious (2/6/2009)
Guys, I've never seen a table joined against two different tables before. Do you do it a lot?
Sure. I do "glue" tables ...
February 6, 2009 at 2:48 pm
Yes. At least full weekly. Particularly master and msdb. master has the information about your user databases, logins, etc... and msdb stores all your maintenance plans, jobs, schedules,...
February 6, 2009 at 9:11 am
Since I don't really know what you need to do and why I can't really make any suggestions. If you have SQL Server other than express edition you have...
February 6, 2009 at 7:26 am
Just found this post duplicate here with more answers so please post there.
polaiah,
Please do not post duplicates as I, and possibly others, just wasted time looking at both.
Thanks,
February 6, 2009 at 7:24 am
I think I recall having seen an issue like this before. I'd suggest deleting the OLEDB Destination and recreating it. I think the package caches the datatype information...
February 6, 2009 at 7:21 am
This is causing the error:
EXEC SP_TD_GEN_NEXTID 'GN', 'TD_SURVEY_RESULTS', 'nResultID', @pin_nResultID OUT
How is this code working? When is your id value being incremented? You need to code something that...
February 6, 2009 at 7:15 am
What are you using to generate the results (SSMS, Reporting Services, A custom application)?
February 6, 2009 at 7:01 am
Viewing 15 posts - 6,061 through 6,075 (of 9,643 total)