Viewing 15 posts - 811 through 825 (of 966 total)
Just curious, why would you want to script out creating the databases on your system if you do not want any of the tables, keys, indexes, etc that the database...
January 14, 2010 at 5:54 pm
Does the error log or Windows logs show anything?
January 11, 2010 at 6:22 pm
Is this error on a cluster? I found someone who seems to have had a similar error which was fixed by setting up the virtual network names.
http://www.eggheadcafe.com/software/aspnet/30282373/sql-cluster.aspx
January 11, 2010 at 6:19 pm
Curious, is it just Query Analyzer that you are having problems connecting with? Can you connect to fine using the hostname with Enterprise Manager or osql?
January 11, 2010 at 2:17 am
Did your system ever have a different hostname? I wonder if that could cause the issue? What protocols are enabled for connection to the instance?
January 11, 2010 at 1:09 am
Is this database on the local machine or a remote machine?
What permissions/roles does the account that you are trying to connect have in SQL? If builtin\Administrators has not been taken...
January 10, 2010 at 5:27 pm
How many cores does the server have? I would imagine that is going to limit how many concurrent threads can run at once.
January 8, 2010 at 7:01 pm
bhoward 86472 (1/8/2010)
--------------------------------------------------------------------------------
Getting your nuts busted a bit cause many of us have been there...not me of course
Doesn't Red-Gate have some tools for recovery via the log file? I...
January 8, 2010 at 5:04 pm
Could it be that it is not a network issue but a timeout issue, so SQL reports an error even though the SP is still running?
You can run a continuous...
January 7, 2010 at 5:31 pm
Um, just to clarify, if your server only has 3GB of memory, setting the /PAE switch in the boot.ini file and setting AWE in SQL will do nothing for you....
January 7, 2010 at 5:19 pm
I agree with running the DTS job during off-peak hours so that user impact is at its least. Also, there is the added benefit that there are not as many...
January 7, 2010 at 4:59 pm
I totally agree with Ellis on this. Get AWE off of that instance and ensure your min and max memory settings are what are going to be adequate for the...
January 4, 2010 at 5:55 pm
If you do not have over more than 4GB of memory in the machine, then enabling AWE will do nothing for you. It is meant to take advantage of memory...
January 4, 2010 at 5:50 pm
Those steps 'should not' corrupt the database.
Can you post the output from running CHECKDB ?
It is hard to say since none of us know the entire situation involved, but first...
January 4, 2010 at 5:44 pm
I think you have the latest version, although there have been some hotfixes that have come out since 2.8 sp1 you might want to check to make sure you...
January 4, 2010 at 2:23 pm
Viewing 15 posts - 811 through 825 (of 966 total)