Viewing 15 posts - 91 through 105 (of 127 total)
Jay Pete (6/5/2012)
I need help to deploy the reports on report server.
I have the following below given error.
TITLE: Microsoft SQL Server Report Designer
------------------------------
Could not connect to the report server
June 6, 2012 at 12:36 am
sqlstud (6/5/2012)
Is it necessary to use XML config or Environment variable? Without using them, is there any other way to use SQL Server table for setting configuration?
Hi Sqlstud,
No it is...
June 6, 2012 at 12:20 am
Great article Gail, I certainly learnt a lot reading it
June 4, 2012 at 5:17 am
I agree, Regina did not provide sample data
June 4, 2012 at 2:18 am
The example given by vinu512 did not work for me, the query below with CASE does work using the sample data I used. I do not like because become to...
June 4, 2012 at 12:34 am
I did not find an easy way to implement a filter (WHERE) using a CASE clause on the field2 and field3; the query below does the work
SELECT
...
June 4, 2012 at 12:04 am
Hi Regina,
Would you be able to elaborate a bit more on the relationship between field2 and field3? We need it in order to workout the CASE you are trying to...
June 3, 2012 at 6:56 pm
Hi jpburgundy
The explanation of your issue does not correspond with the code you posted, the ranges are different, anyway, I tried with one of my reports to do something similar,...
June 3, 2012 at 6:47 am
Hi bharat sethi
How are you doing with this question? I read today about Change Data Capture a feature introduced since SQL 2008; it seems to do exactly what you want...
June 3, 2012 at 4:17 am
Jeff Moden (6/1/2012)
June 1, 2012 at 11:31 pm
Jeff Moden (6/1/2012)
We're talking about databases here. More specfically, we're talking about SQL Server databases. The...
June 1, 2012 at 11:07 pm
I will add my two cents here, so rajiv.varma won't get confused 🙂
Which language to learn C# or Vb.Net depends on:
The environment you are working at, what is your organization...
June 1, 2012 at 10:39 pm
Renzo,
Is there a way at the source to know the rows updated (new or updated rows) at the legacy application? I will look for a column with timestamps, like...
May 31, 2012 at 6:45 am
Wendy,
The training advice suggested by Koen is a good idea, you may also get the following book Microsoft SQL Server 2008 Integration Services: Problem, Design, Solution which is very well...
May 31, 2012 at 6:36 am
You may try:
CDate(Fields!StartDate.Value.ToString()).ToString("yyyy-MMMM")
Cheers,
May 31, 2012 at 6:14 am
Viewing 15 posts - 91 through 105 (of 127 total)