Viewing 15 posts - 4,216 through 4,230 (of 5,394 total)
rjohal-500813 (6/4/2010)
Likewise Oracle people probably have similar feelings to MSSQL if they have to move to it.
Maybe. What I heard of MSSQL from Oracle DBAs is that they...
June 4, 2010 at 3:11 am
Jeff Moden (6/3/2010)
I help people a lot with Oracle... I suggest they migrate to SQL Server. 😀
I've seen very little of that "O" thing, but, so far, that's the best...
June 4, 2010 at 1:28 am
Paul White NZ (6/1/2010)
PaulB-The-One-And-Only seems to know his Oracle stuff, and seems to monitor the Oracle forum(s) quite regularly.
Thanks, Paul. The Oracle forums here on SSC seem to be a...
June 1, 2010 at 10:02 am
Looks like a good place for Merge Replication.
June 1, 2010 at 2:31 am
Try specifying the database name in the query:
SELECT * FROM <database>.<schema>.<table>
June 1, 2010 at 1:31 am
Tom.Thomson (5/31/2010)
GilaMonster (5/30/2010)
June 1, 2010 at 12:55 am
If you want data ordered in a particular way, add ORDER BY to your query.
UNION doesn't enforce a particular order in the concatenated sets. Indeed, UNIONs are performed internally as...
May 31, 2010 at 4:04 am
Yes, the device CAL allows you to install client tools for all licensed devices, no matter what kind of operations you perform on the server.
May 28, 2010 at 9:15 am
Do you have a single index on both Customer and OrderNo or two separate NC indexes?
May 28, 2010 at 9:11 am
It's a crazy requirement.
IE can't open on the client machine, but would only run on the SQL server machine. Is that really what you want?
Can you explain exactly...
May 27, 2010 at 1:10 am
GilaMonster (5/26/2010)
Gianluca Sartori (5/26/2010)
Steve Jones - Editor (5/26/2010)
no, there have been some doozy's this week. Though our PhD friend doesn't help the impression.Who? You mean this individual?
Ow, losing your patience...
May 26, 2010 at 10:27 am
Steve Jones - Editor (5/26/2010)
no, there have been some doozy's this week. Though our PhD friend doesn't help the impression.
Who? You mean this individual?
May 26, 2010 at 10:11 am
Bananas. :hehe:
Stands for bytes, obviously! Can you figure out any other unit to measure row size?
BOL states:
The estimated size of the row produced by the operator (bytes).
At first I thought...
May 26, 2010 at 10:06 am
Common sense is in spite of, not the result of, education.
-- Victor Hugo
May 26, 2010 at 6:17 am
Viewing 15 posts - 4,216 through 4,230 (of 5,394 total)