Viewing 15 posts - 616 through 630 (of 2,897 total)
I did enable AWE last week, set max memory to 3G, then restarted SQL.
November 18, 2013 at 4:42 am
So, would something like -g700 be appropriate as a startup parameter to help the Linked Server memory issue ??
November 17, 2013 at 4:46 pm
You can use BCP to output from T-sql to a text file
November 14, 2013 at 1:45 pm
Anything interesting in the Server's Event Log ??
Maybe hardware, like a controller card ??
November 13, 2013 at 8:46 am
If you know the name of the text file related to the maint plan for that day, you could send it as an attachment.
November 12, 2013 at 2:47 pm
I'm not fa,iliar with the MemToLeave problems. I will have to read up on it.
Thanks
November 10, 2013 at 10:45 pm
I rebooted this morning.
I thought AWE was set correctly. I'll have to read up on it ... forgot the details.
I just ran:
sp_configure 'awe enabled', 1
RECONFIGURE
I will restart SQL during...
November 10, 2013 at 2:45 pm
Windows Server 2003 R2 Standard Edition SP2
2.8 Gz, 4 G RAM
@@Version:
Microsoft SQL Server 2005 - 9.00.4060.00 (Intel X86) Mar 17 2011 13:20:38 Copyright (c) 1988-2005...
November 10, 2013 at 11:20 am
Narrowing it down a bit. getting these messages yesterday on the server running the original backups, and the job that was supposed to backup 10 databases only backed up 2...
November 10, 2013 at 9:35 am
Strange. I re-ran the job a 2nd time, and the restore of Database A completed normally this time (using a new DIFF backup), but the restore of Database C...
November 9, 2013 at 5:16 pm
I was also going to mention FORFILES. I use it for a similar purpose: Deleting trace files older than X days. I schedule it through SQL Scheduled Jobs.
[font="Courier New"]forfiles...
November 9, 2013 at 8:53 am
Another puzzle with this:
When I run an INSERT statement from my MSSQL query window against the live MySQL database, but a TEST table it works fine. But if I...
November 8, 2013 at 10:55 am
Before I make lots of changes on a production server, do you know which settings might apply to my situation ? That I can access the MySQL data via...
November 7, 2013 at 3:22 pm
You could try looking at your transaction log backups, and see what time of day they were very large. Then try to figure out what was running at that time.
I...
November 1, 2013 at 5:24 am
I never solved it. I just omit results older than 'X' days.
October 24, 2013 at 11:50 am
Viewing 15 posts - 616 through 630 (of 2,897 total)