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
entourage setup with exchange
keybindings for the Windows key?
What is EVENT ID: 1003?
unix bash scripting - if statements
having trouble with setInterval();
pass4sure issue
How do I convert the SQL default date value of '#12/30/1899#' to an empty string? I want to bind the select (in a datareader) to a datagrid, and I do not want the bogus date to display
ISQL, DSQL, SQL ??
Excel Keep track of hours.
Using ColdFusion to set CGI variables