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...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 5, 2007 at 8:26 am
Can you post the properties of the login. Either from SSMS or from syslogins view.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
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.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
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...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 5, 2007 at 8:05 am
Yo can use the isnull command and maipulate with that.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
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...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
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.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
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...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
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.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
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...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
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....
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 5, 2007 at 6:17 am
Do you have any computed columns i hope so the problems are still there with computed columns.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 5, 2007 at 6:14 am
Since you know VB you can also give a try on using the SSIS.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
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...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
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...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 5, 2007 at 5:31 am
Viewing 15 posts - 751 through 765 (of 1,335 total)