Thanks much
I used the OPTION (MAXDOP = 1) hint and it didn't do one iota of good. Yes, no more CXPACKETs, but the query still runs terribly... please see my other post under Programming
Hi,
How and where do I apply the WITH (maxdop=1) hint to an update stmt? I am looking for the correct syntax.
example - similar to my query in structure)
UPDATE myTable a
SET col1 = x, col2 = y, col3 = b -- complexity hidden
FROM myTable b
LEFT JOIN anotherTable...
Thanks much
Hi,
SQL Server 2005, SP2, 32 bit, 4 processors
Stored proc runs and never finishes...
I am seeing a lot of CXPACKET wait times on an UPDATE statement in a stored procedure. Research on the internet seems to point to poor usage of parallelism among the processors, or something to that effect...
Thanks SQLBill, et al
So you're saying that I should 1.) apply the fix to SP2 already installed, 2.) then get the critical update from (http://go.microsoft.com/fwlink/?LinkId=85124)
yes?
Hi,
The Microsoft web site gives 3 choices of SP2.
I have no idea which version is the correct on for our server. Can someone please explain to me how I can determine which service pack to download?
THANKS
SQLServer2005SP2-KB921896-IA64-ENU.exe
SQLServer2005SP2-KB921896-x64-ENU.exe...
Hi, just trying to "quickly" figure out what this batch file is doing... I think it's putting a time stamp on some files, but I don't get the "FOR %%A IN (0 1 2 3 4 5 6 7 8 9)" part.
Thanks much
REM Use ERRTIME.EXE for a sorted date (or time) in MS-DOS 7.*
ERRTIME -y > NUL
FOR %%A IN (0 1 2 3...
Is there any advantage to storing the pkgs as files or on the server? That is, why would one choose one over the other?
I suppose if the pkgs are on the server, you can back them up easily when you back up the msdb db, which would be one small advantage.
But are there arguments for either or?
Thanks for the info, also seems like at some point microsoft will phase out support for DTS packages, yes? Although that could be a while down the line. Does anybody know?
so you're saying that .net is the way to go? aren't there equivalent tasks in ssis,
for example, to perform data validation?
you would think so, since they microsoft went thru the effort of removing active x tasks in ssis
Hi,
I am converting several DTS pkgs to SSIS. Several of the pkgs contain complicated "Active X script" transformations on text files. That is, it would take me a long time to have to re-write this!
In the meanwhile, do you think it's just best to use the EXECUTE DTS 2000 task until I have a...
Hi,
I have been in the process of creating some new pkgs in BIS. My question is, once I am done writing the pkgs, what next?
That is, how do I get the pkgs into SQL Server, and how do I schedule them to run?
Also, what if I have the following scenario:
I have created a new SSIS pkg that has...
Hi,
Here's my problem. I have 2 tasks defined in my Control Flow tab:
EXECUTE SQL--------->EXECUTE DTS 2000 PACKAGE
When I attempt to run it, by right-clicking the EXECUTE SQL task, and selecting "Execute Task", it only runs the EXECUTE SQL part (successfully), and does not "kick off" the...
So you're saying everytime I change the connection, I need to create a connection with a new name?
Frankly, at this point, I am so muddled as to what I've done and not done, I really can't backtrack to pinpoint the exact problem, and how or when it occurred.
However, even using a NEW...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.