Viewing 10 posts - 1 through 10 (of 10 total)
here you added the new column and added the identity for that column. BUT my question is i already having the table with all the fields. i need to change...
July 18, 2008 at 4:39 am
HI,
I am using the database thru java. I need to insert the rows in to the tables that time i need to use the identity. i can get the max...
July 18, 2008 at 1:29 am
please let me know how to automate this process.
June 22, 2008 at 9:00 pm
When table having the primary key and constraints we cant use the alter table
alter column [column] statement.
i have 150 table. when i delete the relation and can create...
June 22, 2008 at 4:17 am
Hi All... thanks for your reply....
finally i got it.... i did not do any changes... i removed some columns and added once again in the query... its working fine.....
now i...
May 15, 2008 at 1:09 am
i set the QUOTED_IDENTIFIER OFF and i tried... but no use...
i removed the recurrence_type and recurrence_interval from the above query then it is executing. but i need these two columns....
May 14, 2008 at 10:58 pm
Hi all.... thanks for your reply...
i am executing this quey in the stored procedure...
i have taken like DECLARE @v_sql VARCHAR(8000);
when i am trying to set the string as...
May 14, 2008 at 10:23 pm
Hi Chirag!!!
thanks for your reply.....
here find my comments....
SET @v_sql = 'SELECT a.[appointmentslot_id], a.[slot_type], u.[display_name] as slot_type_desc, '+
'a.[start_time], a.[location_id],...
May 13, 2008 at 8:53 pm
Viewing 10 posts - 1 through 10 (of 10 total)