Viewing 15 posts - 2,746 through 2,760 (of 2,897 total)
If Jason's right, and you don't have enough space, then you have to modify your job to delete your old backup first. I ran into this in one situation. SQL...
September 2, 2005 at 8:37 am
I remember uploading to an AS/400 from SQL2000 without much trouble (never used SQL7), but we don't have the AS/400 now so I can't test anything. Are you loading into...
September 2, 2005 at 8:08 am
I don't see any problem. I replicated from TableA to TableB, where TableA has 4 fields and TableB has 5 fields. It replicates the 4 fields available. You can also...
September 1, 2005 at 9:27 pm
Thanks .... Using a dummy SP for the deletes worked, but using NONE is a lot clearer.
September 1, 2005 at 7:58 am
Yup .... It will work. I was experimenting with that very thing just now. I encountered a problem when rerunning the snapshot that I'm about to post in a new...
August 31, 2005 at 11:34 am
I've used Lumigent to restore tables, but if your DB is manageable, and you have space and a good backup, it easier to just do a restore & DTS.
August 31, 2005 at 8:05 am
Stored procedures contain SQL scripts, and then one Stored Procedure can call another. Is that what you're getting at ?
August 31, 2005 at 8:03 am
You're doing this in a DTS transformation step ??
If so, I've had success converting dates a different way.
When creating a "New Transformation", choose "DateTime String" , then "Properties". Then you...
August 30, 2005 at 3:26 pm
Or post it here if you think it would be useful to others !
August 30, 2005 at 2:04 pm
As Kenneth said, be careful if it's a large table, especially in a production environment because you may create locks on the table that will affect other users of that...
August 30, 2005 at 11:31 am
" ........ almost every post gets answered within 5 to 10 minutes... "
" ....... I think I heard my name in this thread ......."
Remi .... sushila gets credit for some...
August 30, 2005 at 11:17 am
I seem to recall that happening to me a while back. I think I detached the db, reattached it, then everything was fine. Not sure why
August 30, 2005 at 11:10 am
I usually write each job step out to a text file. It tends to have more useful information & doesn't get truncated.
Open the job, then go to each step, then...
August 30, 2005 at 10:57 am
If you have the script, just create a new job on the new server, and paste the script into it. Then schedule the job to run at the desired time. ...
August 30, 2005 at 8:52 am
Viewing 15 posts - 2,746 through 2,760 (of 2,897 total)