Viewing 8 posts - 1 through 8 (of 8 total)
Sorry if u misunderstood..
I did get yor CTE and able to work on it ...
I am inbetween working on my code and testing it.. just posted meanwhile..
Sorry again...
April 21, 2015 at 9:35 am
thanks This looks helpful .. I need to generate sequence with next 4 alpha numbers - aa00ab01,aa00ac02,
can you please help me with the complete/full output code ...
Thanks loads
April 21, 2015 at 9:27 am
Can you please please please recode and post and I shall look into and modify or test ?
Thanks for the great help
April 21, 2015 at 9:03 am
Thanks ! Can you please post the code if possible ?
April 21, 2015 at 8:52 am
Eiminating I and O - its needs to return 24*24*10*10*24*24*10*10 exactly 3 317760000 records .
That's fine with the data load if its slow.
but I need to get...
April 21, 2015 at 8:19 am
Hi, Thanks for the immediate Suggestion.
I am using below as Input query to load sequence records to destination table
SELECT ID, [Database].[dbo].[SequenceComplexNEW](ID) AS Sequence
FROM (SELECT n AS ID...
April 21, 2015 at 7:55 am
I need to load the output in database table.so I am trying to write a Sql stored procedure or function to return the sequence numbers and load the sequence numbers...
April 21, 2015 at 7:44 am
Solution is :
="Cnt: " & Format(CountRows("DataSet"), "N0")
May 22, 2013 at 10:21 am
Viewing 8 posts - 1 through 8 (of 8 total)