Viewing 15 posts - 361 through 375 (of 530 total)
Edward:
Have you checked if you have 'Auto Close' turned on in all your databases? If you open up 'Databases' in SQL Enterprise Manager it will take alot of time to...
March 22, 2005 at 10:10 am
Oh, I didn't know this feature!
Thanx,
Hanslindgren
February 25, 2005 at 6:48 am
Hello!
Just to mention... Of course you can use "normal" temporary tables in DTS.
Just create it and use it as normal. The tricky part is that it will not exist during...
February 18, 2005 at 8:48 am
Has anyone come up with a good solution if you are using an OUTER JOIN instead of an INNER JOIN?
//Hanslindgren
November 29, 2004 at 2:57 am
Could it be that your batch size is very large and it is trying to commit the batch? I.e the 'first' million lines are fast when it might be dumping...
November 2, 2004 at 4:29 pm
Try checking/optimizing your indexes, maybe your DELETE scanned your table?
The suggestion made by Justin will probably only e efficient if your amout of data-to-be-deleted is very large compared to total...
October 25, 2004 at 6:56 am
I also believes that it happends when you get some files from UNiX, since the CrLfs are often stored differently. Try UltraEdit and do a conversion and see if that also solved...
October 12, 2004 at 7:51 am
Shendricks>
I can confirm this problem and I do not know why. It seems that there is a problem in the optimizer that 'guesses' the value of the input parameters and...
October 10, 2004 at 2:32 pm
2 cents:
I think 'the guy' on the course did it with VB Script, ADO Recordset, foreaching all records, foreaching all fields and comparing the values.
Regards, Hanslindgren!
October 10, 2004 at 1:56 pm
What about indexing? Did you remember to move your indexes as you moved to the New server?
Regards, Hanslindgren
May 18, 2004 at 6:26 am
Thanx but I meant Application Locks. Not if there is a Block from an Application Lock.
Ex:
DECLARE @result INT
DECLARE @myspid INT ; SET @myspid = (SELECT @@SPID)
EXEC @result...
May 11, 2004 at 8:01 am
Hello!
Just for pointing out: There is an undocumented SP by MS that is called sp_MSforeachdb. It is very similar to a) but if you want, read more at:
http://www.mssqlcity.com/FAQ/Devel/sp_msforeachdb.htm
Regards, Hans!
May 11, 2004 at 3:52 am
Hello!
Just a thought. Didn't you Quote from BOL: 1 Open objects include all tables
Wouldn't that indicate objects that are Open. I.e not just Tables that are existing but Tables that...
May 11, 2004 at 2:55 am
Take a look at Lumigent Schema Alert.
Desc:
Lumigent® Schema AlertTM is a utility for real-time detection of database changes. This utility tracks all activity of type CREATE TABLE, DROP TABLE, ALTER...
May 4, 2004 at 10:07 am
Hmm, we are not very clear on this subject. We are all saying things about Terminal Services but in the end it seems like it is a question of interpretation...
March 22, 2004 at 6:40 am
Viewing 15 posts - 361 through 375 (of 530 total)