Viewing 15 posts - 1 through 15 (of 15 total)
Amazon's stock changes frequently. When I search now, there is only 1 item for 2k5 developer for $299 and it's a used copy. Thanks for the info, I will keep...
March 7, 2010 at 10:14 am
Changed to LEFT OUTER JOIN and the data I expect is showing up. My Bad! 😀
Thanks for the help!
March 4, 2010 at 2:08 pm
In table1 the collation for the provider column is: Latin1_General_BIN
In table2 the collation for the provider column is:SQL_Latin1_General_CP1_CI_AS
I updated the sql below and the statement executes successfully yet there are...
March 4, 2010 at 1:22 pm
Within the project properties in BIDS, there is also a 'TargetReportFolder', this would be the folder name from the root directory.
So, if you had a folder named 'Test' you would...
February 16, 2010 at 9:38 am
If you search around on the web you will probably find other connection strings that people have used, which may or may not work in your scenario. Below is the...
February 16, 2010 at 8:40 am
The site referenced below will show you the configuration changes to make.
Configuring Reporting Services to Use SSIS Package Data
I recently had a project which involved using SSIS as a reports...
February 10, 2010 at 11:02 am
I turned on some logging for the SSIS package and was able to determine that it was a permissions type error. In the SSIS package I was writing the dataset...
January 15, 2010 at 12:59 pm
Karen L (1/12/2010)
http://blogs.msdn.com/bimusings/archive/2006/07/19/671743.aspx
I've also used straight...
January 14, 2010 at 8:39 am
It seems like it would be possible since you can configure SSRS to use SSIS as a datasource per Microsoft. I've done the configuration part in SSRS, now I'm just...
January 11, 2010 at 6:47 am
Thanks for the suggestion. I will give that a try!
December 30, 2009 at 10:22 am
You do provide an excellent solution however the WHERE clause in the parent query will contain conditions on the proccode column which have yet to be implemented. When those conditions...
December 16, 2009 at 9:02 am
SELECT
a.provcode
,(SELECT COUNT(DISTINCT acctno)
FROM charge_t
WHERE
dateofservice = '11/16/2009'
AND priinstype = 'R'
AND curinstype = 'R'
) AS 'Patient Count'
,(SELECT COUNT(proccode)
FROM charge_t
WHERE
dateofservice = '11/16/2009'
AND priinstype = 'R'
AND curinstype = 'R'
) AS 'Procedure...
December 16, 2009 at 8:48 am
Since transaction replication is written to the secondary database, does that mean that the entire secondary database is read-only? For example, if we only have 5 tables being published from...
November 6, 2009 at 7:04 am
Thank you Jack for the helpful information. I created a function to split out the parameter data and this seems to best solution for what I need to accomplish.
April 14, 2009 at 1:35 pm
srisagar_p (2/24/2009)
I need a quick reply which helps me a lot to proceed my work.
I need a solution that will dumps the Activity...
February 24, 2009 at 12:51 pm
Viewing 15 posts - 1 through 15 (of 15 total)