Viewing 15 posts - 796 through 810 (of 1,988 total)
March 8, 2018 at 8:23 am
Try...
March 8, 2018 at 8:19 am
If you're asking if SSIS will automatically update the source definition when the file format changes it won't.
March 7, 2018 at 10:11 am
Well that subquery for temp table 2 is using a left join not an inner join to temp table 1.
Also, caps lock cruise control for cool.
March 7, 2018 at 9:51 am
March 7, 2018 at 7:59 am
It sounds like you need to do some serious level setting about what the job you're expecting him to do really is. Troubleshooting and solving issues like SMTP or firewall...
March 7, 2018 at 7:57 am
March 1, 2018 at 10:08 am
Another option is to use TRY_CONVERT() if you want to make sure it'll actually convert to something in SQL server
select 'yes'
where TRY_CONVERT(decimal(29, 9), @SearchVal) IS...
February 28, 2018 at 12:33 pm
I'm doing this:
...
union
select 'EVY', 'Everyone', ...
from ...
where ... and @Grouping = 'false'
That @Grouping = false still...
February 28, 2018 at 8:53 am
February 28, 2018 at 8:32 am
I'd be willing to bet this is the problem.
AND c.Record_Status <> i.Record_Status
Anytime the record gets updated but the status doesn't change the update will...
February 27, 2018 at 9:39 am
February 27, 2018 at 9:13 am
Are you asking about the transaction logs or the server logs?
February 26, 2018 at 2:33 pm
What are you trying to fix? dbo is the default owner of those roles.
February 26, 2018 at 11:08 am
Viewing 15 posts - 796 through 810 (of 1,988 total)