Viewing 15 posts - 301 through 315 (of 389 total)
Gullimeel (7/9/2012)
--change the id with ordno and cd with product code
select * from
(
select id,
max(case when cd = 'A' then 1 else 0 end) +
max(case when...
July 9, 2012 at 4:42 am
SQL* (7/9/2012)
When we upload a report (.rdl file) to reportserver using reportmanager, where this file will be stored will it store in IIS or Database (Which database)?
if it is...
July 9, 2012 at 1:40 am
mpdillon (7/8/2012)
July 9, 2012 at 1:20 am
Bhu1 (7/9/2012)
If i am not Wrong, i hope this may be the query, U needSelect OrdNo From OrdLine
where ItemNo = 'A'
UNION
Select OrdNo From OrdLine
where ItemNo = 'B'
UNION
Select OrdNo From OrdLine
Sorry,...
July 9, 2012 at 1:12 am
Rafael Krisller (7/6/2012)
I never watched this movie, but I found it.http://www.moviemistakes.com/film649/corrections?viewall=yes
😀
tks
Nice workaround Rafael for 7 points 😉
July 9, 2012 at 12:19 am
Chi Chi Cabron (7/6/2012)
Rick Krueger (7/5/2012)
I've seen that error when the text qualifier gets modified. Check out this blog post from @JamieT.That did it, thanks!
Great !! But could you please...
July 9, 2012 at 12:17 am
herladygeekedness (7/6/2012)
It also passes in a parent pkg key to children...
July 9, 2012 at 12:13 am
Revenant (7/6/2012)
Daniel Bowlin (7/6/2012)
breathefreely
Meditation
July 9, 2012 at 12:05 am
Revenant (7/6/2012)
Daniel Bowlin (7/6/2012)
breathefreely
Now Andy Murray can freely breathe after lossing the Wimbledon Final to great Roger Fedrer 😉
July 9, 2012 at 12:04 am
July 6, 2012 at 5:30 am
Chi Chi Cabron (7/5/2012)
If I deploy the SSIS package to the remote...
July 6, 2012 at 1:15 am
anuj12paritosh (7/5/2012)
I HAVE A STRING WITH DELIMETER
STRING IS 1^2~3^4~5^6
TREAT ^ AS COLUMN SEPARATOR AND ~ AS ROW SEPARATOR
HOW TO HANDLE THIS TYPE OF STRING AND DATA INSERT...
July 5, 2012 at 11:46 pm
Jeff Moden (7/5/2012)
rhythmk (7/5/2012)
Javier-157657 (7/5/2012)
E.g:
Row1,Row2 and Row3 from original table go to Column1, Column2 and Column3...
July 5, 2012 at 10:47 pm
crookj (7/5/2012)
Daniel Bowlin (7/5/2012)
While we are dreaming, why stop there. Whenever a holiday is on Wednesday we should get the whole week off. 😀
1 step further - why...
July 5, 2012 at 10:33 pm
Viewing 15 posts - 301 through 315 (of 389 total)