Viewing 11 posts - 1 through 12 (of 12 total)
i want to insert number into num_ber table from march_20121
linto series
like this
12671
12672
12673
12674
12675
12676
12677
12678
12679
12571
12572
12573
12574
12575
12576
12577
12578
12579
April 18, 2012 at 10:58 pm
--pls help me now !!!
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[march_20121]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[march_2012]
GO
CREATE TABLE [dbo].[march_20121] (
...
April 17, 2012 at 11:43 pm
i want to insert values in number tables from march_2012 from first in to last in in series
1
2
3
4
in march tables can have many first in and last in
help me if...
April 11, 2012 at 10:21 pm
can you give me coords on sql server 2000.,,if you don't mind
sorry :
April 6, 2012 at 3:58 am
if you don't mind..can you tell me how it work!!
thx in advance
April 6, 2012 at 3:32 am
Viewing 11 posts - 1 through 12 (of 12 total)