Viewing 9 posts - 136 through 144 (of 144 total)
we can use table variable in UDF's. But performance issues will raise.....:w00t:
January 21, 2013 at 12:01 pm
if we use delete instead of truncate reseed will not work...... the answer should be 4,8........:-P
January 21, 2013 at 11:44 am
kk thanks for your reply.... but i try to ask how to drop that column.... i cannot drop that column.... nice article very useful to me.......:-)
January 7, 2013 at 8:12 am
SQLTestUser (10/27/2010)
thanks for the clarificaiton
Actually i am new for table design. i added one new column like [insred_name] in existing table with spelling mistake. then i changed that column name...
January 7, 2013 at 7:43 am
this should work!!!!!
Select * from #temp2
EXCEPT
Select * from #temp1
January 3, 2013 at 12:24 am
Viewing 9 posts - 136 through 144 (of 144 total)