Viewing 15 posts - 346 through 360 (of 6,036 total)
Back in the times when I started as a junior SQL developer I faced pretty much identical situation.
There was a Time-and-Attendance match task, which had a solution implemented by 3...
August 20, 2020 at 4:33 am
So, the issue is actually in .Net code.
Nothing to do with an SP or any other part of SQL Server.
You mentioned something about using commas instead of dots. Comma in...
August 17, 2020 at 7:27 am
I don't think we need 2 calls to Tally function here.
If join parsed lists of names through Tally then we need only 1 instance of it.
I also use my
August 17, 2020 at 4:25 am
Decimal should be fine. As long if itβs really decimal.
can you output that decimal value to console right before calling the SP?
August 16, 2020 at 3:43 pm
OK, I was not asking how the value looks in the grid view.
You're passing to the procedure the value Invoice_Total as a decimal value - is it right?
Formatting is irrelevant...
August 16, 2020 at 7:03 am
Write Invoice_Total to console right before calling the procedure.
What's the value you can see?
August 16, 2020 at 3:37 am
If you can send me a file I'll give it a whirl on how I would process it.Β robert@sterbal.com
The file is posted above:
12345678901234567890,MARCH1
I named it "FaultyImport.csv", but feel...
August 15, 2020 at 1:49 am
It takes less than 10 keystrokes to convert a column to text. (Ctrl + space, alt + 1, alt + C, t, t enter)
I'm getting the impression that you...
August 14, 2020 at 4:20 am
The import process is a different type of potatoes.
π
OOXML and MOX, Open Office XML and Microsoft Open XML file standards are the same. I've tested around 17 different OOXML...
August 14, 2020 at 4:09 am
In nearly 30 years of using excel there are very few situations that don't have a straight forward work around.
built a report from an SQL database for...
August 13, 2020 at 10:32 am
In nearly 30 years of using excel there are very few situations that don't have a straight forward work around.
built a report from an SQL database for...
August 13, 2020 at 10:10 am
The table is over-indexed in multiple desperate attempts to fix performance issues caused by lousy design and bad choice of the clustered index.
When inserting a new row you add records...
August 13, 2020 at 8:53 am
In nearly 30 years of using excel there are very few situations that don't have a straight forward work around.
built a report from an SQL database for a big...
August 13, 2020 at 12:07 am
Viewing 15 posts - 346 through 360 (of 6,036 total)