Viewing 15 posts - 421 through 435 (of 1,536 total)
That's all good. My tempdb is vastly larger than it will ever need to be. Set yours how best works for you. 🙂
There's really no right or wrong when it...
January 15, 2009 at 8:32 am
If you are using a single TempDB datafile then go with the autogrowth (also set the initial size at a size greater than you would expect it to grow to,...
January 15, 2009 at 7:48 am
It literally is to allow proportional fill. Being on a SAN my environment really is not disk constrained from a partition standpoint (a lot of checking went into that one),...
January 15, 2009 at 7:27 am
The big thing here is that you should not be enabling autogrowth on the tempdb files. Not only would this be a performance hit on growth, but you won't get...
January 15, 2009 at 7:06 am
What service account is SQL running under and does the SYSTEM account have permissions to access SQL?
Are remote connections enabled on the server (and do you have the named pipes...
January 15, 2009 at 6:51 am
SQL won't use the index if it deems that it would be more efficient to perform a table scan.
What does the query, the indexes on the table and the query...
January 15, 2009 at 6:48 am
Check and see if there is a duplicate entry within active directory for the physical server that you are running on.
You could also try renaming your server.
January 15, 2009 at 5:42 am
Crack open the proc and see what its up to. That's always fun to be fair 😀
January 14, 2009 at 5:24 pm
That's clean enough, what about in the event log? Are there any LsaSrv entries in the system log?
January 14, 2009 at 7:36 am
Could you provide a list of the providers (drivers) installed on the server?
January 14, 2009 at 7:08 am
Anyone who says buggured up automatically get's my attention.
Curious as to whether there are any pointers in the event logs, or the SQL logs that might indicate some kind of...
January 14, 2009 at 6:39 am
That sounds like an Oracle forum question to me (o;
There are Oracle whitepapers out there which address how to do this, check out Oracles main site.
January 14, 2009 at 6:36 am
Does a TNSPING return the correct results when executed?
Have you attempted logging in using SQLPLUS to the Oracle database using the credentials that you are using for the linked server?
January 14, 2009 at 6:35 am
You can call it whatever you want, the information is stored within SQL as to what it is. It's just simpler to keep it that way for identification purposes (not...
January 13, 2009 at 10:09 am
If you have the money there's Quest too.
January 13, 2009 at 10:01 am
Viewing 15 posts - 421 through 435 (of 1,536 total)