Viewing 15 posts - 3,271 through 3,285 (of 4,745 total)
any type of database restore event on any database in an instance will clear the proc cache, this is what you are seeing.
This is intended behavior. you should also see...
October 22, 2009 at 12:19 pm
ckanow (10/22/2009)
But I'm still not clear as to why would it be a bad idea to move system dbs onto a different server from from where the install is?
because SQL...
October 22, 2009 at 8:56 am
ckanow (10/22/2009)
MS...
October 22, 2009 at 7:55 am
still not quite sure what you are trying to do, What's a TS server?
you cannot store the databases on a different server to the SQL install. what you could do...
October 22, 2009 at 6:52 am
would have to ask what you are trying to achieve? Physically moving system database files to another server is not a common way of migrating data.
If you really want to...
October 22, 2009 at 6:01 am
BOL actually describes this process.
use alter database ...modify file syntax.
stop\start SQL
delete tempdb log file in old location
October 22, 2009 at 5:45 am
yep, totally shameless. 😀
How much do I have to get my boss to spend to save me typing sp_help or expand object explorer?
(p.s I don't spend all day cutting code...
October 19, 2009 at 7:39 am
Silverfox (10/19/2009)
October 19, 2009 at 7:25 am
getting people to use the ASK site for purely deterministic and therefore presumably simpler questions seems a good way to go although how you get people to do that I...
October 19, 2009 at 5:45 am
From a purely DBA point of view where you are going to be querying system tables, DMVs etc it would be very annoying when troubleshooting under pressure not to...
October 18, 2009 at 12:49 pm
Darrell W (10/16/2009)
Index fragmentation is 85% on 7 tables.Indexes are rebuilt weekly.
just going back to this that is a high fragmentation percentage.
7 tables out of how many? What size...
October 18, 2009 at 12:29 pm
I am not quite sure why you have started this other site, are you not going into competition with yourselves? seems to me there is a danger of diluting this...
October 17, 2009 at 3:53 am
Viewing 15 posts - 3,271 through 3,285 (of 4,745 total)