Viewing 15 posts - 3,091 through 3,105 (of 3,615 total)
I can recommend a utility called DBMS copy.
The company that wrote it has been bought out by the SAS institute who sell it through their dataflux subsidiary.
August 5, 2004 at 2:06 am
I've not hit the magic billion but I have done 100's millions.
I used to take the production server down for a morning when I did it.
My approach was as follows
August 5, 2004 at 2:01 am
If you are going to block NULLs from the database you have to put checking in the client layer to ensure that there is no way that a user can...
August 4, 2004 at 9:14 am
Do you import it into NVARCHAR, NCHAR, NTEXT fields?
If you try and import it into VARCHAR, CHAR and TEXT fields then the characters will simply convert into the low byte...
August 2, 2004 at 5:01 am
If you are running stuff on server 1 and pushing to server 2 why not turn the problem on its head and run from server 2 and pull from server...
August 2, 2004 at 3:18 am
How are you copying the data?
Are your servers linked or remote.
I had a number of problems with remote servers. As you know BOL recommends the use of...
August 2, 2004 at 2:24 am
What login does the target server think you are?
What permissions does that login have?
I've found that if I create a login on one machine ,then copy that login to 2nd...
August 2, 2004 at 1:56 am
99% of the time I use ISNULL. It does what it says on the tin.
COALESCE is useful when you have to have some form of construct that is IF @a...
August 2, 2004 at 1:48 am
Depends on their caffeine intake
Seriously though, there are so many factors that determine how much administrative work needs to be done that it...
July 29, 2004 at 3:06 am
There are certain coding jobs that are the IT equivalent of cleaning the loo.
Dealing with NULLs, dates and default values etc.
If you can take this away from your developers and...
July 29, 2004 at 2:01 am
If you are absolutely positive that the records that you are about to delete don't have an related records in other tables then, as part of the delete process, try...
July 29, 2004 at 1:46 am
When you say that two table reference your 10 million row table, do you mean that there is a logical relationship or a physical i.e. foreign key constraints enforcing the...
July 28, 2004 at 10:17 am
I take it that you checked the client's source data?
July 28, 2004 at 2:20 am
Oooh the quandary. Should I give the answer that the question wants or the actual answer received.
It's like being at college again where you give the answer your lecturer wants to...
July 28, 2004 at 2:18 am
Actually I would approach your problem from a completely different angle.
There are out-of-the-box e-commerce solutions out there and I would simply choose the one that is nearest your requirements.
They are...
July 28, 2004 at 2:06 am
Viewing 15 posts - 3,091 through 3,105 (of 3,615 total)