Viewing 15 posts - 31 through 45 (of 134 total)
I have a same situation (one Kill/Rollback process has been hanging last six month) and I just didn't want to restart the service just because of that. It just bug...
October 4, 2004 at 1:39 pm
It seems be heavy query if there is a lot of rows in those tables. If this is for the reporting, I don't think you need to run this under "read...
October 4, 2004 at 8:56 am
Hi Mike,
that is great commend to know. Thank you..
One note that, it is not always accurate though. I have one Killed/Roll back process that has been there last over six...
October 1, 2004 at 11:54 am
hmm..
Is he using SQL login or Windows login? Does the insert happening on only one database or cross database?
September 29, 2004 at 4:18 pm
I've had that experience and AJ's suggestions are the only thing that I know. I'd like just add to that is, sometimes, #2 will take long time to restart due...
September 29, 2004 at 12:36 pm
I must confused w/ others factors or something. Based on that article, it didn't mention about win2k or win2k3 different license issue. So David is right. Sorry about confusing.
I just went...
September 29, 2004 at 10:04 am
And this is sample query
DBCC SHRINKFILE(Test_Data1,1,NOTRUNCATE)
I put "1" for size but with NOTRUNCATE option, it won't be matter so I just put 1 for anytime.
And here is simple query...
September 29, 2004 at 8:47 am
hmm.. somehow I keep loosing posting..
Anyway, that error usually comes from either database corruption or SQL bug. To confirm it, try the "DBCC CHECKDB" and make sure you have the...
September 28, 2004 at 2:50 pm
It is unallocated space that you will be able to shrink it and I am using this script to figure out what database to shrink/expand. This is very nice one...
September 28, 2004 at 1:55 pm
Here is my 2cents.
If you really want to secure the SSN or CC#, you have to do it from application side and that will prevent "snipping" between App and SQL...
September 28, 2004 at 12:54 pm
A few questions. Do you want to have all users have the same permission?
If that is the case, you can just make NT Group from AD and add that NT...
September 28, 2004 at 9:57 am
I don't know about Yukon but here is for SQL2K
How to manually remove SQL Server 2000 default, named, or virtual instance
http://support.microsoft.com/default.aspx?scid=kb;en-us;290991
September 28, 2004 at 9:48 am
Only minor problem with that is there is possible that you loosing transaction log if you need that. If you don't need that, just change the recovery model to just...
September 28, 2004 at 9:45 am
When you talking about SQL Server memeory, do you mean, SQL Server memory that takes up from O/S? If that is the case, once SQL server reserve the memory from...
September 27, 2004 at 1:41 pm
Please anyone correct me if I am wrong.
I assume that you are using HypherThread since you are talking about logical CPU. Then, first, I'd like to know what is the...
September 27, 2004 at 1:30 pm
Viewing 15 posts - 31 through 45 (of 134 total)