Viewing 15 posts - 1,576 through 1,590 (of 2,897 total)
You want to move the DTS back to 2000 ? If you open the package in 2005, and choose "save as" and select the 2000 server, maybe that will...
January 18, 2010 at 6:56 am
What would make it look in 2 different locations ? Noting in the DTSrun specifies a file location.
January 17, 2010 at 8:20 pm
We've had odd failures like this too. Seems that we get orphaned Excel sessions open on the server, and after too many are left open, DTS packages using Excel fail,...
January 17, 2010 at 6:18 pm
Server A could set a PASS/FAIL flag in a table on Server B.
Server B job checks the flag to see if it should run or not.
You might also want...
January 16, 2010 at 7:51 pm
Search this site for "NEW DBA", then after reading, maybe you will have more specific questions that can be answered.
January 15, 2010 at 3:23 pm
More details & more specifc question(s) would help.
January 15, 2010 at 3:20 pm
What method of backup are you doing ? Is it appending to backup device with other backups ?
Simplest method is backup to disk by itself (Database_Name.BAK), then restore from...
January 15, 2010 at 3:18 pm
Duplicate post. Try this one, which has slightly more detail:
http://www.sqlservercentral.com/Forums/Topic848042-146-1.aspx
January 14, 2010 at 8:42 pm
Perhaps you heard such a thing because some people schedule other tasks along with their backups. They are separate actions, and I prefer to schedule them separately since they usually...
January 14, 2010 at 6:26 pm
Was the original index unique ?
Can you show us the script for the index before you dropped it, and the script for the new index ?
January 14, 2010 at 6:23 pm
That sounds awfully cumbersome. I do what Carolyn suggested. Put all the jobs into 1 job as separate steps using the GUI, then send an email notification at the end.
If...
January 14, 2010 at 8:27 am
We had performance issues after upgrading to 2005. Some of them were resolved after closely looking at the joins and finding we needed to modify or add the CONVERT functions...
January 14, 2010 at 5:23 am
GilaMonster (1/14/2010)
homebrew01 (1/12/2010)
Maybe a long running select could use NOLOCK,
Aaahhhhh!!
Why does everyone recommend nolock any time there's a long running select? How about tuning the query, tuning the index...
January 14, 2010 at 4:30 am
Why do you want scheduled COPY ONLY backups ? That function is usually used for one-time backups that will not affect the log chain.
Anyway, I found this on BOL....
January 13, 2010 at 5:37 pm
Better than nothing, but can't sort by date. Oh well, wasn't really important.
January 13, 2010 at 11:20 am
Viewing 15 posts - 1,576 through 1,590 (of 2,897 total)