Viewing 15 posts - 16 through 30 (of 52 total)
When exists(
Select case when [enabled]=1 then [name] + ' Enabled' else [name] + ' Not Enabled' End
)
October 19, 2020 at 2:30 pm
Please do not use C:\Program Files\Microsoft SQL Server\100\DTS\Packages
If you have to use C drive, create C\:DBA\SSIS folder and give sql server agent permission to it
October 19, 2020 at 1:04 pm
Perhaps you are looking for change data capture?
October 19, 2020 at 12:55 pm
I would apply the TDE certificate first and restore it on the destination first.
You can set the up the destination database in standby mode and create a job on the...
October 19, 2020 at 12:50 pm
Sounds like you need to create a datetime column for date1 + time1 , then date2 + time2
After this do a a simple datediff for minute
October 18, 2020 at 1:14 am
Can you tell us more about what you want to do?
You could run a poweshell script to read the file names in the folder tons sql table and then run...
October 16, 2020 at 3:34 am
There is one blog post with instructions on wmi alert
https://www.sqlshack.com/create-configure-sql-server-agent-alerts/
October 15, 2020 at 5:39 pm
Does column HCPCS_CPT exist? In your where clause, replace this with the definition you used to calculate it
October 15, 2020 at 3:30 pm
I think a wmi event would work. A sql server agent wmi alert when a file is downloaded and then calls a sql server agent job.
October 15, 2020 at 3:23 pm
So you have at least 2 nodes and an AG with an asynch secondary on a different subnet.
Your listener has more than 1 ip. You need to set hostrecordTtl to...
October 9, 2020 at 2:37 pm
Can you add a sql server agent operator?
Then set the job notification to that operator
October 8, 2020 at 2:00 pm
Unusual decision by the security team. You are going them all your data and a tde certificate would protect the backup in transit, but security is worried about a certificate?
Could...
October 8, 2020 at 11:06 am
Perhaps you should make the database full recovery.
You can schedule regular transaction log backups to limit growth.
Is the transaction log and data file set to grow by a percentage? If...
October 8, 2020 at 10:54 am
My apologies
Below is the link that fixed the issue for me
October 7, 2020 at 10:45 pm
I had same issue
Use Ssisdb
Go
Open master key decryption by password 'xxx'
Alter master key add encryption by service master key
Let me know if you still have an issue
October 7, 2020 at 8:40 pm
Viewing 15 posts - 16 through 30 (of 52 total)