Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 how to insert two column value in one column

Author  Topic 

immad
Posting Yak Master

230 Posts

Posted - 2013-05-13 : 03:06:58
my data is like this:

date--------------------time
2013-05-06---------- 17:35:00.000

i want to insert these two column value in one column in sql server 2005.

datetime
2013-05-06 17:35:00.000

how can i do this.

immad uddin ahmed

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-05-13 : 04:28:21
how is this different from

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=185199

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -