Viewing 15 posts - 346 through 360 (of 605 total)
Have you tried creating the table with a select * into, duplicating the indexes, droping the old table and renaming the new table back to tb1?
I had a similar issue...
January 26, 2007 at 11:17 am
When you created the ODBC connection, did you test the connection? And if so, was it successfull?
January 26, 2007 at 11:12 am
I installed the AS/400 DB2 ODBC driver in a previous job.
As John mentioned, Linked Server or DTS work just as well as each other. We used a lot of DTS becuase...
January 25, 2007 at 9:53 am
I agree with dclark.
It makes for easier management long term.
Also, with the databases seperate, if somewhere down the line you did need to query data from another database, then you...
January 25, 2007 at 9:49 am
Have to agree with Colin. Trying to optimise performance by boosting hardware or having ways to control hardware is always going to show up flaws down the line.
If I was...
January 17, 2007 at 4:33 am
And another one ... not me this time tho! And just what I needed on the night of our month end run while...
December 5, 2006 at 4:33 am
As Rudy mentioned, a good place to start is if a process was running for 10 minutes before it was killed, a basic assumption is that it will take 10...
November 14, 2006 at 4:39 am
are you sure that wasn't directed at me Colin....
October 30, 2006 at 2:53 pm
1 & 2) Yes! There are scripts on this site which I have used to identify and delete duplicates! Unfortunately I just tried doing a search but I am getting...
October 30, 2006 at 2:49 pm
Interesting!
Is this on the server or when using EM from a client PC? Either way, what login are you using in the registration...
October 30, 2006 at 2:33 pm
I did write a query to return this. Will have to dig it out and post.
October 30, 2006 at 2:30 pm
Not sure if there is a minimum size of a log backup. The smallest I see in general is 33Kb on my server.
With regards to checking the tlog, i guess,...
October 30, 2006 at 2:27 pm
Assuming you have a test environment? If so, have you restored the database there and can you reproduce the error?
If not, can you run the query/proc from query analyser? What...
October 27, 2006 at 3:46 am
Im assuming the query works in Query Analyser and if so, how long does it take to return the result set?
October 26, 2006 at 9:42 am
Yup
Ran a DBCC SHOWCONTIG () WITH TABLERESULTS, ALL_INDEXES on a 180m row table. It has about 9 indexes. Ran for about 30 minutes.
I...
October 25, 2006 at 3:49 am
Viewing 15 posts - 346 through 360 (of 605 total)