Viewing 15 posts - 16 through 30 (of 5,101 total)
Are these nested views, by any chance?
December 19, 2023 at 9:28 am
It would likely be helpful for you to provide some kind of reproducible example, as that'll help us understand what's going on. Can you perhaps post some DDL for some...
December 12, 2023 at 9:53 am
Dunno... I particularly like road trips for pork chop dinners. 😀
If you can supply the catapult I'm sure I can put the pork chops down as an "expense". 🙂
August 23, 2023 at 3:50 pm
Ok... let's all gather hands in a circle around Thom and repeat the DBA prayer with me...
I'm not sure the strength will help me as it's likely to be...
August 23, 2023 at 3:33 pm
As we're sharing "new job" pains, we're likely going to be are taking responsibility of IT services for our parent company in the month months (years). I get the "fun"...
August 23, 2023 at 2:49 pm
This does actually sounds like your data does have line breaks and/or carriage returns at the end of the data but you aren't seeing them. Perhaps you're copying the data...
April 26, 2023 at 7:36 am
Interesting. I hope they replace the original with this, but with full backward compatibility. I hate that -P is removed, though not sure security is changed if you need...
April 21, 2023 at 4:07 pm
Honestly, I found one of early benefits of go-sqlcmd was that it has QUOTED_IDENTIFIER
set to ON
by default (unlike sqlcmd
) and the -I
switch (to enable Quoted Identifiers in...
April 21, 2023 at 3:35 pm
Well there we go... There are no rows in your table (at least the sample data you've given) where your clause Transaction_Date = '2023-01-01'
is true.
April 19, 2023 at 2:33 pm
If your intention is not to help me, keep your negative comments and let those who want to help me, assist.
Dont, understand why the "trolls" on here want to...
April 19, 2023 at 1:18 pm
So are you saying that you connect to the instance using a SQL login with Password, alter the Login to change the password, disconnect, then reconnect and it only accepts...
April 19, 2023 at 1:11 pm
I'm not going anywhere near a stranger's Google Drive; I've no idea what sort of payload could be in there. Plus the domain is blocked at the office so strictly...
April 18, 2023 at 3:16 pm
I ran the stored procedure and still nothing in the table "PrimaryAccountGroupTracking"
Still no data in this table.
That would suggest that there is no data in your table [dbo].[Transactions]
...
April 18, 2023 at 3:02 pm
Hello again,
I changed my query like this but the result of RunnigTotal are wrog
It seems like you don't want a running total here, just a windowed SUM
. Remove the...
April 18, 2023 at 10:33 am
The value for running total looks correct to me. You're only returning the value of the first row, which means that the value of "Running Total" is actually the SUM
...
April 18, 2023 at 9:40 am
Viewing 15 posts - 16 through 30 (of 5,101 total)