Viewing 15 posts - 2,776 through 2,790 (of 2,861 total)
One issue I never see mentioned are leagl requirements for auditability. There are many types of database-centric applications that are legally required to keep data on premises; for example,...
January 3, 2011 at 10:10 am
This one is quick and dirty, but it works for the given requirements:
[font="Courier New"]CREATE TABLE MyTable (
[COD] INT,
[Name] VARCHAR(10),
...
December 29, 2010 at 10:12 am
I have been lately on several ad-hoc firefighting teams. No that I would not have the technical skills, but what got me onto them was my age (cf. the avatar)....
December 28, 2010 at 10:47 am
Eric Russell 13013 (12/28/2010)
December 28, 2010 at 10:08 am
leroy-1092048 (12/27/2010)
. . . It's the same old thing. when something is taken away. people get upset. even if they dont need or want what is being taken away.
When you...
December 27, 2010 at 10:19 am
SQLkiwi (12/22/2010)
. . .
The more general point is that SQL Server is much happier...
December 22, 2010 at 12:11 pm
SQLkiwi (12/21/2010)
I'm not sure I see why developers need 64-bit workstations just because the SQL Server happens to be running on a 64-bit platform.
We develop for 16-to-32 GB 64 bit...
December 22, 2010 at 9:53 am
leroy-1092048 (12/21/2010)
. . .if a company has the money and need to purchase SQL server 2005/2008 and all the licensing that goes with it.
. . .
It is wider than that....
December 21, 2010 at 12:44 pm
I have not seen an SQLS pro running 32 bit on his (or her) dev station in at least a year.
December 21, 2010 at 10:57 am
Interesting article,althoug I read it only after it was reposted.
In these 'upserts', we usually rely on the MERGE statement. As it is written in hand-tuned Assembler, its speed is...
December 17, 2010 at 7:37 pm
pef (12/17/2010)
December 17, 2010 at 7:26 pm
For me, the most underappreciated feature is the integration with Visual Studio. I cannot imagine doing complex cubes or SSIS packages without it.
December 17, 2010 at 11:54 am
I have to get into meetings for the rest of the day, so I will take a stab based on what I think I know.
I suggest that you add a...
December 9, 2010 at 12:54 pm
This seems incomplete: is it the report that is doing the aggregations and pivoting?
December 9, 2010 at 12:25 pm
I am afraid I am not getting it.
Could you post the code you are describing? (Both the DDL and DML that you have.)
Thanks.
December 9, 2010 at 11:52 am
Viewing 15 posts - 2,776 through 2,790 (of 2,861 total)