Viewing 7 posts - 16 through 23 (of 23 total)
Sure, no problem.
There is only one table and only a few pertinent columns:
/****** Object: Table [dbo].[CallDetailRecords] Script Date: 04/27/2009 12:10:02 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING...
April 27, 2009 at 11:25 am
bbaley (1/23/2009)
Since we were talking about logic on the application side vs. logic on the db side...
seems I always end up in some...
January 23, 2009 at 1:08 pm
bbaley (1/23/2009)
since you said the application already has logic to try and mitigate it.
Sorry for the confusion. The application was changed *after* we discovered that invoices were being saved without...
January 23, 2009 at 8:28 am
GSquared (1/22/2009)
"There does not now, nor will there ever, exist a programming language in which it is the least bit hard to write bad programs." - Lawrence Flon
By the way,...
January 22, 2009 at 7:46 pm
bbaley (1/22/2009)
>>>>The Invoices row is inserted/updated first (it must exist before a InvoiceLines row can be inserted)
Does that mean you have a foreign...
January 22, 2009 at 7:43 pm
Kevin Farlee (9/24/2008)
September 24, 2008 at 12:45 pm
Nice article, but I have a couple of questions/suggestions:
1. Are there any tests demonstrating the performance difference between FILESTREAM and traditional VARBINARY(MAX) columns? I've seen mention of varbinary being cumbersome...
September 24, 2008 at 9:06 am
Viewing 7 posts - 16 through 23 (of 23 total)