Author |
Topic |
MichaelP
Jedi Yak
2489 Posts |
Posted - 2003-09-12 : 12:58:55
|
Just a quick note. Getting to 1000 posts is taking forever!!Michael<Yoda>Use the Search page you must. Find the answer you will.</Yoda> |
|
X002548
Not Just a Number
15586 Posts |
Posted - 2003-09-12 : 13:07:25
|
Need to get the "ppd" up a little....I always liked the yoda tabs btw...Brett8-)SELECT @@POST=NewId()That's correct! It's an AlphaNumeric! |
|
|
drymchaser
Aged Yak Warrior
552 Posts |
Posted - 2003-09-12 : 14:30:08
|
Trying 100 myself......aaargh......almost there. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-09-12 : 14:50:30
|
You'll get there in no time.Tara |
|
|
SamC
White Water Yakist
3467 Posts |
Posted - 2003-09-12 : 14:59:15
|
So Brett, I'll byte.Whats SELECT @@POST = NEWID() supposed to mean?Packing the car. Gotta paddle even tough rain is coming.Sam |
|
|
X002548
Not Just a Number
15586 Posts |
Posted - 2003-09-22 : 13:49:16
|
quote: Originally posted by SamC So Brett, I'll byte.Whats SELECT @@POST = NEWID() supposed to mean?Packing the car. Gotta paddle even tough rain is coming.Sam
Actually...I fixed it...Brett8-)SELECT @@POST FROM Brain ORDER BY NewId()That's correct! It's an AlphaNumeric! |
|
|
JimL
SQL Slinging Yak Ranger
1537 Posts |
Posted - 2003-09-22 : 13:54:43
|
quote: Brett8-)SELECT @@POST FROM Brain ORDER BY NewId()
Its Monday - Brain Experiencing boot failure - Operating system not foundEndJimUsers <> Logic |
|
|
X002548
Not Just a Number
15586 Posts |
Posted - 2003-09-22 : 14:39:20
|
quote: Originally posted by JimL
quote: Brett8-)SELECT @@POST FROM Brain ORDER BY NewId()
Its Monday - Brain Experiencing boot failure - Operating system not foundEndJimUsers <> Logic
No Jim...What does ORDER By NewId() do????(Dammit it Jim I'm a DBA not a compaq proliant 9000)Brett8-)SELECT @@POST FROM Brain ORDER BY NewId()That's correct! It's an AlphaNumeric! |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2003-09-22 : 14:55:30
|
Try itselect * from sysobjects order by newid()Then try it again (not on a nt4 m/c though)runselect newid(), * from sysobjects to see why it happenning.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
|
|
X002548
Not Just a Number
15586 Posts |
Posted - 2003-09-22 : 15:46:58
|
Whats' "nt4 m/c"I can't figure out the m/c part...micro-channel?Brett8-)SELECT @@POST FROM Brain ORDER BY NewId()That's correct! It's an AlphaNumeric! |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-09-22 : 15:52:30
|
Micro computerTara |
|
|
|