Viewing 15 posts - 31 through 45 (of 320 total)
Chris,
Thanks for the suggestion! I'm not sure a database snapshot would work for me in this case because the target database is a slightly different structure from the source database.
I'm...
June 20, 2019 at 11:05 am
Phil,
Thank you .That makes perfect sense. That's a good solution to the 'no data available' issue. Now it's a question of whether I want to truncate/re-populate or try to work...
June 20, 2019 at 9:32 am
Phil,
Thanks for the reply. I hadn't thought to use synonyms. Do you have a link to an example of how I would use a synonym in this way. I'm close...
June 20, 2019 at 1:28 am
All,
Thanks for your responses! Jeff, if I'm understanding your comment correctly, I'm not sure there's a way to do that...
https://dba.stackexchange.com/questions/5468/can-i-enable-sqlcmd-mode-from-inside-a-script
Mike
April 27, 2019 at 1:17 pm
That makes senses. Thanks again.
Mike
April 12, 2019 at 2:50 pm
Actually, I take that back. You wouldn't have a @currentValue unless you used a loop.
It would seem to avoid the loop, the parameters would have to be parsed into their...
April 10, 2019 at 3:31 pm
Ah, got it. Thank you.
Mike
April 10, 2019 at 3:27 pm
Scott,
Would you mind giving a simple example of how you would do this based on the values in the parameter and using UNION ALL?
Thanks,
Mike
April 10, 2019 at 2:59 pm
I'm not sure if this helps (and it's not the prettiest thing) but here is a sample structure and some sample data to demonstrate what I'm trying to achieve. I...
April 10, 2019 at 2:04 pm
Beatrix,
Thank you so much. I like your suggestion for creating a second job. I think that is what would be necessary to get this to work as I want. We...
April 3, 2019 at 5:51 pm
March 15, 2019 at 10:41 am
Beatrix,
Thank you. This makes a lot of sense! I'll give that a try and then let you know.
Thanks again,
Mike
March 15, 2019 at 6:51 am
You'll want to look at the execution plan to determine why your query is performing poorly, but my guess is that you'll want to create a nonclustered index on the...
November 7, 2018 at 2:17 pm
October 30, 2018 at 7:31 am
Viewing 15 posts - 31 through 45 (of 320 total)