Viewing 15 posts - 1,711 through 1,725 (of 2,649 total)
you already have the code required - what is the issue with using that code?
apart from a possible precision issue that you should be able to sort by your self...
January 30, 2020 at 7:48 pm
this is something that you should be asking to the vendor of Avaya.
but that query in Oracle is querying a "db link" - this equates roughly to a Linked Server...
January 30, 2020 at 12:47 am
adding to Jeff questions.
when you load each file do you need to know, within the database, what was the file being loaded?
you mention that the file has the custid on...
January 29, 2020 at 1:53 pm
perfectly normal and expected
Columnstore compression is very high - when you dropped it the table got converted to a heap with no compression ( or with standard page compression) so...
January 28, 2020 at 10:49 pm
if they have all the same structure and depending on the size, and depending if quality is guaranteed (eg they are real CSV files, not just delimited files) then you...
January 28, 2020 at 5:28 pm
when using SSMA my advise on migrations is to do data separately - let the tool convert objects (where it can) and do data yourself - more control of when/what...
January 27, 2020 at 11:36 pm
multiple things.
January 27, 2020 at 6:07 pm
put them on the latest compat mode - if there are issues with CE you can change each db that requires it by using the ALTER DATABASE SCOPED CONFIGURATION (see...
January 27, 2020 at 12:01 pm
setup some Extended Events to capture all sql alongside host where it originated and username - let it run for awhile and that will tell you whats/who is doing it
January 26, 2020 at 6:47 pm
please take this as a constructive comment.
had a look at that particular offer - not quite just a DBA - and it mentions skill sets that most DBA's will not...
January 26, 2020 at 10:49 am
as I told you if you define the field as a datetime datatype the format you use does not matter - it is up to the UI to do the...
January 25, 2020 at 10:34 am
if the fields were defined correctly as dates then the format does not matter
apart from that your code is doing what you asked for
January 25, 2020 at 12:40 am
you can't.
SSIS Catalog packages execute on the server where the catalog is installed so your setup needs to be
Server A
- SQL Server Instance
- - User databases
- - ReportServer db's -...
January 24, 2020 at 6:13 pm
With SQL Server 2017 Enterprise Edition, customers who have licensed all physical cores on the server can run an unlimited number of instances
(First, a disclaimer. I'm not by...
January 24, 2020 at 5:55 pm
Thanks. I'm not sure I buy the "talk to MS/licensing reseller" mentality - they're the ones who told me 'per core, per server'! 🙂
Totally agree with this though:
"Now should...
January 24, 2020 at 5:53 pm
Viewing 15 posts - 1,711 through 1,725 (of 2,649 total)