Viewing 15 posts - 751 through 765 (of 1,335 total)
Can you post the error messsage that you see in the copy job history. Are you sure the log shipping is succedding everytime and restoration is happening as it should...
July 5, 2007 at 8:26 am
Can you post the properties of the login. Either from SSMS or from syslogins view.
July 5, 2007 at 8:18 am
Give permissions to SPs in that database and not in all databases. Might be the syntax i have given is wrong check that and fire the right syntax.
July 5, 2007 at 8:12 am
If that's the case then script out the logins first, then the database user and finally the object level permissions. Then run against the target server. It good to get...
July 5, 2007 at 8:05 am
Yo can use the isnull command and maipulate with that.
July 5, 2007 at 7:56 am
You can look for the option of import/export kind of backup in ORACLE is you are a novice there. They are easy to implement where as other kind involve few...
July 5, 2007 at 7:39 am
Change the mode to 90 so that you can get a full features available else you will be limited using the sql 2005 features.
July 5, 2007 at 7:33 am
One thing that comes to my mind is create a batch file that sends you a message and the service failure and put that bat file to run on the service...
July 5, 2007 at 7:14 am
You can script all in the same file and run against the target server. Why do you want script out each separately.
July 5, 2007 at 7:09 am
Are you running any queries that uses temp tables and results large number of rows i have faced the problem with some what similar kind of hardware thanwe moved to...
July 5, 2007 at 6:19 am
This error occurs if you try to login thru a SQL server id which has its authntication mode set to windows. Are you sure the server runs in mixed mode....
July 5, 2007 at 6:17 am
Do you have any computed columns i hope so the problems are still there with computed columns.
July 5, 2007 at 6:14 am
Since you know VB you can also give a try on using the SSIS.
July 5, 2007 at 5:36 am
This you should have done during the capacity planning phase estimating the row size of each record and the table, database sizes. Anyways now you have given me a good...
July 5, 2007 at 5:34 am
The device points to a path that actually does not exist. Check if the path that it points exist in the drive. Its better to backup to device if you...
July 5, 2007 at 5:31 am
Viewing 15 posts - 751 through 765 (of 1,335 total)