Viewing 15 posts - 37,531 through 37,545 (of 39,510 total)
Glad we could help. Thanks for the followup, but pls post in the original thread.
Steve Jones
May 15, 2002 at 10:33 am
May 14, 2002 at 10:43 pm
May 14, 2002 at 10:39 pm
If you read my series on Version Control, you will see that I have everything in flight. If a developer is testing something and hasn't scripted it or let me...
May 14, 2002 at 10:06 am
Yes and no. In v6.5, it is easier to work with the system tables, but it can be tricky. Is there a reason you don't do a restore?
You can...
May 14, 2002 at 9:30 am
Not a bad idea. One I hadn't thought of, especially since most databases only have a single target app. Might be easier to find them that way, though they'd be...
May 14, 2002 at 9:27 am
Views tend to be across tables, so a prefix doesn't matter. Personally, I like having the names of the objects associated with the table, next to the table in an...
May 13, 2002 at 5:37 pm
You msy indeed have to set it twice, but you only do that when you code. The time to set this in code is pretty small. You could also write...
May 11, 2002 at 8:03 am
disageee with Andy on this one, but if you choose the DB, make it a separate DB from the data. Easier to backup and manage. Like the filesystem since you...
May 10, 2002 at 9:28 pm
The package will run if it is run from a machine with the SQL2000 tools. The client tool DLLs are the ones that have these tasks. If you save the...
May 10, 2002 at 9:26 pm
I've had luck with mapping drives under the SQL User and them being there when the server starts. I think the UNC method is safer, however.
Steve Jones
May 10, 2002 at 9:24 pm
Only gotcha is you need to use the WITH MOVE option if there is any physical path difference.
Steve Jones
May 10, 2002 at 9:22 pm
May 9, 2002 at 9:41 pm
Intersting idea. Not sure I like this over my method :), but it's worth a look. Nice way to obfuscate things if you are delivering code to a customer as...
May 9, 2002 at 4:40 pm
Not sure if any tools do it, though I suspect DBArtisan from Embarkadero will do this. Be easy to write a script to handle this based on table changes though.
Steve...
May 9, 2002 at 4:37 pm
Viewing 15 posts - 37,531 through 37,545 (of 39,510 total)