Viewing 15 posts - 5,071 through 5,085 (of 18,926 total)
🙂
SQLRNNR (7/5/2011)
opc.three (7/5/2011)
EdVassie (7/5/2011)
July 5, 2011 at 10:28 am
Couldn't have come up with a better title myself :w00t:!
July 5, 2011 at 10:27 am
SQLRNNR (7/5/2011)
SQLkiwi (7/4/2011)
ALZDBA (7/4/2011)
July 5, 2011 at 10:26 am
as2higpark (7/5/2011)
I need to go fight with development on changing the code for a little...
July 5, 2011 at 10:12 am
In the create table part there's a line that say with [data file group...]
change that to primary or just comment that part out, it'll go to your default datafile group.
Then...
July 5, 2011 at 10:04 am
Just for the sake of trying something else I'd move the column out of the include into the index. Hoping that the distribution of the data in the stats...
July 5, 2011 at 9:59 am
2GB or 2 TB?
2 GB is nothing. If you're out of room buy a bigger HD. Never run shrink regularly on a db, it just brings you trouble.
July 5, 2011 at 9:36 am
steveb. (7/5/2011)
you should buy some new bigger disks, as surely the database growing is a good thing?
Not the only option... but my script will tell it to you...
July 5, 2011 at 9:34 am
as2higpark (7/5/2011)
The business use of the query is to keep two systems in sync. So the query runs (all the time) to check for the existence of rows....
July 5, 2011 at 9:32 am
Another option you might want to try out.
Do Select @CandidateKey WHERE EXISTS (SELECT * FROM basetable where Candidate = @CandidateKey AND Deleted = 0 )
Make sure you have a covering...
July 5, 2011 at 9:29 am
There's a little bug here. The size estimates are right, but the delay before running out of HD / data file space will be wrong.
I don't have time to...
July 5, 2011 at 9:16 am
opc.three (7/5/2011)
as2higpark (7/5/2011)
Any ideas on how to deal with this offender or am I left to try to convince the...
July 5, 2011 at 9:12 am
If this doesn't work I'll ask you to try something new I haven't seen done here ;-).
I don't understand what the query does. What's the business requirement?
You select ...
July 5, 2011 at 9:10 am
Gianluca Sartori (7/5/2011)
However 4 MLN rows from both tables is a huge load. I suspect it would run much better with a loop join. Can you...
July 5, 2011 at 8:53 am
Viewing 15 posts - 5,071 through 5,085 (of 18,926 total)