Viewing 15 posts - 76 through 90 (of 312 total)
Vinit,
As Chandrachurh said, you can also use "Trigger" to do it...:)
Cheers!
Sandy.
July 23, 2008 at 12:25 am
if your TableY-Total columns contains null or no values then only TableX Total column will contain the Null value...
then whats wrong with that...??
Cheers!
Sandy..
July 23, 2008 at 12:22 am
karina,
check this, it may help you,
select cast('01/01/1990' as datetime) as sa_hidk
Cheers!
Sandy.
July 23, 2008 at 12:16 am
1st tell me where you got this file...;):P:):cool::hehe::w00t:
and do you have windows media player or not????:D:w00t::hehe::cool::):cool:
Cheers!
Sandy.
July 23, 2008 at 12:01 am
Yes, it will help you...ashok
and its easy to implements also....
just go through the books online and do it..:)
Cheers!
Sandy..
July 22, 2008 at 11:56 pm
add the column name in insert statements...
insert into tableX (date, col1, col2, col3, col4, total)
select date, col1, col2, col3, col4, total
from tableY
hope it will help you..
Cheers!
Sandy.
July 22, 2008 at 11:53 pm
gail,
I already said in the above post, I just skiped the question....:)
apology for this..:)
Cheers!
Sandy
July 22, 2008 at 11:48 pm
gail,
you are correct, I said in sql 2000 and I skiped the question from 2005 to sql 2000...
Thanks gail for correct me...:)
Cheers!
Sandy.
July 22, 2008 at 11:45 pm
Sharon,
I can suggest you few tips on how to improve your query performance. I can say its really difficult to say why your query is going slow, it may be...
July 22, 2008 at 11:42 pm
Paul,
I can suggest you to create a function and pass the current date as the parameter and perform the calculation inside the function and return the value to you calling...
July 22, 2008 at 11:28 pm
Use attach and detach method..
simple...:)
Cheers!
Sandy.
July 22, 2008 at 11:22 pm
Viewing 15 posts - 76 through 90 (of 312 total)