Viewing 15 posts - 331 through 345 (of 4,272 total)
You can simply edit the config file and add the values or tweak the connection string in about any way you want.
Depending on how you setup package configurations depends on...
May 2, 2012 at 8:55 am
Sorry, I was otherwise occupied.. But opc.three's approach is fine as well and I agree with the points about the table naming.
CEWII
May 2, 2012 at 8:44 am
Yes. It isn't going give you passwords. That would be a major security breach.
CEWII
April 30, 2012 at 11:25 am
Oh Jeff you kill me man.. I have had way to many bad experiences with sp_OA methods, especially with in-process objects. out-of-process is still bad but not quite...
April 30, 2012 at 10:14 am
Yes you can. I would probably query the list of tables in an EXEC SQL task and use the full resultset option and write the output to an object...
April 30, 2012 at 10:11 am
That sounds right, it won't write out a password when the config file is created, the other file must have had it entered or it was contained in a variable...
April 30, 2012 at 9:39 am
That isn't the recommended configuration for three nodes. I believe Node Majority is the recommended setup. Either way if you lose two nodes the cluster is down..
CEWII
April 27, 2012 at 1:18 pm
How often will they be accessed?
If the number is fairly small I probably wouldn't use FILESTREAM..
CEWII
April 26, 2012 at 3:36 pm
I agree with GSquared, I can't think of any case where chunking them up would be beneficial and see LOTS of downsides. How big do you think this is...
April 26, 2012 at 2:20 pm
I can't under ANY circumstances endorse an sp_OA method to doing this. As a matter of fact I'm of the opinion that those should not be used anymore under...
April 26, 2012 at 1:19 pm
That is correct, you don't run the add node process on that node then it cannot under ANY circumstances ever run on that node.
I however would recommend not doing this....
April 26, 2012 at 1:07 pm
None that I know of but you do need to be aware of Poison messages.
CEWII
April 26, 2012 at 8:35 am
Did you start notepad or whatever you were using to edit it AS administrator? You might BE an administrator but that doesn't mean that bit is flipped for the...
April 26, 2012 at 8:29 am
No, it can't per se.. The calls are synchronous and there is no flag or option to change that. However, you could use Service Broker with an auto...
April 26, 2012 at 8:26 am
Viewing 15 posts - 331 through 345 (of 4,272 total)