Viewing 15 posts - 6,541 through 6,555 (of 26,490 total)
I am going to use a simplified set of tables to help explain what you are seeing.
create table dbo.TableA(
ID int,
CustomValue int);
create table...
June 8, 2014 at 7:39 am
Okay, I really need to step away from this person:
Welsh Corgi (6/8/2014)
Lynn Pettis (6/7/2014)
Welsh Corgi (6/7/2014)
June 8, 2014 at 7:07 am
Just add the DDL and clarifications to this thread.
No need to start a new one.
June 7, 2014 at 7:40 pm
Welsh Corgi (6/7/2014)
That is sweet. I have the sizes stored in KB's. What statement could I used to convert from KB to GB?Thanks a bunch!
Divide twice by 1024.0.
June 7, 2014 at 5:58 pm
thomashohner (6/7/2014)
June 7, 2014 at 12:58 pm
Not really sure what you are looking for here since we can't see what you see.
It would help if you could post the DDL for the tables involved (including index...
June 7, 2014 at 9:58 am
ScottPletcher (6/6/2014)
Lynn Pettis (6/6/2014)
sqldriver (6/6/2014)
sql-lover (6/6/2014)
June 6, 2014 at 2:18 pm
SwePeso (6/6/2014)
Naomi N (6/6/2014)
Peter,I think we wanted customers who bought A and B but not C, so your query will be even simpler,
MIN(productID) = 'A' and MAX(productID) = 'B'
See page...
June 6, 2014 at 2:12 pm
sqldriver (6/6/2014)
sql-lover (6/6/2014)
Now, not...
June 6, 2014 at 1:58 pm
autoexcrement (6/6/2014)
What are Col1, Col2, Col3, Col4, Col5, Col6, Col7, Col8? I don't mean the data types, but what are they? Are any of these columns a unique or primary...
June 6, 2014 at 1:03 pm
valeryk2000 (6/6/2014)
Sean Lange (6/6/2014)
valeryk2000 (6/6/2014)
2008
Not big on providing details today I see. What does this query return?
select @@VERSION
The bottom line is that there are hotfixes out there to deal with...
June 6, 2014 at 11:42 am
autoexcrement (6/6/2014)
Yes, we are importing data from an external source into Scratch, scrubbing it for dupes again Live, and...
June 6, 2014 at 11:40 am
It would help if you posted the DDL for the tables, some sample data for the tables and the expected results based on the sample data.
Do you insert data from...
June 6, 2014 at 10:52 am
SQLRNNR (6/5/2014)
Lynn Pettis (6/5/2014)
Grant Fritchey (6/5/2014)
June 5, 2014 at 8:56 am
Viewing 15 posts - 6,541 through 6,555 (of 26,490 total)