Viewing 15 posts - 4,096 through 4,110 (of 26,490 total)
Jeff mentioned checking or swapping dates so that a StartDate is always less than (or equal to) an EndDate. Starting with SQL Server 2008 this is actually easy to...
February 23, 2016 at 8:13 am
Jeff Moden (2/22/2016)
February 22, 2016 at 5:17 pm
Of course you could also use a computed column where the definition is simply YEAR(column1).
February 22, 2016 at 1:15 pm
Loner (2/17/2016)
February 19, 2016 at 10:04 am
sushantkatte (2/16/2016)
Customer_id...
February 19, 2016 at 9:46 am
TomThomson (2/18/2016)
Sean Lange (2/12/2016)
Luis Cazares (2/12/2016)
djj (2/12/2016)
sestell1 (2/12/2016)
I was confused by the transaction logs being "from midnight on". What is that relative to? :angry:
My comment also. I...
February 18, 2016 at 3:59 pm
Srl832 (2/17/2016)
I have a question that you might know the answer to. I have the ODBC logging set up and working for an smtp server. It seems every...
February 17, 2016 at 3:47 pm
Orlando Colamatteo (2/16/2016)
select datefromparts(year(getdate())-1,1,1) as beginning_of_last_year,datefromparts(year(getdate())-1,12,31) as end_of_last_year;
I don't like using closed ended ranges for date ranges. Prefer close ended on the lower end...
February 16, 2016 at 9:44 am
The real problem is that those that govern have forgotten who are the masters and who are the servants. Government is supposed to the servants of the people not...
February 16, 2016 at 8:47 am
Eirikur Eiriksson (2/15/2016)
Luis Cazares (2/15/2016)
Eirikur Eiriksson (2/15/2016)
Luis Cazares (2/15/2016)
Eirikur,Any reason for using FLOOR on an integer division?
Old oracle habit
😎
:sick:Oracle:sick:
yup, the difference between \ and / :pinch:
😎
We got you terminating your...
February 15, 2016 at 1:49 pm
mw112009 (2/12/2016)
The answer is "YES" ( I mean I am able to modify the code )
Why do I need the code ?
I have to copy...
February 12, 2016 at 2:05 pm
ScottPletcher (2/12/2016)
I would think sys.sql_expression_dependencies would contain those references, since a table-type is in sys.objects, type = 'tt'.
Only way to know for sure is test it out. I may...
February 12, 2016 at 1:01 pm
TheSQLGuru (2/12/2016)
Brandie Tarvin (2/12/2016)
TheSQLGuru (2/11/2016)
February 12, 2016 at 12:39 pm
bobba (2/12/2016)
February 12, 2016 at 12:24 pm
Viewing 15 posts - 4,096 through 4,110 (of 26,490 total)