Viewing 15 posts - 5,011 through 5,025 (of 6,023 total)
A lot of the advise here is appropriate for a production database (don't shrink the files, etc.) where the goal is to preserve restore history and optimize performance.
However,...
December 12, 2012 at 6:35 am
ranganathleo (11/29/2012)
December 4, 2012 at 12:44 pm
David.Poole (12/2/2012)
...Go-live doesn't particularly worry me, it is roll back that causes me to tuck my trousers in my socks so no-one can see I'm scared.
When we submit change orders...
December 3, 2012 at 8:27 am
If an application is loosely coupled (if the term is appropriate here) with the database using stored procedures, web services, and meta-data configuration, then even significant changes to the database...
November 30, 2012 at 7:43 am
David.Poole (11/21/2012)
Darren Wallace (11/20/2012)
Ultimately any task where you care more about high speed and low cost than you do about consistency is a great candidate for NoSQL.
Anyone have a view...
November 21, 2012 at 7:38 am
SQL Server has actually had NoSQL data storage and analysis products bundled with it for over a decade. Take for example, Analysis Services. People don't generally think about OLAP products...
November 20, 2012 at 7:21 am
poratips (11/13/2012)
I have few more questions too.
I have also few Databases coming from one DB server and other one DB coming from other DB server so I will...
November 13, 2012 at 4:04 pm
poratips (11/13/2012)
anad assign user to each Role...
November 13, 2012 at 1:14 pm
Practically all of the really large databases I've worked with in the past could have benefitted from better normalization and data type usage. For the most part, I think that...
November 13, 2012 at 8:16 am
poratips (11/6/2012)
I have another situation that my developer wants some tables from Prodction DB server to their desktop m/c.
We have already sql express installed and Database and tables...
November 7, 2012 at 11:38 am
Eric M Russell (11/7/2012)
For example:
- If Col1 = 'A'...
November 7, 2012 at 8:03 am
When it comes to data quality in large enterprise organizations, what's essential is that the rules be formally documented (before development begins).
For example:
- If Col1 = 'A' then Col2 must...
November 7, 2012 at 7:40 am
Here is what I've done in the past for supplying complex multi-values parameters to a reporting stored procedure.
The user specifies various options for ad-hoc reporting into a form. The...
November 2, 2012 at 8:34 am
CELKO (8/12/2010)
jhood (8/10/2010)
November 2, 2012 at 7:56 am
haiao2000 (10/29/2012)
Eric M Russell (10/29/2012)
October 30, 2012 at 9:09 am
Viewing 15 posts - 5,011 through 5,025 (of 6,023 total)