Viewing 15 posts - 166 through 180 (of 707 total)
.. I know it's pretty old post..
Did the above solution work for anyone else here ?
Asked since we are facing this issue on one of the remote server which is...
January 19, 2013 at 11:51 pm
Taking full backups do not truncate the logs, log backup does. I have faced this issue sometime back and log backups at appropriate intervals resolved the issue as well. You...
December 23, 2012 at 11:14 am
A part of the log will also be backed up at the end of the backup process which helps SQL server to rollback or roll forward. Why should you worry...
December 13, 2012 at 9:53 pm
.. That shouldn't make any difference I think.
Doesn't matter how you install... installation should succeed.
November 1, 2012 at 11:01 am
In our datawarehousing environment, every morning indexes are dropped and then data is loaded into the database and finally the indexes are recreated(which were dropped prior to the loads).
So,...
October 2, 2012 at 10:33 pm
.. Was blind... din't notice "datawarehousing" environment. Thanks Gila.
October 2, 2012 at 11:46 am
jshurak (10/1/2012)
October 2, 2012 at 11:25 am
You can also utilize the index related DMVs to decide on which all index to create/keep or which all to remove.
(based on read/write ratio etc; ). As mentioned above, indexes...
October 2, 2012 at 11:09 am
Thanks Kraig for the explanation..
.. I was under the impression that she right clicked on the job under SQL Agent and executed it manually...
September 28, 2012 at 10:42 pm
... Just curious..
Can you login with the service account of SQL Agent and execute the job manually and see if it works ?.
If it works, think changing the schedule time...
September 28, 2012 at 8:37 am
Any other process runs at that time ?
How many records are fetched from oracle approx. ?
What about linked server settings ? Check the security tab in linked server properties and...
September 28, 2012 at 1:18 am
Evil Kraig F (9/27/2012)
vandana_j79 (9/26/2012)
September 27, 2012 at 10:15 pm
Check the error log.
I suspect the login rights. Check the rights of service account for SQL Server Agent.
September 27, 2012 at 12:45 pm
Thanks for the response.
Since you posted this to the SQL Server 2005 section, I am guessing that you are trying to restore a 2008 backup on to a 2005 server,...
September 26, 2012 at 10:59 pm
Thanks Jeff.
Keeping at remote locations and securing with password are the only options ?
Thanks again.
San
September 24, 2012 at 12:56 am
Viewing 15 posts - 166 through 180 (of 707 total)