Microsoft
Software
Hardware
Network
Question : how to get datetime format yyyy-mm-dd hh:mi:ss.mmm in EXcel cells while copying from management studio result set?
Hi,
I am trying to copy resultset from sql server management studio to Excel.In that result set I have a datetime column.After copying to Excel it shows only the time.How to get datetime column format in Excel i.e yyyy-mm-dd hh:mi:ss.mmm
Answer : how to get datetime format yyyy-mm-dd hh:mi:ss.mmm in EXcel cells while copying from management studio result set?
sorry
1:
CONVERT(VARCHAR(11), your_date_field, 120) +CONVERT(VARCHAR(12), your_date_field, 114)
Open in New Window
Select All
Random Solutions
How to transfer FSMO roles from Windows 2000 domain to windows 2008 domain.
"NTLDR is missing. Press Ctrl+Alt+Del to restart." Won't boot to CD; USB Floppy Drive
Outlook Web Access - Warning Message - Phishing Filter
Copying item loses the workflow history
offline folders
"not enough quota" error on startup cant boot to OS even in safe mode!
2894 Error Code???
Excel VBA Sum Contiguous Cells
Dropdown runs a query to populate checkboxes - ASP
Creating cron jobs in Linux