Viewing 15 posts - 31 through 45 (of 373 total)
Check this awesome solution that Jonathan over at msdn helped me with.
==================================================
CREATE TABLE [dbo].[Sheet2]( [0] [nvarchar](255) NULL, [12] [nvarchar](255) NULL,
[24] [nvarchar](255) NULL, [28] [nvarchar](255) NULL,...
February 20, 2009 at 5:50 pm
Here is my first finish product...
Will have to just refine this over time, and maybe people on here will jump in and share their better experiences, but for now this...
February 19, 2009 at 10:28 pm
Hey Jeff,
Did you have any ideas for me on this one...?
Or another article that will help me?
Thanks
February 19, 2009 at 12:32 pm
Very nice article.... I can say that I truly got something valuable from that..
I need a little help here..
I need to a way to get that Width Column value into...
February 18, 2009 at 3:05 pm
What I am doing is creating a table that has one row, and this row contains the WidthTo columns
Then I create a HeightTable and this table contains the all the...
February 17, 2009 at 11:26 am
Come to find out the window treatment supplier has this grid in an excel format.. Oh well,, live and learn..
Did I post enough info to loop that table and group...
February 17, 2009 at 9:31 am
Hey you guys I have just about got this thing down...
Just need a little more help..
What I am at now is when I scan that document in and import the...
February 16, 2009 at 9:56 pm
Hey Toni,
Is the w_low, w_hi, h_low, h_hi, for better performance?
Erik
February 16, 2009 at 5:55 pm
I just downloaded a trial version of ABBYY Fine Reader and that product actually let me scan that grid and place the data into an excel file for me..
From there...
February 16, 2009 at 5:31 pm
Ok now that I am looking at this ..
I have to remember that the price is computed from the .% in the length width columns. SO my posted schema is...
February 16, 2009 at 11:50 am
----Database----------------------------------------------------
USE [master]
GO
/****** Object: Database [Testing] Script Date: 02/16/2009 12:38:19 ******/
CREATE DATABASE [Testing] ON PRIMARY
( NAME = N'Testing', FILENAME = N'C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\Testing.mdf'...
February 16, 2009 at 11:46 am
I am making the tables right now....
I will post back shortly...
Thanks
February 16, 2009 at 11:12 am
Ok, School session is open..... 😉
select orderid, size, cost, case when size <= basemeasure then cost
...
February 16, 2009 at 10:42 am
Thank you Toni...
I would of posted a lot more; however, on this subject it is all blurry to me. On other types of schema like memberships, and simple products...
February 16, 2009 at 9:41 am
Yes.....
Now if it is blinds they are priced by width and height, "a grid"
I have attached an example grid that is used by the blind manufacturers and all blind companies...
February 15, 2009 at 8:09 pm
Viewing 15 posts - 31 through 45 (of 373 total)