Viewing 15 posts - 1,351 through 1,365 (of 15,381 total)
itortu (8/2/2016)
Hi Sean,I uploaded a file with more data.
Look at file: instruments_reference_table.txt
Search for: 930Guitar/Fretted Strings88230
Yes and in my last post...I just don't have the energy to turn that into...
August 2, 2016 at 2:18 pm
itortu (8/2/2016)
For example, column sub_category_of with value of 930, it belongs to "Guitar/Fretted Strings", which also has...
August 2, 2016 at 1:50 pm
Aside the sub-category which isn't present in your sample data I think something as simple as this might be what you are looking for.
select *
from instrument_ref i
join instrument_ref d...
August 2, 2016 at 1:37 pm
Luis Cazares (8/2/2016)
Your sample data doesn't seem to correspond with your expected results. Are you missing tables?
Yeah I suspect there is a sub-category table involved here that we don't have....
August 2, 2016 at 1:35 pm
As posted your sample data is not in a format that is consumable. Here is the table and data in a format that is readily consumable.
CREATE TABLE [dbo].[instrument_ref](
[instrument_id] [int] IDENTITY(1,1)...
August 2, 2016 at 1:32 pm
tskelley (7/29/2016)
July 29, 2016 at 3:01 pm
ChrisM@Work (7/29/2016)
Sean Lange (7/29/2016)
ChrisM@Work (7/29/2016)
Sean Lange (7/29/2016)
ChrisM@Work (7/29/2016)
Sean Lange (7/29/2016)
Good grief...the spammers are out in force today.Reported as spam
Sweet!!! Maybe I can get banned!?!?!?!?!
It's Friday, you can get anything you...
July 29, 2016 at 10:01 am
ChrisM@Work (7/29/2016)
Sean Lange (7/29/2016)
ChrisM@Work (7/29/2016)
Sean Lange (7/29/2016)
Good grief...the spammers are out in force today.Reported as spam
Sweet!!! Maybe I can get banned!?!?!?!?!
It's Friday, you can get anything you like 🙂
I would...
July 29, 2016 at 9:44 am
ChrisM@Work (7/29/2016)
Sean Lange (7/29/2016)
Good grief...the spammers are out in force today.Reported as spam
Sweet!!! Maybe I can get banned!?!?!?!?!
July 29, 2016 at 9:16 am
joeroshan (7/29/2016)
Unless you give online option, the table will be locked until the clustered index is rebuilt.
With online option there will locks...
July 29, 2016 at 9:02 am
Good grief...the spammers are out in force today.
July 29, 2016 at 8:52 am
DEEPAK GUPTA-378433 (7/29/2016)
How could I use Column for Table1 within subquery. I know this is not possible but there should be a nice way to achieve this.
SELECT *
FROM Table1...
July 29, 2016 at 8:51 am
dastagiri16 (7/28/2016)
Alter table table_name Rebuild
but my applications are continuously hitting that table so will my table is accessible for applications...
July 29, 2016 at 7:15 am
curious_sqldba (7/28/2016)
July 28, 2016 at 10:34 am
Slight side track here. I noticed you named your procedure with the SP_ prefix. This can cause some issues. You should consider using a different prefix, or even better no...
July 28, 2016 at 7:33 am
Viewing 15 posts - 1,351 through 1,365 (of 15,381 total)