Viewing 15 posts - 10,561 through 10,575 (of 14,953 total)
I know how it goes. Good luck on it.
March 10, 2009 at 12:25 pm
Any reason to not just try it, on a test/dev copy of the database?
I don't think it'll work, but I'm curious as to why you wouldn't just try it and...
March 10, 2009 at 12:04 pm
Create the maintenance plan, but don't schedule it in the plan (if you know what I mean). Instead, create your own job that calls the maintenance plan, and also...
March 10, 2009 at 11:41 am
Instead of doing the AB, ABC thing, I'd normalize it and have one per row. That'll make the whole thing much easier to work with.
March 10, 2009 at 11:38 am
pss (3/10/2009)
Do you have...
March 10, 2009 at 11:04 am
Set up a range on the various measures. For example, work out what the lightest IO load is (probably 0), and the highest acceptable IO load (will depend on...
March 10, 2009 at 11:01 am
Don't bother moving to another forum. No need to start over. If you like, you can edit the original post and just add something that says "Accidentally posted...
March 10, 2009 at 8:33 am
You need to move this:
set @nextcompanylocid = @nextcompanylocid + 1
Needs to be before the END for the While loop.
March 10, 2009 at 8:10 am
Yeah, best find out all the business rules first.
March 10, 2009 at 7:21 am
manju_gallivant (3/9/2009)
rownum is not the column in the table..its the index number .. or the row number of the result set i need to access ..
If it's not a...
March 10, 2009 at 7:17 am
I just maintain a practice in life, as on this site, of keeping my cynicism optimistic, and my elitism populist. It seems to work out for me.
March 10, 2009 at 7:11 am
I have to agree with Jay about being able to test against real data to ensure outputs are consistent.
At the same time, things like SSNs can be randomized without affecting...
March 10, 2009 at 7:03 am
GilaMonster (3/9/2009)
Bob Hovious (3/9/2009)
Gail, weren't you the person who observed that GROUP BY produces the same execution planas DISTINCT?
Yup. A group by on all columns in a...
March 9, 2009 at 2:23 pm
The default mostly captures DDL commands. I thought it would have linked servers in that, but I guess not.
Instead of trying to modify the default trace, you'd probably be...
March 9, 2009 at 12:57 pm
Viewing 15 posts - 10,561 through 10,575 (of 14,953 total)