Viewing 15 posts - 16 through 30 (of 130 total)
this is my DDL
create table member
(memberid int,
primarycondition varchar(50),
PrimaryIntensity int,
secondarycondition varchar(50),
Secondaryintensioty int)
sample data i already provided in my previous thread
August 1, 2013 at 1:26 pm
i put [type]
i am getting error incorrect syntax near "go"
i am putting go after insert
and then i am doing update
getting error " error in updating product table,invalid column name...
July 23, 2013 at 9:19 am
i created 2 different script ,
i run first thats alter table and add new column
then i am running another that insert and update table
still getting same error
July 23, 2013 at 9:10 am
if i put go , it gives me error ,
i have everything in begin and commit transaction
do i need to refresh manually table after i add column and then i...
July 23, 2013 at 8:34 am
thats not a problem.
i am getting error at update statement
July 23, 2013 at 7:55 am
i need while loop ,but my question is do i need to declare different variables each time
July 19, 2013 at 1:35 pm
that will show all the index , i need to know particular index
if exist(
July 17, 2013 at 8:26 am
total i have 60 millions rows from there i need to insert 30 millions to some another table.
once it is insert i need to delete it from original table
July 17, 2013 at 8:19 am
ok
let me try to explain here
i want to move data that is older than 2 years.
for example.
dateorder < dateadd(yy,-2,getdate()
here all the data which is less than 2...
July 16, 2013 at 10:49 am
i dotn understand why it is > , it should be less than
i want to keep only 2 years data in my current database , rest should move to another...
July 16, 2013 at 7:53 am
i need to do in a batch , so i need some loop in my sp ,
can you give me any example
July 15, 2013 at 1:45 pm
well archiving in the sense i need to dump 1 year data from 1 database to another.
but the problem is i have 60 million rows and i need this process...
July 12, 2013 at 7:25 am
i can see that column name in my table.
also when i type alias my intellisense for that table doesnt get anything, if i type anoter table name
it display all the...
July 10, 2013 at 9:51 am
Viewing 15 posts - 16 through 30 (of 130 total)