Viewing 15 posts - 361 through 375 (of 463 total)
Can you try re-creating the maintenance plan and then schedule again ?
June 18, 2004 at 8:55 am
That is true. Each instance of SQL would be considered as a separate instance of application and can take upto 2 GB. of space. (It would only take upto 1.7...
June 17, 2004 at 10:01 am
The reason why you cannot ping the host name and ping the I.P. is becuase it is in a different domain. Your domain does not recognize the host name and...
June 16, 2004 at 12:05 pm
You need to remember that when you process your cubes, you would be pulling the data out of SQL Server and you do not want to restrict memory to SQL Server ....
June 15, 2004 at 11:54 am
Just some thoughts.
Is the share \\RKE055\DBADATa\ valid ? Can you also verify your backup path ? Also, user permissions
June 15, 2004 at 11:49 am
I believe the following are some of the questions which come up.
who is the owner of your job ? If sa, Does the SQL Account have permissions on the remote...
June 15, 2004 at 11:38 am
Are you running all your scripts from one server ?
June 15, 2004 at 11:31 am
Are there any ntfs errors in the eventlog for a corrupt filesystem ?
Can you also try connecting to Query analyzer and execute sp_readerrorlog and see if that gives any...
June 15, 2004 at 11:28 am
Try telnet Servername/I.P. 1433.
If it is open, a blank screen would come up else would time out
June 15, 2004 at 11:14 am
With what i know is that the third party tools decode the data which is available in hexadecimal format. Some of the utilities to view the hexadecimal data you can use...
June 14, 2004 at 9:39 am
I'm not sure why it works from one workgroup and not from another workgroup but below is what we do connecting to different domains using windows authentication. Paste this code...
June 10, 2004 at 10:59 am
Was the senior developer the database owner before
June 10, 2004 at 10:42 am
I think this is a post sp3 bug. Windows account cannot execute jobs although they are sysadmins on the machine.
The work around is what Allen suggessted about changing the owner to...
June 10, 2004 at 8:51 am
Something you can also do is.
1) Create a dummy maintenance plan. By dummy i mean only select the databases and do not select any options of backup database or log.
2)...
June 10, 2004 at 8:31 am
Is the job running locally or from a remote server
June 10, 2004 at 8:25 am
Viewing 15 posts - 361 through 375 (of 463 total)