Viewing 15 posts - 661 through 675 (of 2,863 total)
I do not have the actual numbers but the scenario was that an application (outside my department) was updated which took down production. With production being down (the entire production...
December 30, 2021 at 7:38 pm
I partially agree with you ZZartin.
I think there is no "one size fits all" solution, but I would also argue that with web-based content changes should be handled by the...
December 30, 2021 at 5:20 pm
While I do agree that having the code go live quickly to fix a problem is nice, what if things go wrong? What if that code release halts production and...
December 30, 2021 at 2:16 pm
I am happy to help. I do recommend you look into truth tables. They can be very helpful when working with logic like this. It is VERY easy to think...
December 29, 2021 at 7:03 pm
Just saw your reply there skeleton567 and thought I'd reply too as our process has changed a bit as we changed managers. Now, the process is still that it code...
December 29, 2021 at 5:27 pm
Got an email from Degreed.com giving me recommendations for virtual training and … well, apparently there are urgent SQL courses I need to take today and ...
Well, what do...
December 29, 2021 at 4:50 pm
The difference in how you create them, there is essentially none. If you create a shared data source from the report builder window, it will create the exact same file...
December 28, 2021 at 7:30 pm
I agree with Jeff here - you should be upgrading the SQL instance to something supported. 2012 is out of support. I don't quite see this as going to spam,...
December 28, 2021 at 7:21 pm
If you want to exclude, simply reverse your conditions. For example, rather than "IN" use "NOT IN" or instead of "<" use ">=". Or, alternately, toss some brackets around your...
December 23, 2021 at 7:49 pm
I agree with Scott. And to add to what he said - if you are currently using INT, I would MUCH rather switch to BIGINT before switching to CHAR(50). I...
December 22, 2021 at 5:42 pm
Where I work, the DBA patches the DBA software (SQL for example) and the IT team patches the OS.
So Windows updates are handled by IT and SQL patches are handled...
December 22, 2021 at 5:30 pm
I am glad I could help. I also want to make a note, which is in my signature, but I want to make it very clear:
As with all advice you...
December 22, 2021 at 3:22 pm
I have not tested this, but I am 99.99999% confident you could create a temp table (CREATE TABLE #tmpTable(col1 datatype1, col2 datatype2, ...)) with the columns you expect then do...
December 22, 2021 at 3:17 pm
I don't think SQL will be able to rank those the way you wanted them. The reason why - if you are ordering it by "Rating", ID 8 has a...
December 22, 2021 at 3:14 pm
One thing to keep in mind is if you are using SSIS, you will want the SSMS version that matches the SSIS database version. For example, if you have SSIS...
December 21, 2021 at 2:59 pm
Viewing 15 posts - 661 through 675 (of 2,863 total)