Viewing 15 posts - 5,821 through 5,835 (of 14,953 total)
You can definitely keep point-in-time pricing in an SQL database. You'd just have a table with, for example, and item ID and a price and an effective date. ...
December 2, 2010 at 12:32 pm
Tom.Thomson (12/1/2010)
GilaMonster (12/1/2010)
In the last 2 weeks there have been three resignations at current client:
The senior developer (leaving only 2 permanent developers)
The Chief...
December 2, 2010 at 8:41 am
Brandie Tarvin (12/1/2010)
GSquared (12/1/2010)
December 1, 2010 at 10:24 am
WayneS (11/30/2010)
To all the Threadizens that have presented - how have you incorporated this public speaking into your resume? Examples would be great!
My resume is put together as a marketing...
December 1, 2010 at 6:52 am
You're welcome.
December 1, 2010 at 6:38 am
You'll have to have something that tells the code which tables are related to which other tables, and how. You could store that as an XML structure, or pass...
December 1, 2010 at 6:35 am
Okay. I get it. What you need then is a column added to the view (either directly added to the view or in a query that includes the...
December 1, 2010 at 6:22 am
As mentioned, there's data the system loses when you restart SQL Server. Nothing that matters too awefully much, but some of it does matter. Plan use, for example,...
December 1, 2010 at 6:16 am
Lowell (11/30/2010)
if the server was beefy enough...
November 30, 2010 at 3:13 pm
Tom.Thomson (11/30/2010)
Jeff Moden (11/30/2010)
Here's the link to the script. I find it difficult to believe that anyone gave it a rating of higher than 1.http://www.sqlservercentral.com/scripts/String+Manipulation/71602/
When I see things like...
November 30, 2010 at 3:03 pm
scott.pletcher (11/30/2010)
Of course if column1 and/or column2 are not char data types, you will need to change 'zzz' to something that matches their data type(s).
Or use "nullif(i.col,d.col) is not null",...
November 30, 2010 at 3:02 pm
If you output the format as if it were a CSV (commas and quotes), and put an xls file extension on it, Excel will open it without complaining. I've...
November 30, 2010 at 3:00 pm
I posted a possible real-world example as a reply in the original thread with the weird join. I think it would be a legit use of either query structure,...
November 30, 2010 at 2:57 pm
Viewing 15 posts - 5,821 through 5,835 (of 14,953 total)