Viewing 15 posts - 76 through 90 (of 99 total)
You should use a method described in another topic: make a table where your users want to run the dts and make a job which permanently monitors this table and...
July 9, 2007 at 6:30 am
Hi Dan,
Firstly, check if your linked server is functional. You should check your dcom rights because your sql server instances are on different stations. If you logon on stations with...
June 4, 2007 at 5:54 am
Also, for proper functionality of linked server, you should have DCOM rights available between the 2 stations where SQL Server instances reside.
June 1, 2007 at 2:29 am
Hi,
You can disable first all FK (constraints) and after you populate with respect to constraints, your tables, you should enable them. Here is the code:
SET QUOTED_IDENTIFIER OFF
May 24, 2007 at 2:05 pm
So, there is no solution for my problem. My system is under heavy load, even night. Maybe, a warm change of hard-disk with a new one. And this time of...
May 19, 2007 at 4:40 am
Thanks for advices!
Anyway, there would be SQL Server shut down? I ask that because my application should run continously, without pauses !! My application is almost a real-time application.
May 18, 2007 at 9:11 am
you should script it as stored procedure which would be run as daily job. Maybe in this script you should be aware about all constraints, how to drop them and...
May 18, 2007 at 7:45 am
This is a good thing! Is there a setting in SQL 2005 to do that or is done automatically?
May 18, 2007 at 5:52 am
Thanks for your reply!
So, if i set dynamically memory from min to max, let say, max=1,4 GB from a total memory RAM of 2 GB, I should expect from SQL...
May 18, 2007 at 5:44 am
What recovery model have you selected for your database? You should have Simple.
May 18, 2007 at 3:10 am
I forgot to say: I have a database with 30 tables with, about 2,500,000 records, each. After the 30th day the oldest table is deleted. A new table is created...
May 18, 2007 at 3:05 am
Hi,
I've made another test: I've changed the fill-factor of reindexing the tables from 0 to 90 %. I've noticed a good change. Memory is still increasing but, so far, very...
May 18, 2007 at 2:57 am
Viewing 15 posts - 76 through 90 (of 99 total)