links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
grcm, member since Jan 30, 2006
.
Search Everyone: "sql",

Top "sql" experts: gdm, dongadoy, veletflair, nperriault, rsmachado90, sergeb,

Groups about "sql": SQL, Firebird and Interbase, dotNET, Software tips,

1 - 10 of 11 next »   Watch grcm
 
# Introduction # PRAGMA settings # Transactions # Indexes # Optimizing queries # Moving code into SQL # User functions # Callback functions # Reducing database file size # Reducing database load time # Reducing SQL query parse time # Hacking the source # Using the btree interface # Multiple threads # Operating system issues
by grcm 2007-02-18 06:08 sqlite · optimization · database · sql
http://web.utk.edu/~jplyon/sqlite/SQLite_optimization_FAQ.html - cached - mail it - history
More on DATEs and SQL Building on this First/Last day of month post (oddly, one of the main ways people seem to land on my blog), here are some other commonly needed SQL queries: Beginning of period Midnight of any day (i.e. truncate the time from a date) SELECT DATEADD(dd, DATEDIFF(dd, 0, TheDate), 0) This works by subtracting the supplied date (like GetDate() for today) from zero--which Microsoft SQL Server interprets as 1900-01-01 00:00:00 and gives the number of days. This value is then re-added to the zero date yielding the same date with the time truncated.
by grcm 2007-02-14 04:49 SQL · SQL Server · datetime · date · time · timestamp
http://musingmarc.blogspot.com/2006/07/more-on-dates-and-sql.html - cached - mail it - history
When you follow online communities dedicated to SQL Server with open eyes, you certainly notice a whole lot of questions are closely related to the DATETIME datatype in one way or the other. Obviously, working with DATETIME not as easy as it may seem. To me this seems kind of strange. My believe is that working with DATETIME is actually easy. There is nothing magic about the datatype itself. And there is no magical or esoterical date calculus involved when doing date arithmetic. One only needs to understand some basic concepts of how the DATETIME datatype works in order to deal safely with temporal data. The purpose of this article is to help the reader gain an understanding of this interesting part of SQL Server, and to set some facts clear about this datatype.
by grcm 2007-02-14 04:49 SQL · SQL Server · datetime · date · time · timestamp
http://www.sql-server-performance.com/fk_datetime.asp - cached - mail it - history
by grcm 2006-10-02 05:33 clustering · server · vmware · sql · clustered
http://sqladvice.com/blogs/repeatableread/archive/2005/08/01/4273.aspx - cached - mail it - history
by grcm 2006-05-04 04:01 postgresql · time · sql
http://www.phpfreaks.com/postgresqlmanual/page/functions-datetime.html - cached - mail it - history
by grcm 2006-04-03 12:37 load testing · sql · data · performance
http://dbmonster.kernelpanic.pl/ - cached - mail it - history
by grcm 2006-02-21 16:13 sql
http://en.wikipedia.org/wiki/Join_%28SQL%29 - cached - mail it - history
by grcm 2006-02-21 16:12 dbi · perl · sql
http://www.saturn5.com/~jwb/dbi-examples.html - cached - mail it - history
by grcm 2006-02-20 16:57 perl · dbi · sql
http://www.perl.com/pub/a/1999/10/DBI.html - cached - mail it - history
by grcm 2006-02-16 17:25 adodb · php · sql · postgresql
http://phplens.com/lens/adodb/docs-adodb.htm - cached - mail it - history
1 - 10 of 11 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates