Viewing 15 posts - 9,076 through 9,090 (of 59,091 total)
Hi guys, sorry for the late reply. I had email notification turned off and the post was out of my mind.Thanks for the input about not dropping compression. I...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 10, 2019 at 1:13 pm
Most of these methods don't correctly handle situations where the final value is null (leaving a trailing comma). It's simpler to handle this using leading commas rather...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 10, 2019 at 2:19 am
Most of these methods don't correctly handle situations where the final value is null (leaving a trailing comma). It's simpler to handle this using leading commas rather than trailing...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 9, 2019 at 8:20 pm
They have removed the debugger in the latest version of SQL Server Management Studio 18+, download earlier versions for the SSMS with debugger. 🙁 Greetings,
I wish MS would stop...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2019 at 7:16 pm
Oh in that case you won't lose anything. JIRA is a task management system it is not a VCS. We use SVN for VCS and JIRA for task management.
Ah......
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2019 at 12:24 pm
Awesome. Thanks for the tips on the use of Crucible.
As far as losing comments in our VCS goes, we don't. What we are going to lose is ALL of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2019 at 12:11 pm
I guess I just don't understand why anyone would do such a thing.
For deployments, it's easier to go with a script.
For documentation, it's easier to go with what SQL Server...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2019 at 10:42 am
Heh... good comments both simplify and rule the world. It's too bad that people don't understand that comments external to the code, even in a VCS, are too easily lost. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2019 at 10:31 am
Hello, I need help to write a query with CTE. I wanna write a query for TotalPrice of Last Sunday of each month between some years.
Use a Tally Table...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 7, 2019 at 2:46 pm
For those who may be lurking on this thread and possibly not understanding how the code on this thread works, especially with the most recent corrections submitted by DesNorton above,...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2019 at 3:07 am
Check the usage on the heaps. If they're not being used, don't worry about their fragmentation.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2019 at 1:54 am
Enquiring minds want to know... with a monster system like what you have, why are you "cheaping out" with Standard Edition especially when you expect so many simultaneous connections?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2019 at 1:24 am
So, a new employee is promoting the idea of migrating from T-SQL to Python with Pandas. The existing code base is a large set of calculations (hundreds) done using...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2019 at 10:11 pm
You must work in Toyland.
Where others use variations of "foobar" for things they can't think of a name for, I use variations of "noddy". You're not...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2019 at 10:01 pm
I have a database which is partitioned. Part of maintenance for a particular table is to switch a partition to another table in order to remove the unwanted oldest...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2019 at 9:57 pm
Viewing 15 posts - 9,076 through 9,090 (of 59,091 total)