Viewing 15 posts - 5,251 through 5,265 (of 9,643 total)
Adam Machanic (4/27/2009)
I have posted a more scalable SQLCLR string split method here:
Thanks to Paul White for pointing me to this thread. Please consider testing all of these...
April 27, 2009 at 2:14 pm
john.moreno (4/27/2009)
This example is based on actual SQL code written by a developer (who shall remain anonymous) who was exceptionally proud to have figured out this entire routine on his...
April 27, 2009 at 11:53 am
Another good article Barry. I look forward to part 3 as we are starting to get to the "meat".
April 27, 2009 at 8:23 am
No problem. Depending on when you get it done I may even have 2008 on a server that I can play with!
April 24, 2009 at 6:17 pm
Jeff,
If you send me the test code I can run it in 2008. I have it on my laptop.
April 24, 2009 at 4:17 pm
I don't know of anyway to add a scroll bar, and I can give you an idea to add a page break after N rows.
You can create a group(you don't...
April 24, 2009 at 1:45 pm
In the past I've looked using all the common job sites, but at this point in my career I would use my network to try to a position. Thus...
April 24, 2009 at 1:02 pm
I would create a server-side trace that filters on the database that I am concerned with.
Lowell won, with a script example as well.
April 24, 2009 at 11:47 am
So what are your groups? Can you post some sample data that I and others can play with? And the query you are using to populate the dataset?
April 24, 2009 at 11:37 am
I took a couple of minutes to load up the AdventureWorks database Product and SalesOrderDetail tables with 100,000 and 1,000,000 rows respectively followed by update statistics full scan and then...
April 24, 2009 at 8:20 am
David (4/24/2009)
April 24, 2009 at 7:39 am
If you check out the articles I reference you will see the reason(s) why. Mainly because the log grew to that size for a reason so it will likely...
April 24, 2009 at 7:36 am
You can try a couple of things to reduce the pain:
Use a script like the one here[/url] (add ApplicationName to the output) to use the Default Trace to find out...
April 24, 2009 at 7:33 am
I would guess that an expression like this might work in the details section(s):
IIF(RowNumber(group_name) mod 5 = 0, Solid, None)
I'm not sure how you would get it to work on...
April 24, 2009 at 7:18 am
You should read this article[/url] and this blog post.
Shrinking the transaction log is not a recommended practice.
April 24, 2009 at 6:31 am
Viewing 15 posts - 5,251 through 5,265 (of 9,643 total)