Viewing 15 posts - 5,416 through 5,430 (of 6,216 total)
Here is sample code to copy the structure of a table from Northwind to Pubs and then append the data.
Dim oServer As SQLDMO.SQLServer
Dim oDatabase As SQLDMO.Database
Dim otransfer As SQLDMO.Transfer
Set...
November 22, 2001 at 3:28 pm
I've never had problems with Kingston or Crucial. I see no point in paying vendor prices for RAM, even in production boxes.
Andy
November 22, 2001 at 6:22 am
Using api, it's possible to search by class id or app name. A lot of times the window caption is a good one to look for. I think the api...
November 21, 2001 at 6:37 pm
Start by applying SP3! Are your tables indexed and have the indexes been rebuilt in the last few days?
Andy
November 21, 2001 at 6:35 pm
I have not tried it yet. Im catching up on email, give me a day or so and I'll see what I can come up with.
Andy
November 21, 2001 at 6:35 pm
I think you'd be better off importing the file first, then doing any data work. Using fso line by line is going to be slow(er) than you'd like I expect.
Andy
November 21, 2001 at 6:33 pm
I've used push with good success. I let the replication wizard generate the tables, subscriber side procs, etc. Before you go the immediately updating route, you might want to consider...
November 21, 2001 at 6:26 pm
Use the replication wizard. No reason at all to use the command line for replication.
Andy
November 21, 2001 at 6:26 pm
I would suggest testing on a copy of the db/table before you spend a lot of time changing your replicated copy. You'll have to drop the subscription and remove the...
November 21, 2001 at 6:21 pm
Im surprised that didnt work. What error did you receive from the dbcc? If nothing else, use DTS to copy your objects into a "new" db that has the files...
November 21, 2001 at 6:14 pm
Mshapiro - thanks for the comment and very glad you found it helpful. I'll probably tackle a different part of DMO next month, fun to explore.
I'll admit EM is a...
November 21, 2001 at 6:10 pm
Found this in redist.txt on the SQL install CD, shows while files you can redistribute freely (there are more, just DTS list presented here).
Data Transformation Services (DTS)
----------------------------------------------
File NameDescription
----------------------------------------------
sqlresld.dllSatellite Resource...
November 17, 2001 at 7:23 am
Yes it will run. Security concerns are same as always, restrict access to your tables using standard permissions, logins, etc. I'm not sure about licensing, I "think" if you've got...
November 16, 2001 at 6:58 pm
If you're using SQL7 EM, you'd have to set an alias I think. Also your workstations need ADO 2.6 to work with instances without using an alias.
Andy
November 16, 2001 at 12:33 pm
Are you running out of space on the drive? Do you have the db not set to auto expand?
Andy
November 16, 2001 at 9:16 am
Viewing 15 posts - 5,416 through 5,430 (of 6,216 total)