Viewing 15 posts - 1 through 15 (of 32 total)
H!!,
I feel you had missed out some steps in between ,follow these steps to configure linked server sucessfully
1) Product name : Oracle
2) Datasource : SID of Oracle database...
January 18, 2006 at 8:47 pm
h!!!!,
In your queries and other SQL statements, always represent date in yyyy/mm/dd format. This format will always be interpreted correctly, no matter what the efault date format on the...
January 17, 2006 at 8:41 pm
h!!!,
Keeping tempdb in memory was an option of SQL server 7.0 which was eliminated in SQL server 2000.In production environment if you pin tables in cache also there won't...
January 16, 2006 at 11:33 pm
h!!!,
Checkpointing a database can be done mannualy by the command sp_configure 'recovery interval' 5
reconfigure with override
the above configuration will checkpoint the database at 5 min like this you...
January 15, 2006 at 8:57 pm
H!!!,
If updates and deletes are more in your database obiously tlog will grow to a very large size .
as a solution for this you can backup transaction log every...
January 15, 2006 at 8:53 pm
H!!!,
This is a composite primary key which is created for a combination of seven columns ,in this scenarion the combination of seven columns ie PEOPLE_CODE_ID,ACADEMIC_YEAR
ACADEMIC_TERM,ACADEMIC_SESSION,PROGRAM,DEGREE and CURRICULUM of a...
January 9, 2006 at 9:42 pm
H!!!,
You had mentioned that the size of your database is 75 Gb ,so you have to first find out the number of records in each table & do reindexing...
January 9, 2006 at 8:40 pm
H!!! , cpu moving towards 100% usage can happen in multiuser envirinment due to improperly maintaned databases .
1) you have to check weather the frequently accessed query'a are indexed properly...
January 8, 2006 at 11:03 pm
H!!!,
This is vinod DBA , Plz run the SQLDIAG utility which is inside BINN folder & check for the error's inside LOG folder of SQL Server installation ,moreover you can...
January 8, 2006 at 10:46 pm
H!!!,
Yes we have done complete migration form SQL server 2000 to postgres by porting data from six diffrent databses to Postgres due to licencing issue for one of our client(app...
December 21, 2005 at 4:57 am
H!!,
Mr.Killer had suggested the most appropriate solution ..but you should be very comfortable in taking the right decission to recover the database in case of a failure ..
Regards,
Vinod (DBA)
+91...
November 20, 2005 at 10:16 pm
H!!!,
what's the size of your datafile?? IF it's more that 20gb u can think of logshipping by using Enterprise Edition of SQL Server 2000 but if the size of...
November 16, 2005 at 10:35 pm
H!!,
Can you check the logical fragmentation of you database by DBCC SHOWCONTIG ?? If index pages are fragmented you can go for a DBCC DBREINDEX for frequently accessed tables...
November 15, 2005 at 9:00 pm
H!!,,
Could u revert which isolation level are you using with your stored procedures ??
Vinod DBA
HTC GLOBAL SERVICES
November 14, 2005 at 8:46 pm
H!! Toad ,
In clustered index while inserting new record it will be put in order ..moreover if the page is full
the page splitting will occour and approx half...
October 12, 2005 at 12:22 am
Viewing 15 posts - 1 through 15 (of 32 total)