Forum Replies Created

Viewing 15 posts - 5,416 through 5,430 (of 6,216 total)

  • RE: Using SQL-DMO Transfer Object

    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...

  • RE: Server Pricing - what the!?

    I've never had problems with Kingston or Crucial. I see no point in paying vendor prices for RAM, even in production boxes.

    Andy

  • RE: Detect a program running

    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...

  • RE: timeout expired

    Start by applying SP3! Are your tables indexed and have the indexes been rebuilt in the last few days?

    Andy

  • RE: Using SQL-DMO Transfer Object

    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

  • RE: 36 mb csv import

    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

  • RE: Transactional with immediate updating

    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...

  • RE: configure merge replication in command prompt

    Use the replication wizard. No reason at all to use the command line for replication.

    Andy

  • RE: changing pk from clustered to nonclustered

    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...

  • RE: DBCC SHRINKFILE (EMPTYFILE)

    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...

  • RE: Logins, Users, and Roles - Getting Started

    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...

  • RE: Can I run DTS on comp doesn't have SQL Server?

    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...

  • RE: Can I run DTS on comp doesn't have SQL Server?

    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...

  • RE: New server Registration

    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

  • RE: Primary Filegroup Problems

    Are you running out of space on the drive? Do you have the db not set to auto expand?

    Andy

Viewing 15 posts - 5,416 through 5,430 (of 6,216 total)