Viewing 15 posts - 38,491 through 38,505 (of 59,072 total)
c_kavya_shri (5/9/2010)
The data inside the " IN Clause" is hard coded and I want the output in the same...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 10:15 pm
Jeffrey Williams-493691 (5/9/2010)
I don't see any reason to worry about which rows you have updated and/or tracking that in the temp table.
Keeps the locking localized to just a couple of...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 10:08 pm
I want to start out with a database about 500GB
Heh... I know some large companies that don't need that much storage space even after 5 years. I thought you...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 10:05 pm
Heh... Oracle... I'm SO glad to be back in a 100% Microsoft SQL Server environment. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 9:58 pm
Very cool and very thoughtful... thanks for letting us know how it went.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 9:53 pm
Heh... SMART goals. The last time I had to fill one of those out, I listed some major accomplishments for the year and then asked them a question...
1. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 9:49 pm
Loner (6/17/2008)
Don't go to HCL. My old company outsourced to HCL, they had the worst developers.
Heh... be careful. You might want to spend a little time with the...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 9:12 pm
rajdba (6/4/2008)
Highest Number Position Opened in A Year For SQL Server DBA1. Wipro Infotech
2. Wipro Tech.
3. TCS
Like the above, any body have any list???? :unsure:
Heh... beware the companies with...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 9:09 pm
Have you already shredded the XML files into regular columns in the temp table?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 9:02 pm
huston.dunlap (5/9/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 8:58 pm
Oh yeah... almost forgot... it would be the easiest to build a permanent Tally table for this one so we don't have to figure out how to keep the Table...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 8:14 pm
kazim.raza (5/9/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 8:09 pm
This will run like greased lightning because we're NOT calculating the Tally table on the fly...
WITH
ctePreNumber AS
( --=== Add a row number to each "a" so we can repivot after...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 7:48 pm
BTW... the code will suck for performance because we tried to build in the code for the Tally table.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 7:46 pm
kazim.raza (5/9/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 7:44 pm
Viewing 15 posts - 38,491 through 38,505 (of 59,072 total)