Viewing 15 posts - 1,756 through 1,770 (of 7,164 total)
Which Oracle driver are you using? Are you sure it supports OLE DB parameter mapping?
A simpler option may be to build your SQL Statement using an Expression in a Variable,...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 5, 2013 at 11:26 pm
FWIW I tend to use RemoteSigned on new machines. It's a decent blend that lets me do what I need to do but is not completely open.
Indianrock (3/3/2013)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 5, 2013 at 11:22 pm
You can use Agent Tokens in your log name.
Using Tokens in Job Steps- SQL Server 2008 R2
Change the log name to something like this:
X:\...path to log files...\filename_$(ESCAPE_NONE(STRTDT))_$(ESCAPE_NONE(STRTTM)).log
And you'll get a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 5, 2013 at 11:14 pm
That error is saying that the service cannot start because the account set to run the service cannot log into the operating system. Check the Windows Services MMC and adjust...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 5, 2013 at 11:05 pm
Full or Evaluation?
I do not see 'Full Enterprise to Standard' here but you could try it via the 'edition upgrade' option in setup. It won't take long to find...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 5, 2013 at 10:59 pm
You can implement your own transfer using .NET in a Script Task. Here is an article showing how to do it in C#. You'll have to port the code to...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 5, 2013 at 10:55 pm
Disabling sa should be enough. I would forego the rename.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 5, 2013 at 10:48 pm
Looks like the same proc initiating the update so we can expect the same access pattern but the trancount is 2. What else was done inside the transaction, before the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 5, 2013 at 10:46 pm
Two separate questions:
1) Who should own databases?
It does not matter if the Server Login that owns a database is disabled or enabled. sa is a good default choice to own...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 5, 2013 at 10:30 pm
What is the 'max degree of parallelism' setting on both systems and is the one that is having the trouble under heavy load in terms of how many modifications it...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 5, 2013 at 10:08 pm
Compassionate (3/5/2013)
No, @f1 has only underscore as the special character reamining all are letters/digits.Could you please explain more on RAISEERROR with sev 10?
You can add calls to RAISERROR with a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 5, 2013 at 9:09 am
mayur birari (3/4/2013)
From the execution plans,...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 4, 2013 at 2:09 pm
It was at a previous shop so I no longer have access to the code but basically it used a call to Get-Content that limited the rows to "the first...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 4, 2013 at 1:11 pm
Does @f1 ever have a character in it that would be considered invalid in a Windows file name?
Do you know what I mean when I say add calls to "RAISERROR...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 4, 2013 at 6:37 am
One other question came to mind: In what order are the uniqueidentifiers being added to the TVP as they are sent to the SQL Server? If you're using .NET then...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 3, 2013 at 10:08 pm
Viewing 15 posts - 1,756 through 1,770 (of 7,164 total)