Viewing 15 posts - 346 through 360 (of 1,473 total)
GSquared (12/2/2009)
Brandie Tarvin (12/2/2009)
December 2, 2009 at 8:47 am
If your beer is agonizing, stop drinking bud light.
Yes, I went there. 😉
December 2, 2009 at 8:37 am
I thought I did? I made very slight modifications to the code you posted(based off of Gus') above and explained all of them.
December 2, 2009 at 8:19 am
Please include the code you are using to determine true/false. You're giving us the variables that you're passing in and the data you're checking it against, but you're not...
December 1, 2009 at 10:41 pm
My fault, I read this one a bit too quickly. I thought you were going to be constantly altering the lengths of the fields. I can definitely see...
December 1, 2009 at 4:51 pm
Gotta tell you, between this and the last question about SET IDENTITY INSERT in a trigger, I'm a bit frightened about what is going on in your database. Are...
December 1, 2009 at 3:10 pm
My pleasure. I wish I could give you a better answer, but without knowing the structure of the data/tables, any answer is potentially wrong.
December 1, 2009 at 3:05 pm
Not really. You need sample data. The relationships of these 3 tables is very unclear. Are there tables linking them together like ClassStudent and ClassSubject?
The...
December 1, 2009 at 2:56 pm
This may help you:
December 1, 2009 at 2:34 pm
It only returns the redundant data if you select it. If you just use SELECT *, then yes, you'll get a ton of stuff you don't need, but doing...
December 1, 2009 at 2:31 pm
Ordinarily, you'd accomplish this with joins between the tables. If you want to provide table structure / sample data (see the first article in my signature for how) and...
December 1, 2009 at 2:08 pm
It was a valiant attempt at sample data, but unfortunately it's not quite there. Here are a few of the errors:
No insert statement for the table
Word often...
December 1, 2009 at 2:05 pm
You're missing a ton of information here. Where are the values coming from?
FullName Address City Country
Ravi aaaaa aaa aa
Andy bbbbb bbb bb
Apollo ccccc ccc cc
Sounds like an EAV system....
December 1, 2009 at 9:31 am
Here's a slighly modified version of a function that I use for something like this. It requires a Tally Table. See the article on Tally tables in...
December 1, 2009 at 8:20 am
rons-605185 (12/1/2009)
December 1, 2009 at 8:13 am
Viewing 15 posts - 346 through 360 (of 1,473 total)