Viewing 15 posts - 121 through 135 (of 506 total)
September 7, 2018 at 4:23 pm
It depends on your recovery requirements. Synchronous commits to the secondary before committing on the primary so depending on network speed between the primary and secondary that can add an...
September 7, 2018 at 3:27 pm
If you are making changes in production you should have in place a change management process which generally prohibits ad hoc changes to production systems. One should have at the...
September 7, 2018 at 3:13 pm
Oracle SQL Developer Data Modeler is free and very nice.
September 7, 2018 at 2:53 pm
Please post create table script and insert script with sample data, you've provided what you've tried already, and desired result.
September 7, 2018 at 11:33 am
Try creating a BCP format file for the import.
https://docs.microsoft.com/en-us/sql/relational-databases/import-export/create-a-format-file-sql-server?view=sql-server-2017
September 7, 2018 at 11:29 am
I agree with Andy. Your query would benefit greatly from a covering NCI.
September 6, 2018 at 6:08 pm
That depends on what the scripts are doing. If you are altering an object I would say serializable, however, for DDL, your script will wait for a current query to...
September 5, 2018 at 12:14 pm
Have you an SPN for the server name your using in your connection string? Is SQL Server running under a domain account?
September 5, 2018 at 10:18 am
If you have to do in place, do you have the down time to backup all the databases, script out logins (with SIDs) and jobs, all to a network share,...
September 5, 2018 at 10:12 am
September 4, 2018 at 6:23 pm
What Oracle providers are installed on the SQL Server? What version of Oracle is your Oracle Server running. Sometimes a data type is being used and is unsupported by an...
September 4, 2018 at 4:11 pm
Have you tried Oracle Developer Data Modeler?
September 4, 2018 at 1:13 pm
I believe they will. Try it on a smaller heap table.
August 30, 2018 at 4:09 pm
You make the login and password parameters and set them in the job.
August 30, 2018 at 4:08 pm
Viewing 15 posts - 121 through 135 (of 506 total)