Viewing 15 posts - 39,361 through 39,375 (of 39,717 total)
I'd agree to also use a temp table or a staging table. Personally I dislike temp tables, there have been issues in the past with them.
Steve Jones
October 30, 2001 at 12:46 pm
October 30, 2001 at 12:42 pm
I agree with that. Just wanted him to be aware that he may need a network admin.
Not trying to disagree, just trying to add some more info.
Steve Jones
October 30, 2001 at 12:41 pm
I prefer backup and restore, but attach is nice also.
There is an aritcle on the site here:
http://www.sqlservercentral.com/columnists/rsharma/copydatabase.asp
Steve Jones
October 30, 2001 at 12:39 pm
Might be better to use an ASP page to insert a "start" value in a table. Then let a scheduled task check for this and run the stored procedure. Let...
October 30, 2001 at 12:38 pm
October 30, 2001 at 12:36 pm
You would have to write something to move all objects and data. There is a DTS task that will do this, perhaps you could schedule the package and use sp_start_job...
October 30, 2001 at 12:36 pm
Paul, thanks for the followup. That's good to know. Is it on all your XP boxes or is it this one alone?
Steve Jones
October 30, 2001 at 12:35 pm
There is no "define columns" on the destination tab. There is a "create" button that allows you to define a table.
the problem, however, is in defining the transformations. There is...
October 30, 2001 at 12:33 pm
I'll admit the error handling is low here. I could add some in ActiveX easily, though http://ftp.exe isn't great for doing this.
I really wanted this solution because I can deploy...
October 30, 2001 at 9:02 am
Personally I hate cursors for doing work, but they are extremely handy in "one time" situations. The nature of this type of problems doesn't really work well in any situation...
October 29, 2001 at 4:40 pm
The constraints and such will still raise their own error. as far as I know, you cannot change this. You have to trap for it and replace the SQL error...
October 29, 2001 at 2:37 pm
October 29, 2001 at 2:35 pm
Not necessarily. There may need to be routing changes as well in the default gateway.
I can ping my def gateway, but one of my servers is on a another LAN...
October 29, 2001 at 2:33 pm
Alternatively, if this is something you will do and not change, or something that is a snapshot of data and not subject to concyurrency issues, you can create a temp...
October 29, 2001 at 11:14 am
Viewing 15 posts - 39,361 through 39,375 (of 39,717 total)