In SQL Server, I often need to perform some time-type field conversions, but I don't quite remember it. So I collected the following sqlserverconvert datetime-related materials and posted them on my site, it is convenient for you to search for it
I. Scenarios
In SQL Server 2005, there is a table TestDatetime, where the data type of the Dates field is datetime. If you see a table record, what do you first think?
(Figure 1: Data List)
When you see this data, do you think this design is a
I. Scenarios
In SQL Server 2005, there is a table TestDatetime, where the data type of the Dates field is datetime. If you see a table record, what do you first think?
Figure 1: Data List)
When you see this data, do you think this design is a waste
CONVERT (Data_type,expression[,style])CONVERT (varchar (10), field name, conversion format)DescriptionThis style is typically in the time type (Datetime,smalldatetime) and the string type (Nchar,nvarchar,char,varchar)It is only used when converting
Research on the null values of datetime type in SqlServer and the null values of DateTime in c # In SqlServer2000: The default value is 1900-01-0100:00:00, in C #, the null value of DateTime is the minimum value of 0001-01-0100:00:00. For database
access|server|sql| Comparison | tips
Background database:[Microsoft Access]And[Microsoft SQL Server]After the replacement, the ASP code should note some of the areas to be modified:
[One] connection problem (for example)[Microsoft Access]Constr =
Processing of date data format:
Result of convert (varchar (16), time 1, 20): 2007-02-01 08: 02
Result of convert (varchar (10), time 1, 23): 2007-02-01
Statement and query result:Select convert (varchar (100), getdate (), 0): 05 16 2006
This article belongs to theUnderstand the mysteries of performance-slow in applications, fast in SSMS"seriesNext: Understanding the Mysteries of performance-application slow, SSMs fast (5)--case: How to deal with parameter sniffingWe put aside the
SQL server uses convert to obtain datetime date data. The following examples include conversions of various date formats.Statement and query result:SelectCONVERT (varchar (100), GETDATE (), 0): 05 16 2006 AMSelectCONVERT (varchar (100), GETDATE (), 1
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.