Viewing 15 posts - 41,401 through 41,415 (of 59,067 total)
rekha_sara (10/21/2009)
Thank you!! The O/p is exactly what I wanted..But the problem is in reality, I'm dealing with more than 400,000 records and the query is going on more...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2009 at 6:25 am
Brad Allison (10/22/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2009 at 5:59 am
Did it help?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2009 at 6:56 pm
Thanks! 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2009 at 6:46 pm
freezea (10/11/2009)
Hi, mbrady5.Maybe you can have a try of RAQ Report[/url]. I think you can realize what you want with it.
Is that you Dassin? Are you still spamming RAQ...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2009 at 6:13 pm
Ivanna Noh (10/11/2009)
Btw - how does the performance of the 'FOR XML' method of extraction compare with other methods?
Also, the last line of...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2009 at 6:06 pm
repent_kog_is_near (10/20/2009)
Just thought about it.. we may have to throw in or remove some indexes into the reporting DB.. that essentially rules out the DB Snapshot/Mirror and Shared Database, doesn't...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2009 at 5:49 pm
Steve Jones - Editor (10/21/2009)
---------------------
4 large chops, bone-in
cayenne pepper
flour
sharp knife
trebuchet
With the knife, sharpen the end of the bones until they achieve a dangerous point.
Liberally coat the chops with...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2009 at 5:16 pm
My recommendation would be to GOOGLE "Slowly Changing Dimension Type 2" and find the WikiPedia article on these two (and more) options. I do it like ALZDBA does above...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2009 at 7:13 am
alopeze (10/20/2009)
Now that you are talking something about the WLAN, when i execute this query in the local server the time is 1 second, but when...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2009 at 12:29 am
Apologies... I modified my previous post because I misread the file data.
Let us know when you get the data loaded (several methods for that have already been offered) with a...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2009 at 12:21 am
lcsgeek (10/20/2009)
Here is the final code that works if anyone...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2009 at 12:11 am
Maybe I'm not looking at this problem hard enough, but I don't see the reason for a loop at all. This should be done using set based code.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2009 at 10:46 pm
a2zwd (10/20/2009)
We have installed new server(W2K8 and sql 2008).
The database has many tables and millions of rows.
How can I check the performance whether I can...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2009 at 10:43 pm
Bulk Insert and BCP will bring things in in the same order as the file unless done in parallel. Make the table with an IDENTITY column and BULK INSERT...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2009 at 10:37 pm
Viewing 15 posts - 41,401 through 41,415 (of 59,067 total)