Viewing 15 posts - 1,006 through 1,020 (of 1,097 total)
I think that the server use it for internal functions. There's nothing you can do with them. I guess that you can't kill them either.
October 29, 2002 at 3:54 pm
I don't know the answer, but check a few days ago topics because someone gave the solution to the exact problem that yoy have.
October 29, 2002 at 3:48 pm
Did you run dbcc checkDB on those databases?
October 29, 2002 at 3:35 pm
A thread logs all the pending transactions in the Transaction log. SQL manages the times when this thread is fired, it depends on the free buffer memory and the time...
October 29, 2002 at 3:22 pm
Before the Checkpoint, the database is not syncronzed, the changes are saved in the Transaction log but not in the data files.
After a checkpoint, all the transactions that are in...
October 29, 2002 at 2:48 pm
Do you have a backup of the registry? That would also help.
If you can't make backup so I think that you can try dettaching the dbs. Do you have the...
October 28, 2002 at 11:55 am
Do you have join sentences executing...remeber sql use tempdb to execute joins. Maybe you should check how the queries are builded and maybe consider checking indexes.
October 28, 2002 at 11:48 am
There are many options that come with the SQL backup utility. If you used them all I don't see why you would use a third party utility.
October 24, 2002 at 7:06 pm
Well done boys. I'm from Argentina and it been a short time since I reply to the topics.
I spent most of the time submitting scripts, but I understand the need...
October 24, 2002 at 7:00 pm
Also try books on line from SQL Server. To get help from the create database sentence search it in Books on line or Open Query analizer and type Create database,...
October 24, 2002 at 6:52 pm
Every time you truncate the logs you should do a full backup. Because if a dissaster occurs the you won't be able to recover until the last minute, only until...
October 24, 2002 at 6:50 pm
Can you post an example of the bcp command you used?
October 24, 2002 at 5:45 pm
the default sql server user name is sa with a null password. Check with Query analizer to log with that user.
If they are correct, then use that info to execute...
October 24, 2002 at 5:14 pm
Viewing 15 posts - 1,006 through 1,020 (of 1,097 total)