Viewing 15 posts - 16 through 30 (of 133 total)
yes I have this
set @strbig ='db=' + @db + ' and (' + @word + '' + ')' which produces the following
...
October 29, 2009 at 8:09 am
you need to setup a page file! SQL uses it.
example. you have a large qry many big table lots of memory, sql will need to do a hash match...
October 20, 2009 at 11:37 am
if you do not have the pagefile.sys ...this is telling me that you do not have a Page file set up. but you are saying that you are getting readings...little...
October 20, 2009 at 10:18 am
link is for setting memory on a 32 bit: http://msdn.microsoft.com/en-us/library/ms175581(SQL.90).aspx
if you don't set this you wont be using your 16 gig of memory.
yes, check page life expectancy....
October 15, 2009 at 7:17 am
here is another ..probaably the best you are going to find, Slava use to work on the SQL engine TEAM.
after you get it set monitor page...
October 14, 2009 at 2:39 pm
I have had that problem before, I had reinstall SQL not all of sql just the components pieces I believe. if i remeber correctly the compenent pieces hold the info...
October 14, 2009 at 1:56 pm
so good news is your pages are staying cache for 600 seconds or 10 min. I would bump th memory up to 10-12 gig from the current 8 although if...
October 14, 2009 at 9:31 am
Thanks got to work,
there was no clustered index on the table.....soon as I added that they col were grabbed by clustered index seek.
October 14, 2009 at 7:19 am
my only other suggestion is google
TargetSite: Microsoft.SqlServer.Management.SqlIMail.Server.Objects.Account GetAccount(Int32)
you will see many issues related, some are close some are not.....I finnaly gave up on one my servers, but all the...
October 8, 2009 at 2:31 pm
try restarting sql server agent.....if that does not work get rid of the profile and account restart AGENT and then re add everything. I have had the same problem in...
October 8, 2009 at 10:08 am
try this first, is this a cluster environment if so this can be little more tricky then normal?
October 8, 2009 at 9:58 am
I am little lost, the other server is not on the network?
so how are going to copy and move the data, the script part just go to SSMS, your table...
October 8, 2009 at 9:50 am
well a couple of things, the SAN has lots of cache...and SQL uses that by using read ahead, this helps a bunch, the engine will go out an start grabing...
October 7, 2009 at 3:08 pm
We need to know what the current status of the indexes are?
Maybe the rebuilds hung during the process therefore you could be worse off then when you started. post...
October 7, 2009 at 2:49 pm
create a lun for temp DB ,make sure you create on file per core and set the size of each of them to the same at startup, 2005+ uses...
October 7, 2009 at 1:26 pm
Viewing 15 posts - 16 through 30 (of 133 total)