Viewing 15 posts - 1,231 through 1,245 (of 1,536 total)
I didn't either, I just happened to notice that the temp table names matched, more luck than judgement believe me.
April 23, 2004 at 2:01 pm
Try this...same script, but I have changed the name of #databases to #thedatabases and it seems to work. I wonder if it has something to do with the sp_databases proc...
April 23, 2004 at 1:15 pm
How are you calling the dts from the job? Could you paste the execution line?
April 23, 2004 at 12:42 pm
It's not supported in the slightest, as for getting it to work, possibly.
Why would you run 6.5 on 2003?
April 23, 2004 at 11:42 am
You'd keep sql on the local box and use the san for the database files.
April 23, 2004 at 11:06 am
I would run option 2 with all the db's on full recovery...this gives you the advantage of having seperate filegroups for each of the apps (even though you could use...
April 23, 2004 at 11:01 am
Other than that, you could look at using an evaluation version of Litespeed from http://www.imceda.com which compresses the backup as it does it.
April 23, 2004 at 7:45 am
The latest version of pkzip from http://www.pkware.com/ does files above 4GB, I belive that Winzip 8.1 also does the job.
April 23, 2004 at 7:44 am
I would start out with a hard cap on SQL, this will prevent it and other applications fighting for memory space, give the OS and other apps at least 500Mb...
April 23, 2004 at 7:11 am
Is there any way that you could put a load on the dev server equivalent of that on production just as a proof of concept?
April 22, 2004 at 12:33 pm
It looks as though you have everything configured correctly. Just bear in mind that unless SQL is using a lot of memory and having to pull a lot of data...
April 22, 2004 at 12:05 pm
Presumably you are running SQL2LK EE and Win2k Adv?
Previously were you seeing memory as being an issue? If SQL had plenty of spare memory previously and was not having to...
April 22, 2004 at 11:50 am
In BOL look for RESTORE LOG.
Syntax of restore to point in time:
RESTORE LOG <dbname>
FROM <tranlogfile>
WITH RECOVERY, STOPAT = ' <date & time> '
April 22, 2004 at 10:42 am
Useful link for help troubleshooting MAPI errors: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q238119
April 22, 2004 at 10:38 am
Viewing 15 posts - 1,231 through 1,245 (of 1,536 total)