Viewing 15 posts - 2,521 through 2,535 (of 39,771 total)
Thinking more, I think colorizing based on login is likely not really what is useful. However, by role is interesting. It's usually the permission set we are about, so allowing...
July 22, 2020 at 8:10 pm
Prompt does not colorize based on the login used for the instance. That's an interesting idea. I'll submit it.
July 22, 2020 at 8:06 pm
No, I mean execute the query(ies) that the package runs from SSMS from the instance where the data will be stored.
July 22, 2020 at 8:03 pm
My guess too, which is why I'd like to break something out to check.
If it hangs in SSIS, can you get it to hang in SSMS?
July 22, 2020 at 5:19 pm
Thanks. Posted in the MVP list. Hopefully someone responds.
July 22, 2020 at 5:18 pm
I wouldn't think column order matters. At least, it shouldn't. Not sure dynamic SQL is better than just the loop shown above. I might actually store the 30 cols in...
July 22, 2020 at 4:34 pm
Separate physical drives is mostly what you want. You want separate IO paths. Depending on your architecture, it may or may not help. The other place that diff files helps...
July 22, 2020 at 4:31 pm
It's by the instant/db, but the scope is per SSMS install. So I can color my dbs/instances separate from how you do it.
July 22, 2020 at 4:25 pm
That's deprecated. I think you want master.sys.master_files
July 22, 2020 at 3:40 pm
Yes, the login isn't correct. That's what the error is.
July 22, 2020 at 3:38 pm
The best way to speed up backups is to stripe them. The SQL engine can then spew out pages to multiple locations. If you have good hardware, I'd look at...
July 22, 2020 at 3:37 pm
Does it pause at the same point each time?
I'd start to break apart the package and test things separately. Pick a certain item, then make a new package to do...
July 22, 2020 at 3:32 pm
I like the idea of altering the temp file to include missing columns. It's a simple solution that means the important part, the reads, don't change and you don't get...
July 22, 2020 at 3:25 pm
Consummable data means posting the CREATE TABLE statements, with some INSERTs for sample data. Not just describing the columns.
July 22, 2020 at 3:21 pm
+1 for Brian's thoughts. The indexing is driven by the query patterns.
July 22, 2020 at 3:20 pm
Viewing 15 posts - 2,521 through 2,535 (of 39,771 total)