berikut adalah script di sql server 2008 untuk merubah tanggal di date time .
/****** Script for SelectTopNRows command from SSMS ******/
update transactions set timeEntry= CAST('2015-02-02 09:00:00.000' as datetime)
FROM [Retcom].[dbo].[transactions] where trxNo='4256'
0 Komentar:
Posting Komentar