Viewing 15 posts - 346 through 360 (of 374 total)
SQLkiwi (3/4/2011)
Copyright infringement is when you're reprinting the work without permission.
It is possible to do both...
March 4, 2011 at 5:24 am
Well, this time I shouldn't have done the research...
I read the exact article that was quoted in the question, and found this quote:
RAID 1+0: mirrored sets in a striped set...
March 4, 2011 at 5:17 am
edvard 19773 (3/3/2011)
I want to change the name to administration (dbo.administration)
How to script this change?
I found 'Rename', and tried:
ALTER TABLE dbo.admin
...
March 3, 2011 at 5:43 am
WayneS (3/1/2011)
GSquared (3/1/2011)
Kiara (3/1/2011)
Brandie Tarvin (3/1/2011)
How 'bout I throw some high heels, a mini skirt, and a lumberjack into the mix to really leave you screaming for the brain bleach?@=)
"I'm...
March 2, 2011 at 10:17 am
xeops,
I'm sorry, but debugging your build process is beyond my skill set. Wish I could help on that one.
-Ki
March 2, 2011 at 5:18 am
xeops (3/1/2011)
Hi, Kiara,select
waterfalls.ID,
waterfalls.Fall_ID,
waterfalls.Latitude,
waterfalls.Longitude,
Maps.Fall_ID AS Map_ID,
Maps.Maps
FROM waterfalls
INNER JOIN Maps ON waterfalls.Fall_ID = Maps.Fall_ID
like this?
That will get you all rows from waterfalls that have matching Fall_ID fields in Maps. I'm assuming that's...
March 1, 2011 at 10:59 am
select table1.*, table2.*
from Table1
inner join Table2
on Table1.Fall_ID = Table2.Fall_ID
Replace my selection criteria with the fields you actually want.
-Ki
March 1, 2011 at 9:53 am
xeops (3/1/2011)
i am almost done with the project of mine. in an hour or so i would send a message for you to see the actual data.
I will try...
March 1, 2011 at 9:49 am
Kiara (3/1/2011)
March 1, 2011 at 9:34 am
Ok. I *think* I get it. My apologies if I'm still not understanding - I was trying to understand the SQL results you were looking for, not what the application...
March 1, 2011 at 9:32 am
Brandie Tarvin (3/1/2011)
How 'bout I throw some high heels, a mini skirt, and a lumberjack into the mix to really leave you screaming for the brain bleach?@=)
"I'm a lumberjack and...
March 1, 2011 at 8:48 am
Koen Verbeeck (2/28/2011)
GSquared (2/28/2011)
Kiara (2/28/2011)
jcrawf02 (2/28/2011)
Stefan Krzywicki (2/28/2011)
jcrawf02 (2/28/2011)
March 1, 2011 at 8:47 am
xeops (3/1/2011)
I have uploaded the attachment in the mdb format.Thank you so much.
If you are able to see it online it looks like this right now
http://demo.asprunner.net/a_pehlevi_hotmail_com/mapping/menu.asp
click on...
March 1, 2011 at 8:40 am
xeops,
Can you give me a couple more records for each table, and then an example of the specific data you would want to see in the results? That would make...
March 1, 2011 at 8:18 am
Viewing 15 posts - 346 through 360 (of 374 total)