Viewing 15 posts - 31 through 45 (of 1,417 total)
I agree with Steve to not save passwords in SSIS. Modify your SSIS package to set them with variables. Here are some links with explanations on how to do this:
July 12, 2018 at 7:38 am
July 2, 2018 at 4:39 am
I don't know if it will work, but I would give the "copy database" wizard from SSMS a try (right-click a database...tasks...copy database). If that don't work you can still...
June 25, 2018 at 8:07 am
Below is a solution without looping. Although I guess this is still not the most optimal way... it's the best I could come up with for now.
[code...
June 25, 2018 at 7:44 am
Take a look at scenario 2 as written in this article. With this scenario you create a new [master] database after which you can replace it with the...
June 22, 2018 at 4:47 am
I want to seperate one column which has multiple...
June 22, 2018 at 4:41 am
Pinal Dave described such an issue several years back. See https://blog.sqlauthority.com/2015/04/10/sql-server-login-failed-for-user-reason-server-is-in-script-upgrade-mode/. Can you check the SQL Error log (from Windows Explorer/Notepad)?
May 31, 2018 at 12:47 am
@steve-2: Agree, but the original query filters on one year. That makes my suggestion valid for this query. It may not be the case when different specs are...
May 30, 2018 at 12:39 pm
Which one to use depends on your needs. But reading your post I guess a UNION fits well.
The position depends on the process. You can first join all...
May 30, 2018 at 9:20 am
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
Viewing 15 posts - 31 through 45 (of 1,417 total)