Viewing 15 posts - 361 through 375 (of 1,988 total)
It is bad enough that they used the try/squelch anti-pattern but seriously...what is the point of nesting them three deep?
To introduce some really fun bugs when half the code runs?
October 23, 2019 at 12:54 pm
The short answer is no, SSIS is not that bad. It's not the greatest ETL tool around but it's pretty good especially considering it comes free with SQL Server. And...
October 21, 2019 at 4:14 pm
Well you can force it to use a different index. You could also disable the index.
October 2, 2019 at 9:07 pm
I like SO/SE for many things, and I've found it to be great. Discussion is not one of these, but answering simple questions is fantastic there.
Heh..... when I've found...
October 1, 2019 at 5:45 pm
One option would be to write them out as 4 separate files then merge them or write them out with different targets to the same file and the first set...
September 30, 2019 at 2:24 pm
I will stay with Microsoft, not only it's much cheaper than Oracle, it's interlinked so heavily and I need all, SQL, SSIS(to Oracle on the other end), SSRS, PowerBI....
September 24, 2019 at 6:36 pm
In general on premise solutions are going away when it comes to cheap solutions. And in general the companies that really require an on prem database can likely also afford...
September 24, 2019 at 5:59 pm
Considering they are just now in SQL 2019 getting around to showing the column throwing a truncation error which is far more annoying than having to sort through a handful...
September 20, 2019 at 5:16 pm
The biggest reason I have for not having a VCS for DB's right now is that MS doesn't include on standard with SQL Server.
Not sure what you mean...
September 19, 2019 at 4:01 pm
The biggest reason I have for not having a VCS for DB's right now is that MS doesn't include on standard with SQL Server.
September 19, 2019 at 2:30 pm
Two questions, what do you mean by upgrade? And why are they dropping and recreating instead of just rebuild?
September 18, 2019 at 2:17 pm
That entirely depends on what the code is doing.... If it's pure database operation then unless you actually change the code almost certainly no. If you're doing something like file...
September 17, 2019 at 6:11 pm
Well do you call the SP with different parameters once a month compared to what you normally do daily?
September 17, 2019 at 2:27 pm
Well does that user have an explicit deny execute permissions?
September 12, 2019 at 3:08 pm
Viewing 15 posts - 361 through 375 (of 1,988 total)