Viewing 15 posts - 256 through 270 (of 5,111 total)
Please provide a code with a sample parameter and one without?
And what should that parameter do? What is the actual logic here? You've just given data and told us...
October 4, 2021 at 10:33 am
It is saying the password did not match that for the login provided
it does
any idea why it would work for a short time?
If the error is saying it does,...
August 25, 2021 at 12:29 pm
What about the error in the logs? As I explained before, the errors to the application aren't helpful.
If you're getting the same error in the logs, you didn't restart the...
August 25, 2021 at 11:53 am
Thanks a lot for the replies
details from the log
08/25/2021 11:05:39,Logon,Unknown,Login failed for user 'xxx'. Reason: An attempt to login using SQL authentication failed. Server is configured for Integrated authentication...
August 25, 2021 at 11:26 am
If you check the SQL Server's logs you'll see the full authentication error. What is that error? That'll tell us why the LOGIN
/USER
is failing to connect. Errors passed to...
August 25, 2021 at 10:33 am
I use very similar methodology to what ratbak described. 9 times out of 10 (probably more) the reason the data is missing in my line of work is because it's...
August 19, 2021 at 2:16 pm
I can't say I've ever run into this problem, and I've been daily driving ADS for at least a couple years. It almost sounds like you aren't actually connected to...
August 19, 2021 at 8:59 am
This depends how you've set things up. You say, here, you're using a SQL Task which, I assume, means you aren't using data flow tasks to migrate the data from...
August 18, 2021 at 10:35 am
Any INDEX
can have a filter on it, from a WHERE
clause. Though, as you have seen, these are most commonly seen on UNIQUE INDEX
s as they allow for behaviour...
August 17, 2021 at 9:56 am
You can define a define a UNIQUE CONSTRAINT
completely separately to your other indexes, and primary key. And no, if a column isn't included in the definition of the UNIQUE...
August 17, 2021 at 9:32 am
Welp, it seems worthwhile mentioning reputation points in an online forum, i.e. Stack Overflow, are a good way to enhance your resume.
The tone of this response has changed significantly...
August 13, 2021 at 2:32 pm
Think I've worked out the problem; I didn't realise that SQLPS doesn't use the host's version of Powershell, but it's own. As we're still running 2012 on this instance, then...
August 3, 2021 at 9:00 am
Hi Jeffrey,
I'm calling a script. All that's actually in the PowerShell command window for agent is (obviously with valid parameters):
& 'C:\Powershell\Copy APM OpenAttach.ps1' -ServerInstance "SQL Server Name"...
August 2, 2021 at 8:17 am
I am having also this issue. How do I use a PowerShell script built using the Windows Active Directory module as an Active Roles Server Script Module? I am trying...
July 20, 2021 at 12:16 pm
Why create a c# task to move the file, and not just use a File System Task?
July 6, 2021 at 2:29 pm
Viewing 15 posts - 256 through 270 (of 5,111 total)