Viewing 15 posts - 17,941 through 17,955 (of 59,069 total)
patrickmcginnis59 10839 (4/4/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 4, 2016 at 12:53 pm
You should also understand that SQL Server deplores joins to the MAX datatypes and doing so usually causes a 2:1 loss in performance to the point where a well written...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 4, 2016 at 9:39 am
GPO (4/2/2016)
:exclamationmark: Storing data in mutli-valued, delimited fields because... Jeez do I have to write another CREATE TABLE statement? Sorry, multivalues are not relational. That's what Pick databases are for.
It's...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 4, 2016 at 9:32 am
The cynicism is actually much appreciated and appropriate, IMHO. I especially like your comment about how some games cost as much or more.
The real fact of the matter is...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2016 at 1:10 pm
ScottPletcher (3/31/2016)
Alan.B (3/30/2016)
Alan.B (3/30/2016)
ScottPletcher (3/30/2016)
Alan.B (3/30/2016)
ScottPletcher (3/30/2016)
Alan.B (3/29/2016)
Lastly, ditto the last Thursday of the month:
SET STATISTICS IO ON;
PRINT 'Old way:';
SELECT DISTINCT MAX([Date]) OVER (PARTITION BY [Year],[MonthName],[WeekdayName]) AS [Date]
FROM ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2016 at 10:02 am
Just in case you may have missed it, there are no longer any excuses. for the many that we try to help and that refuse to help themselves. 🙂 ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2016 at 9:42 am
Just to add to the opportunity...
At the end of March, 2016, Microsoft announced that the Developer's Edition is now FREE! Please see the following URL for details.
Based on a majority...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2016 at 9:34 am
girl_bj (4/3/2016)
I manage to run in every 7 days continuously. Added in ROW_NUMBER() OVER (ORDER BY startdate) AS Row too.
How can I push this record as an output. I...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2016 at 9:01 am
Sachin Nandanwar (4/3/2016)
Jeff Moden (4/2/2016)
P.S. Please stop posting pictures of code. You can't copy the code from those for test.Apologies.I will fix it.
Again, thank you. That will make...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2016 at 8:45 am
Sachin Nandanwar (4/3/2016)
Jeff Moden (4/2/2016)
Ah... be real careful about using those test results. I've proven many times that using the same row of data a million times as test...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2016 at 8:30 am
Sachin Nandanwar (4/2/2016)
EDIT: Deleted the code screenshots and replaced it with the actual C# code text.
You, Sir, are a very good man. Well done and thank you very much.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2016 at 7:54 am
P.S. Please stop posting pictures of code. You can't copy the code from those for test.
Also, instead of using C# to call Visual Basic, stop the tower of Babel...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2016 at 1:48 pm
Sachin Nandanwar (4/2/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2016 at 1:44 pm
On the outside chance that you want the "all or nothing" type of load balancing... please see the following.
curious_sqldba (4/1/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2016 at 1:20 pm
curious_sqldba (4/1/2016)
DBName ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2016 at 1:01 pm
Viewing 15 posts - 17,941 through 17,955 (of 59,069 total)