Viewing 15 posts - 46 through 60 (of 139 total)
Shall we use DML (INSERT, UPDATE, DELETE) inside a function?
Shall we use DDL inside a function?
August 28, 2009 at 3:33 am
But Chirag,
You cant call a function from a SELECT statement and send a column name as a parameter.
Shall we sens a column name as a parameter in SP?
August 27, 2009 at 1:09 am
Hi Jim and Adi,
Thanks as i have understood what you want to say.
August 26, 2009 at 5:47 am
arup_kc (8/25/2009)
SELECT a,b FROM #temp GROUP BY a,b ORDER BY a,b
Suppose I have 100 columns in my table and I need to GROUP BY those columns by 50 columns.Is there...
August 25, 2009 at 11:51 pm
Thanks Martin.
But is it possible to provide column names in SELECT clause which are not in GROUP BY clause?
August 25, 2009 at 11:39 pm
Unfortunately, in this case, you only substitted one form of RBAR for another form of RBAR. The best solution in this case is to find a set-based solution to...
August 24, 2009 at 7:02 am
Hi everybody,
Thanks for constant support. At least I have got a lot of tips fromt he forum discussions.
The first thing I should say, I had some misconceptions which are...
August 24, 2009 at 3:09 am
Anton Kaborka (8/10/2009)
Don't you mean to advise "set nocount on"?
Hi Anton, u r right...sorry 4 the typo error
August 21, 2009 at 5:07 am
Hi,
Sorry for late replying, actually I was out of net for last 3 weeks. I have seen the comments. I do agree that I had some misconceptions, which are now...
August 18, 2009 at 11:55 pm
Hi,
I am really perplexed...can anybody tell me what is the relation of this with SQL? (Though I guessed right and awarded 2 points 😀
July 23, 2009 at 4:59 am
For my case, I ll vote t char(1), as I am not dealing with any UNICODE data. Hence, space is more important to me rather tha flexibility.
July 2, 2009 at 12:25 am
Thanks jack,
I am also thinking to do the same, but your vivid code will help to do the thing faster.
Thanks a lot.
July 1, 2009 at 11:58 pm
Hi,
My problem is solved.
We had one dataset option from the expression field. I have used that instead of using custom function and IT IS WORKING 😀 🙂
July 1, 2009 at 3:11 am
Hi Tom,
I have tested with Business Intelligence studio 2005 which comes along with SQL Server 2005...still that option is not coming.
Probably that comes with only VS 2005.
Anyway, thanks a ton...
June 29, 2009 at 6:08 am
Viewing 15 posts - 46 through 60 (of 139 total)