Viewing 15 posts - 2,251 through 2,265 (of 2,648 total)
you can if you use a custom script.
Not advisable and on my opinion it should not be done, and it is no longer replication.
https://docs.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-addarticle-transact-sql?view=sql-server-2017
https://docs.microsoft.com/en-us/sql/relational-databases/replication/transactional/transactional-articles-specify-how-changes-are-propagated?view=sql-server-2017
October 6, 2018 at 5:35 pm
one way.
get a machine with 16 GB or more -- less and it will crawl.
install a free esx hypervisor - https://www.vmware.com/products/vsphere-hypervisor.html
setup 3 VM's
-...
October 6, 2018 at 5:26 pm
Control panel -> administrative tools -> Data sources (ODBC) - Drivers - will most likely also contain an entry for each Oracle driver installed on each home
registry - KHLM\Software\Oracle...
October 6, 2018 at 2:04 pm
1) Don't put SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED in any...
October 5, 2018 at 11:42 am
ScottPletcher - Friday, October 5, 2018 11:01 AMBut does the actual data always match that constraint?
only the OP knows - this...
October 5, 2018 at 11:12 am
October 5, 2018 at 10:11 am
there may be a lot more to it.
first how are you extracting from DB2
- Direct connection from SSIS (OLEDB or similar)
-- in this case...
October 4, 2018 at 5:46 pm
as a alternative method
constraints
- PERIODYTD date is always greater or equal to PERIOD
- difference between the 2 dates is less or equal 3647 -- just shy of 10...
October 4, 2018 at 5:35 pm
assuming there are no code changes between the 2 procs it is possible someone set option XACT_ABORT globally on the old server.
dbcc useroptions -- if output shows xact_abort...
October 4, 2018 at 3:46 pm
seems to be true - https://docs.microsoft.com/en-us/sql/integration-services/install-windows/upgrade-integration-services?view=sql-server-2017
And its not like you were migrating from 2008 R2 - that one didn't had either as a feature except as a legacy...
October 2, 2018 at 3:42 pm
Do have a look at this thread - https://www.sqlservercentral.com/Forums/1974006/convert-date-to-numeric#bm1974016 - and setup some test cases to see if your data suffers the issue mentioned on it around how Excel deals...
October 2, 2018 at 11:33 am
Running a job like that isn't really an overkill - on our main prod servers we have jobs running every 10 seconds. Very fast jobs though.
For data transfer...
October 2, 2018 at 5:19 am
compress definitely works a lot better for particular data - As an example one of my tables (700Million rows, 900GB + on standard format and page compression), when I compress...
October 1, 2018 at 11:29 am
and what is the sql you tried so far?
All functions you mention from excel can accurately be done in SQL with a possible exception of yearfrac - as...
September 30, 2018 at 10:19 am
Viewing 15 posts - 2,251 through 2,265 (of 2,648 total)