Viewing 15 posts - 961 through 975 (of 1,999 total)
jasona.work - Wednesday, October 31, 2018 6:32 AMSince they got their first TI99 4/A
You are showing your age... I had one of...
October 31, 2018 at 7:19 am
I work in a company with over 800 employees. we have well over 50 developers.
Our company takes a slightly novel approach to apprentices.
In the UK we...
October 31, 2018 at 2:27 am
For me, it was the day after weeks of trying to make service broker, NoSQL and a petabyte sql server system deliver a system that exceeded everything our internal customers...
August 17, 2018 at 4:01 am
July 30, 2018 at 9:34 am
This reminds me of a conversation in a nightclub about 20 years ago
… a group of girls approached us and asked what we did for a living... unfortunately...
July 30, 2018 at 8:09 am
is it possible that the login used in your linked server is the owner of the database that you are seeing ?
July 20, 2018 at 6:43 am
way back in sql 2000 there were registry settings for the max number of concurrent threads sql agent could run. these were broken down into subcategories... replication, job agent, maint...
April 29, 2016 at 3:59 am
you might have saved me a lot of time with this script! 🙂
I "inherited" 7500 databases - unfortunately one of the server monkeys built a server with a default collation...
March 10, 2016 at 10:31 am
this is a table that is used by many processes, dropping the indexes and constraints would affect customer usage.
February 26, 2016 at 9:25 am
we're standardising names as we go. but as I said, the script works fine if I just run CMD and copy the contents into the window.. the issue is "permission...
December 14, 2015 at 9:54 am
depending on what you want to achieve then you may want to add a hierarchyid column to your table and then use the .GetDescendant / .GetAncestor functions rather than using...
November 30, 2015 at 4:33 am
I think what a lot of people have missed here is that sometimes you won't be the only person to touch that code.
you may write exceptional code the first time...
July 27, 2015 at 4:21 am
as a DBA who specialises in helping test professionals I see unit tests as a valuable cost saving exercise for the business
if you look at the ISTQB data for...
July 23, 2015 at 10:24 am
the only issue I've found with this is that the object_id of the tables will change (same as if you drop proc rather than alter proc)
if you rely on object_id...
July 23, 2015 at 10:13 am
Viewing 15 posts - 961 through 975 (of 1,999 total)