Forum Replies Created

Viewing 15 posts - 856 through 870 (of 887 total)

  • RE: Pass atemp table

    I agree Jeff.

    Rog, this is not an avenue for your marketing campaign. Rather say something useful...or don't.

  • RE: DTS package

    Yes, that is probably the case.

  • RE: Indexing Question

    I would not advise you to force the query to use a specific index. Rather structure your indexes so that the optimizer chooses the correct index.

    There are always exceptions to the rule...

  • RE: Indexing Question

    The above comments are good advice. I will also update statistics on the table(s)/indexes referenced. What happens sometimes is that the statistics on the particular table is outdated and the data...

  • RE: TempDB Log Growth

    I might be sending you on a wild-goose hunt, but it sounds like your application might not be closing its database connections properly...

  • RE: flat file destination question

    You will probably have to write a vb/java script that:

    • opens the file after you have populated it
    • moves to the end of the file and check whether it is a carriage...
  • RE: Server in DTS Package not found

    Hi,

    Your domain password is the password you use to login to your network, or your local pc for that matter (if it is on a network).

    To delete the SQL Server registration:

    Right-click...

  • RE: Server in DTS Package not found

    We have had similar issues sometimes when using Windows Authentication and our domain passwords expired and subsequently changed. For some reason it seems like the domain controller have not yet...

  • RE: Exporting From SQL Server to Text file using DTS

    Hi,

    The best thing to use here after you have your filename in a global variable is a dynamic properties task. You will see it on the left hand side in...

  • RE: Importing Data

    There is a way to do it, but its a bit of a hack. DTS will not give you the option to query a text file connection, but it will...

  • RE: Large text file uploads

    Hi,

    It shouldn't take that long. I import csv files into our datawarehouse with a size of about 5GB, and it takes a couple of minutes.

    You need to look at...

  • RE: Memory Issues in SQL2k reporting incorrectly

    Hi, it is not necessarily incorrect. SQL server will hold on to allocated memory if there are no other processes requesting memory, and will do so untill another process wants...

  • RE: Warehouse Naming conventions

    In my experience, the following works very well:

    • Firstly, you should try and separate your staging area into a separate db. This allows you to have a different backup strategy etc...
  • RE: How big is Big? Size of Enterprise Databases.

    Yep, we indeed have a VVLDB...and it makes management and maintainance very interesting. Simple operations take forever because of the pure size of it, and planning becomes essential for even...

  • RE: How big is Big? Size of Enterprise Databases.

    Hi,

    This is a difficult question to answer and is very specific to the kind of system and business you find yourself in. In my opinion anything that gets to the...

Viewing 15 posts - 856 through 870 (of 887 total)