Viewing 15 posts - 55,801 through 55,815 (of 59,072 total)
No one mentioned the other important things...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2007 at 10:39 am
Because it's 3/4 of a gig of disk space that will never ever be used again if things are done right.
Juanita,
You are correct in being nervous... As you know, if...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2007 at 9:50 am
I don't know if Analysis Service will do it or not... but you can use a recursive CTE in 2005 to produce the result set you need. I don't have...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2007 at 9:42 am
Heh... I see what you're getting at and I agree...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2007 at 9:39 am
I'd like to know why this particular method of "partioning" was selected...![]()
...and with 11 tables, I'm thinking that an increment of only 8 is...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2007 at 10:09 pm
| I am writing a stored procedure to populate a table nightly with approximately 2,700,000 records. Each record has... |
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2007 at 9:47 pm
I don't know what "SP_Generate_Inserts" does... but there's a couple of things I see wrong here...
First, it's a very bad practice to name your procs starting with SP_... those should...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2007 at 9:21 pm
Pretty sure the OP said something to the effect of "without using a additional column levelno".
Vamshi,
Lookup "Expanding Hierarchies" in Books Online...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2007 at 9:14 pm
Uh... what happens when you have more than 1 year? In other words, why are you storing the salary month and not a salary date/time so you can do multiple...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2007 at 9:04 am
Where do you get those? Wouldn't mind seeing the rest of them...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2007 at 7:15 am
Gotta love that... a GUI based tool that doesn't support the base product... kinda like EnterPrise Manager with Case statements...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2007 at 7:10 am
Heh... or...
Infinity = undefined
Null = undefined
1/Infinity = undefined?
1/Infinity = Null?
Just havin' fun ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2007 at 9:52 pm
Didn't think of them that way... operative words were "didn't think"
Thanks, Serqiy.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2007 at 9:44 pm
And, if you do have a clustered index in the right spot...
GO
--===== Create and populate a 1,000,000 row test table.
-- Column RowNum has a range of 1...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2007 at 9:35 pm
Pretty sure (been a while since I've had to check, DBA's at work normally do this) PCI compliance doesn't allow trusted connections. If you're not worried about PCI, then that'll...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2007 at 8:35 pm
Viewing 15 posts - 55,801 through 55,815 (of 59,072 total)