Viewing 15 posts - 676 through 690 (of 2,894 total)
RZ52 (2/28/2013)
Dear Eugene,You've completed my day.
Thanks a lot.
You are welcome!
February 28, 2013 at 10:03 am
po 35213 (2/27/2013)
February 28, 2013 at 9:45 am
Welcome to the forum!
...
Can someone help on this immediately.
If you really want to receive help immediately (or at least close to this) here, I would suggest you to follow forum...
February 28, 2013 at 9:36 am
RZ52 (2/28/2013)
Dear SQLKnitter,I appreciate for advice. The reason I stay with SELECT is because I use it as SP to fill a datagridview in my application.
Thanks again
Yeap, it's another good...
February 28, 2013 at 9:31 am
SQLKnitter (2/28/2013)
February 28, 2013 at 9:21 am
I guess you will need something more like that:
SELECT AntiBiotic
,COUNT(CASE City WHEN 'Boston' THEN 1 ELSE NULL END) ...
February 28, 2013 at 8:57 am
I guess, if the rewriting your stored proc to work on a required set is not an option, use advise about converting proc into TVF and use it with CROSS...
February 28, 2013 at 8:33 am
davidsatz (2/28/2013)
So I am not hearing anyone disagree with my conclusion that there is no way to accomplish this...:ermm:
I'm not exactly sure what you are looking to do, it would...
February 28, 2013 at 8:08 am
To convert varchar to nvarchar you can use CAST or CONVERT function.
However you don't need to convert values inserted into nvarchar column, as they already will be converted on insert.
If...
February 28, 2013 at 7:29 am
I would call it just 1 tier application which consists of multiple tiers. 😎
This question about SQL Server is a bit irrelevant.
February 26, 2013 at 1:59 am
polkadot (2/25/2013)
I double and triple checked the book and the WHILE query in my original post is a facsimile.
The where clause condition is slightly different, it excludes o1.supervisor<>o1.employee. ...
February 25, 2013 at 10:47 am
Debbie Edwards (2/25/2013)
Eugene Elutin (2/25/2013)
Jeff Moden (2/25/2013)
I guess I just don't understand why you need separate tables for each code to begin with.
That is exactly the thing which makes me...
February 25, 2013 at 6:28 am
Jeff Moden (2/25/2013)
I guess I just don't understand why you need separate tables for each code to begin with.
That is exactly the thing which makes me suspicious that the OP...
February 25, 2013 at 6:01 am
There are few things here.
1. Your code example has a small visible bug:
You cannot insert 'TOTAL_Exclamation_Mark' value into your #SSC table as it's longer than maximum allowed by your...
February 25, 2013 at 5:45 am
Abu Dina (2/25/2013)
Okay fair enough then just make the tempt table into a global temp table and problem is sorted.
No, this will not be exactly enough to make it robust...
If...
February 25, 2013 at 5:34 am
Viewing 15 posts - 676 through 690 (of 2,894 total)