Viewing 11 posts - 16 through 26 (of 26 total)
I'd be interested in seeing the data you used for benchmarking.
I tried a method that used a cte to generate a table of offsets for the delimiters. Then I...
May 2, 2011 at 5:47 pm
Sorry, I wasn't sure how much detail to give with regard to data or how best to represent it.
The code below will populate the table with 240 entries.
-- cpu utilization...
January 23, 2011 at 2:44 pm
I saw an article on c-sharp corner some time ago that used a service called way2sms. It is for India only so was of no use to me.
The author...
January 6, 2011 at 11:37 am
I created a C# application several years ago that scraped a famous quotes site. It then displayed a randomly selected, randomly ordered, random length list of words (without regard...
September 3, 2010 at 11:36 am
None? Can this column accept nulls?
I guessed and got it right. Pretty much assumed that you wouldn't have asked if the answer was yes. The results are...
July 19, 2010 at 9:56 pm
Thanks, but that looks like it just shows the current active sessions.
I need to correlate to the sessions when the queries were run.
I'm beginning to think it's only possible with...
June 4, 2010 at 10:58 am
UTC. Our servers used to be on the west coast of the US but when the company was bought they were all migrated to the east coast. On...
February 26, 2010 at 2:19 pm
Tom Garth (11/25/2009)
The 2nd SELECT has no ORDER BY clause, and the table variable has no index. How do you know what the last row will contain?😛
The second query returns...
November 25, 2009 at 1:45 pm
Somewhere near the top of my list when I set up a new system is to set windows update to download the files and notify me, but don't install.
Experience is...
November 18, 2009 at 10:38 am
I've played various instruments for 40 years and currently play in a part time band. For me it's a release from the mental focus of writing and debugging code....
May 15, 2008 at 11:39 am
Viewing 11 posts - 16 through 26 (of 26 total)