Viewing 15 posts - 5,386 through 5,400 (of 6,216 total)
At times I have had jobs that did nothing but monitor other jobs, either to check that they started or completed at the appropriate time. Hard to prevent the sharing...
November 28, 2001 at 2:44 pm
I don't see why not. Are you sure you have connectivity on the second one? I'd suggest just stopping the one that is working while you work on the other....
November 28, 2001 at 2:42 pm
I'd have to check on merge, rarely use it. For transactional I think you only need to add the column if you're doing updating subscribers. In SQL2K you can add...
November 28, 2001 at 2:41 pm
Or look at ways to reduce tempdb usage - I think you'd be better off in the long run. Maybe leverage the table valued functions available in SQL2K.
Andy
November 28, 2001 at 2:39 pm
Maybe its a scoping issue? It is a local or global temp?
Andy
November 28, 2001 at 2:37 pm
I had no issues when I applied it.
Andy
November 28, 2001 at 2:31 pm
Works fine on my machine, using this statement:
SELECT *
FROM OPENROWSET('MSDASQL','Driver={Microsoft Text Driver (*.txt; *.csv)};DBQ=\\eg\c$;','SELECT * FROM [Details#txt]') AS t
Perhaps its a permission error?
Andy
November 27, 2001 at 4:11 pm
I'd suggest considering a couple others; Admin911 by some guy named Brian Knight and another about prepping for the SQL 2000 Designing exam by Mr Jones himself.
Shameless plug!
Andy
November 27, 2001 at 4:49 am
Hey Paul,
Not sure I have the answers, but I at least have comments! EM might be a start, though I have to wonder how it would hold up at that...
November 26, 2001 at 5:41 pm
Glad you find it helpful. Please visit often and ask questions when you have them!
Andy
November 26, 2001 at 5:36 pm
Take a look at the maintenance wizard, it lets you configure how many days are kept on disk.
Andy
November 26, 2001 at 4:20 pm
I dont mind the local variables as much, I tend to do much the same as you suggest - a holdover from coding in VB for me. Changing local variables...
November 26, 2001 at 3:46 pm
It is possible. You could use xp_cmdshell to issue a a 'delete filename'.
Andy
November 26, 2001 at 2:26 pm
This applies both 7 and 2000, or 2000 only?
Andy
November 26, 2001 at 2:25 pm
Viewing 15 posts - 5,386 through 5,400 (of 6,216 total)