Viewing 15 posts - 721 through 735 (of 966 total)
What do you mean as the data increased the line communication become insufficient? As the database grew, or as the amount of data you were trying to push across at...
May 18, 2010 at 4:10 pm
Size on disk will be larger than the size reported back as it is taking the sectors actually allocated on disk into account. As for the Windows size and what...
May 18, 2010 at 4:04 pm
32 bit
Min server mem 0
Max server mem 2147483647
Index creation memory 0
Minimum memory per query 1024
64 bit
Min server mem 2048
Max server mem 2147483647
Index creation memory 0
Minimum memory per query 1024
I would...
May 17, 2010 at 12:55 pm
The error is saying that you are trying to backup to a network location and not a local drive on the server. If the backup is indeed to the local...
May 16, 2010 at 5:43 pm
What are the min\max memory limits on the two instances set to? You need to ensure that these are properly set and that you are not miscalculating so that your...
May 14, 2010 at 4:48 pm
I am not sure of that claim. It sounds almost incomplete. It has been a while since I have worked with Backup Exec, but when I did, it did support...
May 14, 2010 at 4:41 pm
You could also tell SSMS to output your results to a file. This will allow you to tweak your query\T-SQL script however you want and then run it from right...
May 14, 2010 at 4:36 pm
This is kind of vague. I think we will need more information to be of more help to you. Table schema, replication setup, exact error received, etc.
May 14, 2010 at 4:34 pm
Just to append to what magasvs posted, you can also see if the account has permissions by opening up Enterprise Manager with that account and registering the local server and...
May 14, 2010 at 4:26 pm
First off you will need to plan for the migration of any service accounts that are in use, not only for SQL Server but for any other service that is...
May 14, 2010 at 4:20 pm
I have to disagree with Joe. While I am not the biggest supporter of VMs on SQL (especially the potential nightmare live migrations can have on a very active server),...
April 28, 2010 at 4:30 pm
Have you searched BOL?
It is a switch you need to set, not an option that is already listed.
April 18, 2010 at 6:40 pm
Can you post the error that you get when you try and connect to the local instance?
April 17, 2010 at 8:16 pm
Just to clarify, you took copies of the .mdf/.ldf files before you started the bad restore, or after? If it was after, then you are most likely in the same...
April 17, 2010 at 8:11 pm
I agree with Ian, checking the services is a pretty easy way to determine the instance names. If they are not specified, then you have the default instance installed. As...
April 17, 2010 at 8:04 pm
Viewing 15 posts - 721 through 735 (of 966 total)