Viewing 15 posts - 2,656 through 2,670 (of 3,221 total)
You can tell I haven't plagiarised this by the poor SQL:
Table:
CREATE TABLE [dbo].[Wealth](
[Spouse] [char](1) NULL,
[AssetType] [varchar](100) NULL,
[EstimatedValue] [money] NULL
) ON [PRIMARY]
Data:
INSERT INTO [Scratch].[dbo].[Wealth]([Spouse],[AssetType],[EstimatedValue])
VALUES('H','Vehicle',10000.00)
INSERT INTO [Scratch].[dbo].[Wealth]([Spouse],[AssetType],[EstimatedValue])
VALUES('H','Savings',3000.00)
INSERT INTO [Scratch].[dbo].[Wealth]([Spouse],[AssetType],[EstimatedValue])
VALUES('H','Misc.',1000.00)
INSERT INTO [Scratch].[dbo].[Wealth]([Spouse],[AssetType],[EstimatedValue])
VALUES('H','Misc.',10000.00)
INSERT INTO...
December 5, 2013 at 8:27 am
All the auditing solutions that I have seen in play stink of being a technical resolution. Until it becomes visible and a concern at a business level they will remain...
December 5, 2013 at 1:58 am
This does remind me of the assertion by the UK's current Minister of Education that all schools should attain the "good" status which is only achieved when their pupil performance...
December 4, 2013 at 3:55 am
Jim P. (12/3/2013)
...But realistically if you hire people without honor, honesty, and respect -- they are going to find a hole in the system to exploit.
We could all do...
December 4, 2013 at 3:45 am
David.Poole (12/4/2013)
December 4, 2013 at 3:25 am
Steve Jones - SSC Editor (12/3/2013)
Gary Varga (12/3/2013)
December 4, 2013 at 3:21 am
This is where the cloud services can help. For example, if you have a music store then why not raise the level of abstraction and store a piece of music...
December 3, 2013 at 3:56 am
I worked at one place where there solution was to kick all the staff to an offsite car park so that managers could turn up late and find a space....
December 3, 2013 at 3:51 am
A lot of music has been lost too. In the 80s and early 90s1 a lot of bands started out by releasing singles on vinyl either individually or through tiny...
December 3, 2013 at 2:03 am
Lynn Pettis (12/2/2013)
December 2, 2013 at 9:09 am
chrisn-585491 (12/2/2013)
December 2, 2013 at 7:14 am
It is likely to be an unpopular opinion with some of the less trained in our industry but I believe that the overhead in utilising an experienced team1 far outweighs...
December 2, 2013 at 3:02 am
Jeff Moden (11/29/2013)
Gary Varga (11/27/2013)
With all that has been posted here I am either a SQL Server god (because the majority are rubbish - thanks for the...
November 29, 2013 at 5:31 pm
Jeff Moden (11/29/2013)
November 29, 2013 at 12:04 pm
I am a developer and have never been a DBS. That I have known more about RDBMS than some DBAs does not say much about me (I am NOT claiming...
November 29, 2013 at 8:10 am
Viewing 15 posts - 2,656 through 2,670 (of 3,221 total)