Viewing 15 posts - 5,116 through 5,130 (of 59,068 total)
Perfect. I think we may have a little work to do on the Condit but check this out. Remember, don't think about what you want to do to a row......
June 14, 2021 at 2:43 am
I work on sql server 2012 I don't understand condition below do this condition as below
case WHEN Po.PortionKey LIKE '%[_]%'
THEN
SUBSTRING(Po.PortionKey, LEN(LTRIM(RTRIM(Po.PortionKey)))+1,LEN(LTRIM(RTRIM(Po.PortionKey)))) end
as modifiedportionkey
what...
June 14, 2021 at 12:54 am
Thanks, Scott. The readily consumable test data you provided had a couple of bugs in the CREATE TABLE statements. For example, there is no such datatype as "NVCHAR"... that had...
June 13, 2021 at 9:23 pm
Ok apologies I am new to this. On another note how do you find a tables details, like column names and data type (for example in SAS you have...
June 13, 2021 at 7:24 pm
You never came back to say what you folks ended up doing nor how it worked or....
I can't speak for the others but I'd find it very interesting. Thanks.
June 13, 2021 at 4:19 pm
My goal is to get the results below. Trying to get the nearest date and result from the #Data table where the resultdate<=ProcDate. An outer apply is taking 4...
June 11, 2021 at 9:33 pm
I mostly agree with Scott and Frederico on this subject... I almost always force LOBs to be out of row for a table. I'll add that I also generally default...
June 11, 2021 at 9:30 pm
partially incorrect - reading the manual helps so do read the "Create table" statement on the manuals where you may learn something.
and having (max) data inrow is in some...
June 11, 2021 at 8:15 pm
Jeff, one of the best things I ever heard about comments is this:
Comments don't exist to describe what the code is doing. They exist to describe what the...
June 11, 2021 at 7:57 pm
Hi,
I've recently setup VPN on our AWS account and had my AWS bill go up by $200. It appears that you pay for it even when nobody uses it. ...
June 11, 2021 at 3:39 pm
Shifting gears back to the function that was used, I've added a smidgen of additional bullet-proofing.
CREATE OR ALTER FUNCTION dbo.ufnStringToPbase
...
June 11, 2021 at 3:35 pm
I have a Visual Studio project web site that I have been using for years. The move to SQL server 2019, has apparently broken it.
When I call the dataadapter.Fill...
June 11, 2021 at 2:15 pm
As you said in your original post...
The move to SQL server 2019, has apparently broken it.
The reason the move broke it is now obvious... the function lived in the master...
June 11, 2021 at 12:48 pm
Not only some representative data along with the expected output but how about a description of what the function is supposed to do, please.
I would also get into the habit...
June 11, 2021 at 12:34 pm
What IS the limit you're trying to set it to, how many files does it have, and how big is your largest table/index?
June 11, 2021 at 1:12 am
Viewing 15 posts - 5,116 through 5,130 (of 59,068 total)