Viewing 15 posts - 4,756 through 4,770 (of 59,067 total)
You say you want it to be displayed "just like the calendar entries are shown on a regular calendar". If you have 500 to 1000 jobs on a server lie...
August 21, 2021 at 3:53 pm
First round of testing to 1, 2, 4, and 8 files on a single SSD drive of a minimally logged, single connection insert of 10,000,000 rows @89GB of a table...
August 21, 2021 at 8:51 am
Heh... an early look scared-up the ol' "not unless they're on different physical spindles" adage. While I logically agree with that, I've never actually tried it and so I don't...
August 21, 2021 at 5:36 am
Getting back to the original question, we're just guessing based on related information supposed "Best Practice" information and, by now, I'm sure everyone knows how I feel about "Best Practice"...
August 21, 2021 at 5:16 am
Just like index maintenance and a couple of other things, it's better to NOT do something than it is to do it wrong and, thanks to the poor examples in...
August 21, 2021 at 4:50 am
It's Friday. I've been overwhelmed for several days and now I'm just confused. Help here appreciated:
https://www.sqlservercentral.com/forums/topic/mysterious-ability-to-drop-create-stored-procedures
It's late, so I might be missing something here. Are you saying that...
August 21, 2021 at 4:29 am
Ok. First, I cleaned up the code that provides the test table and data generation so it's easier to read/verify. I also changed it from a table variable to a...
August 20, 2021 at 6:26 pm
Missed David's post, which he posted while I was still writing.
August 20, 2021 at 5:01 pm
Here is the fiddle http://sqlfiddle.com/#!18/334d74/1/0
If you've not solved this yet, especially with the special condition for things like "30_000" where the underscore is actually a space, and no one...
August 20, 2021 at 2:57 pm
They are still image and text data types (legacy industrial tech "we will not change it for you" salesperson ). Out of row by default if I'm correct., but...
August 20, 2021 at 2:54 pm
As a bit of a sidebar, if you're going to store LOBs in the database, do yourself a favor... force them to behave as they did with the old style...
August 20, 2021 at 12:31 pm
Generic Formula to Get Position of First Number in String:
=MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},String_Ref&"0123456789")
In which dialect of SQL? That will not work in T-SQL (SQL Server).
August 20, 2021 at 11:43 am
Apologies in advance for the rant but I'm fed up with developers who go to great lengths to re-invent the wheel simply because they don't know how to do...
August 19, 2021 at 7:39 pm
Sorry! next time if have the same question I'll provide sample data, thanks!
So, you're happy with the answers you got on this thread?
August 19, 2021 at 7:31 pm
As for T-SQL job step vs. running the .Bat file, that discussion is a little more complex. It could be that NorthernSky needs to run the same set of...
August 19, 2021 at 7:28 pm
Viewing 15 posts - 4,756 through 4,770 (of 59,067 total)