Viewing 15 posts - 1 through 15 (of 35 total)
Alter database DBNAME Set trustworthy ON
January 6, 2009 at 12:02 pm
Angela,
I actually tried to create the jobs using the Enterpriser Manager. The Enterprose manager itself shows the time the job started "Last run time" there is a gap of exactly one...
July 20, 2004 at 10:14 pm
Hi
The SQL Server7.0 is clustered and replication enabled...and the user account is in the local admin group, cannot change the service accounts to local
Levi
April 2, 2004 at 2:22 am
Thanks Kelly,
But we use ODBC and this does not seems to be the cause...anyway...let me know if you have something more on this..
Levi
April 1, 2004 at 10:40 pm
"and has two 347 MHZ processors"
This seems to be the problem. No matter you do the most advanced performance tuning you will still have the problem unless you improve your...
March 31, 2004 at 11:53 pm
Hi All..
With lot of hours spent running the load under different combinations it proved useless. The problem was a bug with Service Pack4 for windows. Microsoft finally gave us the...
March 31, 2004 at 11:46 pm
Hi..
try to create a new task and try to manually execute..check whether its working...if not the problem could be with you SQL agent.
Modify your existing job which is not working...
May 28, 2003 at 6:23 am
Hi Ana.
Try the DBCC SHRINKDATABASE
( database_name [ , target_percent ]
[ , { NOTRUNCATE | TRUNCATEONLY }...
May 26, 2003 at 3:45 am
Hi..
Please truncate the transaction log before shrinking the Logfile..check the below command to do it.
dump tran Database_Name with no_log
Now use the dbcc shrikfile command.
levi
May 26, 2003 at 3:17 am
HI anil..
I was inquisitive when I saw your post..I tried out all sources but could not get what you want. To set a similar kind of alert, you need to...
May 26, 2003 at 3:09 am
Oops I could not understand your problem correctly. Is the 5.5GB file you are talking about is a database file?. If yes...check the Books Online for the command DBCC shrinkfile,...
May 26, 2003 at 2:31 am
When you say Stopping the instance it means stopping the SQL service using the service applet. or using the SQL server Manager. Thsi is not advisable. The Cluster Administrator monitors...
May 23, 2003 at 4:59 am
HI antare
Deleting is what we have been doing..but the problem here is the no of records...we will have around 4 million records by the end of the day and it...
January 7, 2003 at 4:45 am
Hi don
In my case too there are a series of jobs where the last step of each starts the next job in the series. But I have nearly 15 such...
December 5, 2002 at 9:23 pm
Its SQL 7 and service pack 3...
Sorry we could not solve this ...we have gone for a OS reinstallation since we were running out of time...
These jobs call a VB...
December 2, 2002 at 9:22 pm
Viewing 15 posts - 1 through 15 (of 35 total)