Viewing 14 posts - 16 through 29 (of 29 total)
This is not the first TSQL Sudoku puzzle solver/generator (see, for example The Sudoku Puzzle Generator. However, it is nicely explained. The two approaches are completely different. Perhaps, with...
June 22, 2006 at 2:33 am
Ah. That explains it nicely. I was once faced with a very similar problem in processing mechanical test data for engineers. The test equipment, depending on its age, would export...
June 22, 2006 at 2:14 am
Hmm.. Well, here goes anyway, assuming it is coming from a text field in a table, here are the two functions and sample to illustrate a way of doing this...
June 21, 2006 at 12:39 pm
It is an intriguing problem. Such a device can be got to work perfectly happily, and I'd hate to think anyone was put off trying. Am I right in believing...
June 21, 2006 at 10:42 am
if you don't want the worry of Datalength and remembering the the division by 2 for NVarchars, but you want an accurate length that includes trailing spaces, why not simply...
June 21, 2006 at 10:30 am
I agree completely with alzdba. My suggestion regarding deadlock_priority was meant to be that you choose which processes are good candidates to be a deadlock victim and then design them...
June 21, 2006 at 10:17 am
I came across this, which describes the pain of being a victim of a deadlock The DBAs Demise, by Phil Factor, a tribute to 'The Streets of Loredo'. On...
June 20, 2006 at 8:30 am
It is an intriguing database design, but I wouldn't want to dismiss it out of hand as wrong without knowing a lot more about the application. I'm interested in the...
June 15, 2006 at 2:48 am
I use Red Gate's SQL Server backup tool on a database of around 480 Gig. It allows you ro specify however many files you want to split the backup so...
April 26, 2006 at 4:28 am
Yes. I use Red Gate SQL Backup in a production environment, and I've checked with Red Gate. They say that Red Gate will support SQL Backup on SQL...
April 26, 2006 at 3:29 am
I'm surprised that anyone working with SQL Server needs lessons in removing duplicates, and puzzled at the complexity of this cursor-based solution originally published. A better solution has already been pointed out in the...
March 11, 2006 at 6:13 am
Indeed so. It is strange how one is pressured into doing something more grown-up than programming as soon as one gets a grey-hair or two. The older I get the...
March 2, 2006 at 7:17 am
We regard 50 Gig databases as small fry at USP, because our NewsScape database is now well over the 400 gig and rising. This application has been collecting all the...
January 27, 2006 at 2:39 am
--I have to do quite a bit of this sort of work
--I use a generic function to return the nth part of a
--string delimited by whatever delimiter you specify
Create function...
January 19, 2006 at 2:05 am
Viewing 14 posts - 16 through 29 (of 29 total)