Viewing 15 posts - 2,476 through 2,490 (of 5,356 total)
Yes, a PK shouldn't be volatile. A PK is one of the fundamental concept of relational databases. It is used to uniquely identify a row in a table. The IDENTITY...
February 26, 2004 at 12:52 pm
Actually there are many difficulties arising. I once attended a presentation where they showed us a software using SQL Server as backend. I was the only one not from the...
February 26, 2004 at 12:44 pm
Hmph, obviously the new forum software does not have fllod control or it is not activated. Sorry for posting twice. Too much coffein got me nervous fingers
February 26, 2004 at 12:26 pm
Any chance to change the underlying table design? It really looks like you have something like this
year 01 02 03 04 05
2003 ...some numbers
2002 ...some numbers
If so, that should be the...
February 26, 2004 at 12:23 pm
Any chance to change the underlying table design? It really looks like you have something like this
year 01 02 03 04 05
2003 ...some numbers
2002 ...some numbers
If so, that should be the...
February 26, 2004 at 12:23 pm
Ok, now that it works for you, you have no excuse not to post anymore
![]()
February 26, 2004 at 12:07 pm
Summary tables? Hm...have I heard this before? Sounds like a great idea ![]()
Now serious, I agree that no normal user should be sa....
February 26, 2004 at 11:53 am
Thanks for the info!
It's interesting to see such regulations. In my profession everybody's crazy about being allowed to put the three letters CFA on his business card. However, they use...
February 26, 2004 at 11:37 am
I guess I made a copy and paste error ![]()
Anyway, you're far from reaching the 8,000 character mark. Getting it all in one string...
February 26, 2004 at 11:31 am
Because of the expiration of most certificates, I do not recommend you go out and get certifications, that young unless you have an after school job that would give you...
February 26, 2004 at 8:14 am
Nothing like answering my own questions ![]()
With the contest it seems to make sense. Am I right?
But why can be voted on scripts...
February 26, 2004 at 8:10 am
I would lie if I say I know for sure, but it might some thing to watch. Anyway I would expect SQL Server to throw an error for violating the...
February 26, 2004 at 8:04 am
It's hard to follow the forum formatting, but are you sure this works. Just asking because I tried
select datalength(@query1), datalength(@query2),datalength(@query3),datalength(@query4)
which returns
----------- ----------- ----------- -----------
190 270 NULL 387
(1 row(s)...
February 26, 2004 at 7:59 am
Thanks! ![]()
Yes, I know the app won't explicitely insert values, but do you know what else it is doing?
February 26, 2004 at 7:46 am
Viewing 15 posts - 2,476 through 2,490 (of 5,356 total)