Viewing 15 posts - 331 through 345 (of 388 total)
Bru Medishetty (2/10/2010)
GT-897544 (2/10/2010)
February 15, 2010 at 1:48 pm
No, Just you will not have all the features which are included in latest or new SP.
Duplicate, Sorry!
EnjoY!
February 15, 2010 at 1:02 pm
No, Just you will not have all the features which are included in latest or new SP.
EnjoY!
February 15, 2010 at 1:02 pm
You shouldn't see any issues with SQL servers.
EnjoY!
February 15, 2010 at 12:57 pm
I am not sure about the error message.
These steps works great for us, try this.
Ensure that Task Scheduler Service was running on both nodes.
...
February 15, 2010 at 12:25 pm
We encountered this problem before, that is why we are following this track now it saves lot of bandwidth on network side.
Note: Make sure you don't do this while...
February 15, 2010 at 11:43 am
In SQL version is 2005\2008 Auto update statistics option is set 'on' by default at database level, no need to update stats frequntely, and also remember updating statistics causes queries...
February 15, 2010 at 11:34 am
Try this, Do you have SA role in Server B? Try to create Domain account with SA role, assign that domain user as job owner, should work. If not let...
February 15, 2010 at 10:56 am
Short term solution: Is to take backup and see if it frees log file if Recycle SQL Services.
Long Term Solution: Make sure TempDB is set to autogrowth and DO NOT...
February 12, 2010 at 2:52 pm
I agree with Steve, Make sure you allocate atleast 2GB for OS and allocate remaining memory to SQL. Go from there and see how it goes.
EnjoY!
February 12, 2010 at 2:28 pm
Why do you think there is more activity on TempDB? Is there any specific reason? Most of the time TempDB activity is high during Rebuild index job or Back up...
February 12, 2010 at 2:20 pm
Why not? Many new features to mention. There are lot of new feature in SQL 2008, few among them are inbuilt compression option, usage reports for CPU\Memory\Disk utilization inbuilt with...
February 12, 2010 at 1:23 pm
Did you run log back up after deleting records? Did you shrink data\log file? Check MDF and LDF file size before and after log back up.
EnjoY!
February 12, 2010 at 1:05 pm
Did you try to back up to another drive or folder?
February 12, 2010 at 12:56 pm
The DELETE statement may fail if it violates a trigger or tries to remove a row referenced by data in another table with a FOREIGN KEY constraint. Check one of...
February 12, 2010 at 12:50 pm
Viewing 15 posts - 331 through 345 (of 388 total)