Viewing 15 posts - 1,006 through 1,020 (of 1,319 total)
I'm guessing you've done your research but here are a couple of additional links. The only other thing I can think of is placing a call to PSS. Might be...
July 23, 2008 at 9:20 am
tc (7/23/2008)
July 23, 2008 at 8:34 am
FYI - This is a MicroSoft SQL Server forum, not Oracle. You'd be better served by posting to an Oracle forum.
July 23, 2008 at 8:10 am
Check the auto-grow feature AND if auto-grow is enabled, check the available disk space on the drive where your primary file resides. You're running out of space for some reason....
July 23, 2008 at 7:59 am
Does this help?
July 23, 2008 at 7:48 am
Well, it isn't SQL but this forum is. I don't see any issues or a definition on what "plz help me for the following" means. No help can be provided...
July 23, 2008 at 7:27 am
Can you provide the table layout and a sample of the data that you're trying to insert? That'll help to reply with a more accurate answer to your issue.
July 23, 2008 at 7:19 am
You have two choices: Somehow figure out how to filter in C#.net or, bite the bullet and modify the stored procs. My opinion would favor modifying the stored procs. Script...
July 23, 2008 at 6:53 am
Jeff Moden (7/21/2008)
The real problem is that you need to identify why it is full, first.
As Jeff said, this is key. I've seen adhoc queries fill tempdb and bring the...
July 23, 2008 at 6:43 am
A 1Gb database is not large by any means. How about enough free space available on the server to handle the size of the backup? Is it butting heads with...
July 21, 2008 at 8:32 am
There are a lot of posts regarding backing up to a network share on this site. Not recommended but plenty of people do it anyway. Do you have proper permissions...
July 21, 2008 at 7:49 am
You should update statistics or rebuild indexes when you move to SQL2K5 as well. This would hurt performance if not done. ( this should also be a part of your...
July 21, 2008 at 7:22 am
barb.wendling (7/18/2008)
I do not have this procedure -
select db_name(database_id), * from sys.dm_io_virtual_file_stats(-1, -1)
The current system is using SQL 2000 and the database is loaded with changes from another system...
July 18, 2008 at 12:53 pm
I like having two separate, physical partitions, one for logs and one for data, each having their own set of spindles. I prefer Raid 1 or 10, never been a...
July 18, 2008 at 11:32 am
navin_vasnani (7/18/2008)
only solution is wait for next days the job will run successfully.if not then still wait of one days more.
What kind of response is that? :crazy:
Check your permissions on...
July 18, 2008 at 11:14 am
Viewing 15 posts - 1,006 through 1,020 (of 1,319 total)