Viewing 15 posts - 106 through 120 (of 314 total)
Ok, found out about the garbage collector taking some time to complete the deletes, etc
Still looking for the "link" between the record and the physical file?
December 16, 2010 at 8:40 am
Im struggling with the same thing right now... any answers? Delete from table, does not delete physical file. Update of record creates an additional file........ and no clean up (as...
December 16, 2010 at 8:29 am
What I used to do, once I had worked out what I was pretty sure was unused, was renamed the object with an "_" in front of the name.
December 16, 2010 at 6:41 am
System
Centre
Operations
Manager
from Microsoft is also pretty good. The SQL management packs were quite good. The benefit is that its Microsoft, the management packs are (were) written by the SQL team and...
December 16, 2010 at 6:39 am
December 16, 2010 at 3:42 am
Could depend on the view statement as well... You its small, but is the SQL complex??
December 15, 2010 at 6:49 am
GilaMonster (12/15/2010)
Yes. The connection has been killed and SQL is rolling it back. Be patient.
Gail, as a matter of interest, will DBCC inputbuffer on the SPID work now to show...
December 15, 2010 at 6:48 am
Sounds like its doing a rollback...
Perhaps next time, find out what its doing and why its taking so long before you kill it off.
December 15, 2010 at 5:24 am
Well, technically, people are rewarded for there skills and merit. Just not the ones you are thinking of 😀 I have always been a firm believer in "its not what...
December 15, 2010 at 3:52 am
As above, I think its more about the queries that fetch data from these tables will work. Your solution might (20 filegroups) might be appropriate, but depends on queries accessing...
December 15, 2010 at 2:25 am
Dont do presentations :hehe:
However something like camomile tea with honey should help the throat... or just the honey 😉
Congrats, I would not have survived a 4.5 hour presentation....
December 15, 2010 at 2:16 am
If you plan on use Dynamic SQL, how are the new columns created? If the users are able to create them and name them however they want, use the SELECT...
December 15, 2010 at 2:07 am
In this case it might not be such a big deal, but surely a counter like Page Life Expectancy is a better way of monitoring Memory pressure??
December 14, 2010 at 1:59 am
BCP is an external command, xp_cmdshell is pretty much the only way to execute it. I am not sure if you could schedule a SQL job that will a CMD...
December 3, 2010 at 10:50 am
Viewing 15 posts - 106 through 120 (of 314 total)