Viewing 12 posts - 1 through 12 (of 12 total)
What are you using to export? DTS or BCP?? Is the excel file huge or different file?
August 2, 2006 at 8:01 am
Exactly what I was thinking. Good luck filling that position
July 25, 2006 at 1:42 pm
It's a performance hit. If your asking weather or not a shrink will corrupt your DB, the answer is no. You should go back and suggest running the shrink once...
July 21, 2006 at 1:44 pm
Change the deletes to 22 hours old. I've run into issues where it won't delete the backups because it run a second earlier then it did last night.
July 12, 2006 at 6:55 am
I've run into wierd security errors when using linked server. You know the security is correct in the DB's and within the linked server properties? Double check. I'm embarassed to...
June 13, 2006 at 11:14 am
You have an orphaned transaction, the only way I know how to get rid of these spids is to stop and start SQL.
June 5, 2006 at 2:28 pm
I agree with Ten. Once those scripts are passed from the deveolper to the DBA group to run in QA or Prod, they are now your responsiblity. If you schedule...
June 5, 2006 at 2:26 pm
Another thing, Text plans differ from database to database:
Here's the plan for the slow running query:
|--Compute Scalar(DEFINE[Expr1024]=If (substring('Gross ', 1, 6)='Gross ') then...
June 5, 2006 at 2:10 pm
FYI, the case statement I refer to is the one in the IN statement.
June 5, 2006 at 1:24 pm
I was looking at that a little while ago. Your right, it is a different query. Anyway, why would changing the alais (commenting out the statement give the same results)...
June 5, 2006 at 1:23 pm
It doesn't seem to be server related, hardware. I can restore a database from the servers that are running OK on to the test server and it runs fine and...
June 5, 2006 at 12:10 pm
Yeah, sorry, column name. INDEXES are identical, the stats have been updated on both servers nightly. I'm concerned about the fully qualified name vs alais. Why would this make a difference,...
June 5, 2006 at 11:07 am
Viewing 12 posts - 1 through 12 (of 12 total)