Viewing 15 posts - 5,251 through 5,265 (of 6,216 total)
SQL supports raw partitions - but who wants to hassle with them!
Andy
December 18, 2001 at 11:02 am
Not that I've seen. Tools are usually only as good as you are - until you master TSQL you're going to have questions. I wouldnt consider it bad to be...
December 18, 2001 at 11:01 am
Even if they had been revoked, restarting the service would not fix it. Easy enough to check anyway, right? I like Steve's idea about blocking - worth checking it out....
December 18, 2001 at 10:57 am
If the user is not a member of sysadmins, the job will run under the sql agent proxy account. If that account doesnt have sufficient permissions, the job will fail.
Andy
December 18, 2001 at 7:24 am
Maybe they have it skipping a 5 row header? I'd set the error logging on the package, see what happens. If you have VB available, save the package as VB,...
December 18, 2001 at 5:09 am
I'd check the permissions for whatever account is assigned to cmdexec. Have you tested the batch file as a stand alone?
Andy
December 18, 2001 at 5:06 am
Im just slow - have had the flu! I have not used Veritas. Perhaps Im simple minded, but I dont see any advantage to 3rd party backup. SQL native backup...
December 17, 2001 at 7:33 pm
Hi Larry, thanks for the comments. You may want to post this in our regular forums that see more traffic. better chance of getting input from someone with cross platform...
December 17, 2001 at 4:37 am
Hey Mattias,
I found it interesting as well, though I guess I'm going to fall into the opposition camp on this one! To me, this has pitfalls similar to Hungarian naming...
December 14, 2001 at 9:51 pm
Twice in a week, I agree with Steve. The important thing is to write good SQL - avoid cursors, denormalizing, long operations in triggers. I see entirely too much time...
December 14, 2001 at 3:17 pm
Have done it several times in EM without a problem. No magic to it, just does what you'd do manually in TSQL. You'd have to have log backups for it...
December 14, 2001 at 3:14 pm
The only way I've seen is to use the 'print' statement in the script - it will write out whatever you 'print' to the job history. Useful, sorta. If you...
December 14, 2001 at 11:12 am
Thanks! Please visit often, to ask or answer a question.
Andy
December 14, 2001 at 11:09 am
Thats the point of 6.5 compatibility mode, just about everything stays the same. If you've stuck to documented procs, I cant imagine it would take much time to test. We...
December 14, 2001 at 4:55 am
MSDB, or the transaction log for it? Doing a full backup should purge the transaction log.
Andy
December 13, 2001 at 1:55 pm
Viewing 15 posts - 5,251 through 5,265 (of 6,216 total)