Viewing 15 posts - 46 through 60 (of 135 total)
Can confirm with Jeff, sorry if I sounded a bit salty up there 🙂
December 30, 2019 at 4:19 pm
How often does this data need to be replicated? Why do you feel the need to drop the development database to refresh the data? Are there permission differences between the...
December 30, 2019 at 3:06 pm
I call it a pound sign or a sharp sign. The original name for it was a pound sign.. the origins of the "octothorp" which, btw, isn't even recognized by...
December 27, 2019 at 8:59 pm
Never in my life have I heard somebody call a pound sign an octothorp .. spell check doesn't even recognize it as a word.
December 27, 2019 at 8:10 pm
Interesting, returns some Null for me where there shouldnt be, but It makes sense.. I would point out that would necessarily give you the MAX it just gives you what...
December 23, 2019 at 9:35 pm
My query should work for you then, hopefully somebody will come by with a smarter/more efficient query though.. I'd be interested in seeing the right way to do it.
December 23, 2019 at 8:54 pm
If you do need the max value instead of the last value.. here is a very ugly query that somebody should probably yell at me for writing, its just the...
December 23, 2019 at 7:16 pm
From my understanding, that is correct, SQL will use all the memory you allow it to use, if you want to know if you're allocating the proper amount there are...
December 20, 2019 at 7:57 pm
Makes sense, I messed with that for a second but I was being dumb about it.
December 20, 2019 at 3:07 pm
I'm learning myself but from my understanding, in doing this you're giving every iteration of that error message an assigned row number 1...2...3...4. depending on how many times it appears,...
December 19, 2019 at 5:42 pm
This might not be 100% correct, but this seems to work for me but as a note, basically whats going to happen here is if the error occurred on multiple...
December 19, 2019 at 5:25 pm
Just to clarify, when you say distinct errors are you wanting each individual error type to only show up once? With the way this is written if you have the...
December 19, 2019 at 4:15 pm
So you want to show only orders where all items of the order have the status of shipped?
This might not be the "correct" way which may have been mentioned above...
December 13, 2019 at 3:24 pm
If you already have a strong knowledge of SQL you can skip the MTA, I took it a couple years back and its very much for beginners. If you want...
December 12, 2019 at 5:26 pm
Just as a side note, you can sometimes check if somebody or something else has the file open by going to Computer Management-> Shared Folder-> Open Files.
December 10, 2019 at 7:46 pm
Viewing 15 posts - 46 through 60 (of 135 total)