Viewing 15 posts - 3,271 through 3,285 (of 59,067 total)
I'm doing some more checking but, just to be on the safe side, I added a warning to the flower box on the function I posted.
June 20, 2022 at 11:47 pm
I have 10 text files and file 4 at nth row has special character that cant be loaded to sql server table
required is to log the issue
AND
ignore processing the...
June 20, 2022 at 6:53 pm
All that's nice but no one has identified how to identify duplicate entries for the various ticket responses possible for a given ticket number or prevent them. Or is "no...
June 20, 2022 at 6:19 pm
And, just to make you feel better about abandoning FORMAT, I've not yet seen it where it's not at least 20 times slower than code like what Frederico suggested even...
June 20, 2022 at 3:42 pm
Hi,
I'm looking for a third-party backup and restoration solution because native restore takes roughly 7 hours for a 4TB database.
Some of the object restore solutions really do a full...
June 20, 2022 at 3:13 pm
I'll also add that a lot of very well intentioned folks rail against the use of stored procedures because they "not portable". What they mean by that is that a...
June 20, 2022 at 3:01 pm
Here's Microsoft's take on it, as well.
June 20, 2022 at 2:45 pm
But I don't know the rest, Jeff - what do you mean?
Understood.
There are other things to consider but let's start off with some of the basics...
Ask yourself what it...
June 20, 2022 at 2:40 pm
Thank you for your reply.
I took a look at your spreadsheet and immediately found a pretty nasty issue... about 2/3rds of the rows have duplicated Ticket Numbers.
Scott suggested...
June 20, 2022 at 2:18 pm
This link gives a few reasons for choosing shorter varchar lengths.
In terms of storage, CHAR(n) columns are always n characters long.
VARCHAR(n) columns are anything between 2 and...
June 20, 2022 at 2:12 pm
Remember, too, that the logical data model should be easily understood and use by business people. In fact, if possible, keep all developers out of the first one or...
June 20, 2022 at 2:09 pm
June 20, 2022 at 1:47 pm
I took a look at your spreadsheet and immediately found a pretty nasty issue... about 2/3rds of the rows have duplicated Ticket Numbers.
As for being new to the game, you...
June 19, 2022 at 1:08 am
No joy on the "new" formula. It has about the same performance for the DATETIME datatype and is 50% slower for the DATE datatype. It's also not "symmetrical" with how...
June 18, 2022 at 11:22 pm
I'm also exploring a different method using the following formula for finding the week start, midweek, and end dates (the 1 needs to be changed to a 4 and 7...
June 18, 2022 at 10:43 pm
Viewing 15 posts - 3,271 through 3,285 (of 59,067 total)