Viewing 13 posts - 1 through 13 (of 13 total)
Hi,
RAC seems to be a cool tool.
Is it free for universities/research projects?
Thanks,
Maria
December 19, 2008 at 8:07 am
Can you tell me how to do that?
I am sorry I am new to this.
Thanks for your help,
-Maria
December 18, 2008 at 11:17 am
Hi,
Thank you so much for the query and it is returning the result that I want.
What should I do, if the string to split has dynamic number of ...
December 18, 2008 at 9:51 am
Jeff,
It will more than 2 rows, They are dynamic and it will change based on each experiment.
In that case, I have to display them as follows.
INSERT INTO [dbo].[Output_Info] ([Common_Id],[Signal],[Detect],[PValue],[EAID])
...
December 18, 2008 at 8:47 am
Hi Jeff,
I tried your tally table and splitting the string as rows in a table output.
But how to make them as columns? or use crosstab to make it as a...
December 18, 2008 at 8:39 am
Hi,
Thanks for your reply.
Actually, the EAID is dynamic. It will vary and so I will have to have dynamic column.
How will I write a query in such a situation.
Thanks...
December 17, 2008 at 2:38 pm
Hi,
I want to display that data in a gridview and pass that table
for further calculations .
-Maria
December 17, 2008 at 12:54 pm
Hi SSC,
Thanks for your reply.
Is there a url for a site, where I can generate sql for crosstab?
or How to write the query in my case?
I am sorry,...
December 17, 2008 at 12:04 pm
Hi,
Thanks for helping me.
Yes, there are same number of commas for the given query.
Thanks,
Maria
December 17, 2008 at 10:18 am
Hi Micheal,
When I try to call the function like this,
select * from dbo.fn_GetTableByIDList('test,to,split',',')
I am getting the following error:
Conversion failed when converting the nvarchar value 'test' to data type int.
Thanks for...
December 17, 2008 at 10:02 am
Hi Steve,
Thanks for your reply.
I could get the comma separated values as rows. How to pivot that into columns?
I am very new to this sqlserver.
Thanks for your help.
-Maria
December 17, 2008 at 9:56 am
Hi Jeff,
Thank you for your reply.
I will post this in T_SQL forum too.
I am having a table like below
[CREATE TABLE [dbo].[Output_Info](
[Common_Id] [int] NOT NULL,
[Signal] [real] NOT NULL,
[Detect] [nchar](10) NOT...
December 17, 2008 at 8:52 am
Hi Jeff,
I have a table that has the following values.
col1 | col2 | col3 | col4
1 | val1| val2 | val3
2 ...
December 17, 2008 at 7:21 am
Viewing 13 posts - 1 through 13 (of 13 total)