Viewing 15 posts - 1,276 through 1,290 (of 3,061 total)
harendra.singh (12/18/2010)
create proper indexes on the columns which are included in where condition. Also place proper joins by normalizing tables
well... this one can be translated as: "do it right, dont'...
December 18, 2010 at 11:42 am
johnacandy (12/14/2010)
Suppose that i have the following staging table with the following columns...
As a side note I'll say you should never start with the Staging table but with the actual...
December 18, 2010 at 9:03 am
pdanes2 (12/9/2010)
De-normalize or index?
Question could be translated like "be healthy or take a fast speed train?" meaning, those options should never be part of the same question.
Normalization/De-Normalization is related to...
December 18, 2010 at 8:50 am
jln (12/15/2010)
So I basically need to go talk to SQL server support at...
December 15, 2010 at 9:14 am
jln (12/15/2010)
Where can i find information on the bug you mention, are there any...
December 15, 2010 at 8:56 am
Lowell (12/15/2010)
...Once you have the Linked Server in place I have found a few different ways of interacting with the mysql database
I understand poster is looking for the other way...
December 15, 2010 at 7:56 am
Described behavior appears to be closely related to bug #50002862
Do you really need snapshot isolation or was it just a test?
December 15, 2010 at 7:49 am
naresh.talla (12/14/2010)
my question is how i can read data...
December 15, 2010 at 7:42 am
DBA in Unit 7 (12/15/2010)
December 15, 2010 at 7:04 am
456789psw (12/13/2010)
December 14, 2010 at 5:49 am
Steve Jones - SSC Editor (12/10/2010)Developers SHOULD NOT be able to change objects (tables, stored procedures, etc.) on production.
Agreed and, SHOULD NOT be able to change/create/drop objects in Test either...
December 14, 2010 at 5:45 am
MonsterRocks (12/14/2010)
in sql 2k5, i have a database.. i want to take its schema diagram.. is there any tool available for it?.. any suggestion pls
SQL Server Management Studio/
Databases/
target_database/
Database Diagrams/
New
🙂
December 14, 2010 at 5:38 am
netpicker9 (12/8/2010)
1. Company
2. Client
3. Branch
4. Departments
Points:
a. Some companies do not have any branches and just departments
b. If company happen have...
December 10, 2010 at 8:43 am
rajesh999 (12/6/2010)
•Data should be retained for 5 years or 60 months.
•Table will have about 800 million records
•Have adapted monthly partition.
•Each File group have 8 files to match the Number of...
December 10, 2010 at 8:36 am
Building on torpkev's comment, this is too specific for a third party application - this is something you have to do by yourself.
By the way, no need to bother developers...
December 10, 2010 at 8:29 am
Viewing 15 posts - 1,276 through 1,290 (of 3,061 total)