Viewing 15 posts - 31 through 45 (of 1,409 total)
Do you have a "MERGE", "MERGE JOIN" or "UNION" task in the Data Flow? You'll need to combine the derived output of each file into a single set before writing...
May 30, 2018 at 8:03 am
May 30, 2018 at 7:33 am
May 30, 2018 at 7:05 am
Have you tried just removing the database from the AG and next take it out of restoring state by setting it to recovery?
ALTER DATABASE database_name SET HADR OFF
May 30, 2018 at 6:04 am
May 30, 2018 at 5:45 am
May 30, 2018 at 5:15 am
If you right-click on the connection, you can select the "Work Offline" option from the context menu.
May 24, 2018 at 8:01 am
You mention there's an app manager involved. Does this manager also manage job in the Windows Scheduler? Are there any errors in the Windows Event logs (system and application) around...
May 24, 2018 at 7:11 am
The most common date format in the US is mm/dd/yyyy
, whereas in Europe (including the UK) it's more common to have dd/mm/yyyy
So setting the language settings of a login affects the...
May 16, 2018 at 5:40 am
declare...
May 16, 2018 at 4:16 am
I got a question, here we are making differentials and logs backups of read-only databases,...
May 1, 2018 at 7:52 am
May 1, 2018 at 1:18 am
April 30, 2018 at 11:45 am
Take a look at the free scripts of Kenneth Fisher (https://sqlstudies.com/free-scripts/). He has a script to list all database permissions. You can adjust the script by yourself to...
April 30, 2018 at 5:47 am
You can create a specific login for the application to use, preferrably from an Active Directory account. Next create a corresponding database user in each database the application needs access...
April 26, 2018 at 12:40 am
Viewing 15 posts - 31 through 45 (of 1,409 total)