Viewing 15 posts - 3,496 through 3,510 (of 13,874 total)
How would you configure bitbucket if 2 or more developers are working on the same SSIS project? My vision is for developers working on separate packages and then committing...
July 1, 2019 at 6:34 pm
This is awful!
But it can be decomposed.
July 1, 2019 at 4:49 pm
So, speaking of formatting tools, I just got a complaint because I formatted the code from the stored procedure that I worked on and that generated too many differences...
June 27, 2019 at 3:51 pm
You should be able to do it all in a single statement, and therefore won't need an explicit transaction. Something like this.
INSERT EtiquetasKLC.dbo.etiquetas
(
nome_posto
...
June 27, 2019 at 2:18 pm
At times stuff gets merged from dev that might be in flight and we don't want to release the QA stuff yet until something is fixed.
Sounds like you should...
June 26, 2019 at 7:04 pm
If you have a large volume of data to compare and your chosen solution is very slow, please post back.
June 26, 2019 at 5:01 pm
The CallEnded time 12:14:30 appears in your desired output example, but does not appear in the source data. Why is that?
June 25, 2019 at 7:29 pm
From the tables above, how can you tell that it was Jim who missed the call?
What is the logic behind the Answered and CallEnded grouping window? Where does 12.14:30 come...
June 25, 2019 at 6:47 pm
A materialised view, in my experience, is a view which has been saved/persisted to a table. This is often for reasons of performance, but could also be because the data...
June 24, 2019 at 7:51 pm
Thanks for your help. But will this query partition the resultset by City? Meaning will I be able to see all of the Cities and Companies? Or will it...
June 24, 2019 at 3:13 pm
This was a bit of a logic mind-bender! Try this and see whether it's any quicker:
SELECT *
FROM #TAttrib ta
WHERE ta.ClinicID IS NULL
...
June 20, 2019 at 11:05 pm
I use both, but honestly, I have found SSDT (well insofar as I need it to make SSIS packages) really annoying to use. So much is embedded in cryptic...
June 20, 2019 at 7:21 pm
my question is why does it work with compatibility mode 2008 not with comparability mode 2014? because I have 100's of procs that use the declare @today datetime
Can you...
June 20, 2019 at 3:04 pm
Viewing 15 posts - 3,496 through 3,510 (of 13,874 total)