Viewing 15 posts - 181 through 195 (of 2,452 total)
Same table/different value...
June 15, 2017 at 8:45 am
This...
June 14, 2017 at 1:03 pm
been done on many sites.....here's one with 844 comments :w00t::w00t:
https://flowingdata.com/2011/10/28/best-statistics-question-ever/
June 12, 2017 at 10:21 am
inayatkhan - Monday, June 12, 2017 10:01 AMIssue is DE not always "A","B","C"
ok....so please provide sample data that gives us ALL the...
June 12, 2017 at 10:05 am
it appears you are "joining" on the actual counts...which is not what you want.
maybe something along these lines....
SELECT COUNT(CustomerAccountNumber) AS total,
SUM(CASE
WHEN DATEDIFF(MM,...
June 9, 2017 at 7:23 am
ajspencer - Monday, June 5, 2017 2:19 PMI'm running SQL Server 2012 Verision 11
...great
and in which SQL table are these salary details...
June 5, 2017 at 2:28 pm
Can some guide me please. I need a script that will show me changes...
June 5, 2017 at 2:14 pm
May 23, 2017 at 8:37 am
May 23, 2017 at 5:49 am
DECLARE @d FLOAT= 201601;
SELECT CONVERT( DATE, CONVERT(VARCHAR(8), CONVERT(INT, @d * 100 + 1)));
May 23, 2017 at 5:30 am
Where can I access NGrams8K or DelimitedSplit8K in the sql server 2012 database?
I want to...
May 22, 2017 at 4:08 pm
May 22, 2017 at 2:54 pm
Viewing 15 posts - 181 through 195 (of 2,452 total)