Viewing 15 posts - 9,061 through 9,075 (of 59,078 total)
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...
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...
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......
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...
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...
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. ...
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...
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,...
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.
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?
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...
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...
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...
July 5, 2019 at 9:57 pm
> my problem is that some positions have the max salary listed as hourly rate and some are annual amount. Therefore, I need to multiply the hourly rate by...
July 5, 2019 at 9:50 pm
Jeff Moden wrote:It's the law of home ownership, Steve... all 10 minutes jobs take at least 6 hours to complete. 😀
And 5 trips to the hardware store.
6 if...
July 3, 2019 at 6:55 pm
Viewing 15 posts - 9,061 through 9,075 (of 59,078 total)