Viewing 15 posts - 2,686 through 2,700 (of 5,356 total)
He will make sure that you share his pain
If I could share his payment, I would also share his pain ![]()
January 29, 2004 at 2:43 am
Dave,
would you please use the KISS approach when writing? ![]()
You got me flipping through the pages of my dictionary
January 29, 2004 at 2:19 am
I don't know licensing stuff (and actually don't care), but I got them wrong too. ![]()
January 29, 2004 at 1:41 am
To add to Kenneth, this is what happens here.
At 8:00 PM our time recording system stops, well, err recording my time. So 8:00 PM is recorded as my check.out time....
January 29, 2004 at 1:37 am
Oh, I see.
Well, before creating a table for each and every user there is right now or might be there in the future, why not create one single table...
January 28, 2004 at 1:27 pm
Why not use a temporary table? According to BOL "Local temporary tables are visible only in the current session", meaning when you do
CREATE TABLE #FRANK(
col1, char(1)
...
)
only this session can see...
January 28, 2004 at 1:12 pm
Please don't get me wrong on this. But I did my civilian service ?!? (hope that's right translated
). Besides some other aspects,...
January 28, 2004 at 8:36 am
I would stay away from querying the system tables, when there is another solution at hand. Use Jonathan's suggestion, that's what the INFORMATION_SCHEMA stuff is for.
January 28, 2004 at 7:56 am
Hm, had to google on Hap Arnold.
Never thought you are that military, Brian. ![]()
January 28, 2004 at 7:51 am
Did someone noticed the 'Sisters of Mercy' avatar some days ago? I like this ![]()
But I haven't figured out yet, what Steve's avatar should...
January 28, 2004 at 7:38 am
Dave, yes, your reply makes me happy ![]()
As for the theory behind. There is the relational model (Dr. Codd), then there is SQL (Donald...
January 28, 2004 at 5:31 am
To add to David, 01/01/1900 is SQL Server's reference date. All other dates are calculated as days before or after that date. So when you want to avoid dealing with...
January 28, 2004 at 4:06 am
Thomas,
to be honest, I don't know why we're the only ones to post in this thread? Maybe its off-topic... ![]()
Actually I am no upholder...
January 28, 2004 at 3:50 am
Viewing 15 posts - 2,686 through 2,700 (of 5,356 total)