Viewing 8 posts - 1 through 8 (of 8 total)
What type of Windows account is the user?
Is the user in the same domain as the SQL Server?
Same domain as the account used for the proxy?
Where is...
December 28, 2005 at 3:15 pm
Deborah,
In Enterprise Manager:
1.) Go to the "Managemenet" folder for the SQL Server that runs the jobs.
2.) Right-Click and choose "Properties" from the Pop-Up Menu
3.) Select the "Job System"...
December 28, 2005 at 2:06 pm
How are you attempting to connect?
SYMPTOMS
When you try to connect to a clustered Microsoft SQL Server 2000 named instance by using the "servername\instancename" syntax, you receive the following error message:...
December 28, 2005 at 11:36 am
Deborah,
If you are attempting to execute a DOS batch file (".bat") then your DTS package is attempting to execute the extended stored procedure "xp_cmdshell". The execution of the...
December 28, 2005 at 11:27 am
Hi Hans,
Are you calling a stored procedure or sql script that uses a cursor or counting loop?
It sounds like a CONDITIONAL statement isn't being executed properly or a...
December 28, 2005 at 8:54 am
I agree, it sounds like the "row-size" limit. Are you implicitly declaring the datatype/size of each column? If not then you maybe defaulting to the varchar(8000) or nvarchar(4000)....
December 28, 2005 at 8:50 am
The problem sounds like the user doesn't have permissions for the extended stored procedures needed to perform command-line tasks. This is a standard security practice implemented by most DBAs...
December 28, 2005 at 8:31 am
Viewing 8 posts - 1 through 8 (of 8 total)