Viewing 15 posts - 2,956 through 2,970 (of 3,544 total)
quote:
When he uses the wizard it cannot see the test box.
What wizard? What test...
Far away is close at hand in the images of elsewhere.
Anon.
It would seem that permissions are OK. "login unknown or wrong password" would indicate that sql is using the wrong credentials. Has someone changed the Adminstrator password since sql was...
Far away is close at hand in the images of elsewhere.
Anon.
...Administrator account of the machine.../code]
I suspect that there is a permission/access problem to do with the local Administrator account. Did you login as Administrator to create the mapped drive? Was...
Far away is close at hand in the images of elsewhere.
Anon.
The problem with above is the 8k limit and if the numbers are > 1 digit. Using '%REC%:%' should cater for this.
The code below will give you the number of...
Far away is close at hand in the images of elsewhere.
Anon.
In the same package create a new step to do the email (remove code from first step) and change the properties of the first step to quit on failure so...
Far away is close at hand in the images of elsewhere.
Anon.
Duplicate post.
Far away is close at hand in the images of elsewhere.
Anon.
Are you sure the mapped drive exists, you will get this error if not.
Test with
xp_cmdshell 'dir F:\descarga\00005\'
Alternatively use UNC
Edited by - davidburrows on 11/07/2003 ...
Far away is close at hand in the images of elsewhere.
Anon.
What account is sql server running under. If it is set to localsystem then you will not be able to access across a network.
Far away is close at hand in the images of elsewhere.
Anon.
quote:
select count(*) from master..sysprocesseswhere dbid = db_id('dbname')
This will give you then number of...
Far away is close at hand in the images of elsewhere.
Anon.
Hi Frank,
quote:
I have very basic skills only in DTS, just enough to get my jobs done.
Far away is close at hand in the images of elsewhere.
Anon.
quote:
This would fail with sp's that return more than 1 result set as output
And those...
Far away is close at hand in the images of elsewhere.
Anon.
I think error 7321 is caused by a malformed LDAP query.
Try the following. If it works then the link is OK, the query is the problem.
Far away is close at hand in the images of elsewhere.
Anon.
in the proc define the output param with single @ as in
@IndexOut Int output
when you want to refer to the output use
myCommand1.SelectCommand.Parameters("@IndexOut").Value Edited by...
Far away is close at hand in the images of elsewhere.
Anon.
Bah humbug ![]()
I do hate multiple posts and cross posts ![]()
![]()
Edited by - davidburrows on 11/05/2003 07:07:16 AM
Far away is close at hand in the images of elsewhere.
Anon.
Viewing 15 posts - 2,956 through 2,970 (of 3,544 total)