Forum Replies Created

Viewing 15 posts - 2,071 through 2,085 (of 2,486 total)

  • RE: design help please

    I think there is a need for you to forget about what table structure you use and analyse your data a bit more and organise things at the logical level....

  • RE: Bench Test

    If you have a connection to the server using Query Analyzer, running sp_who2 and sp_lock can show you if the process is stil running.

    Hope this helps

    Phill Carter

    --------------------

    Colt 45 - the...

  • RE: Deleting records

    How is your table structured? What indexes do you have on the table? What is the statement your are using to delete the record?

    If you have a single field clustered...

  • RE: design help please

    What is the structure of tblHouses, tblCondoes etc...

    Are they that different that you need seperate fields?

    Can you post the complete schema for these tables?

    Hope this helps

    Phill Carter

    --------------------

    Colt 45 - the...

  • RE: DTS File Transfer Protocol Task

    The batch file should reside in the same directory as the file you're pushing to the FTP server. If it's not there, then there is a problem creating the file....

  • RE: Prob: NO NEW CONNECTIONS ALLOWED

    Memory config in 6.5 is one of those black arts. You need to account for memory usage of connections, locks, etc...

    I'm not too sure about the limit or instability though....

  • RE: DTS - General Network Error

    Do you have package logging enabled? What is the step that's failing? Also, you mentioned this is one of 400+ packages. What sort of workflow is there between these packages?...

  • RE: Switching to another web host

    If you have a downtime window. Detach and Attach will be the quickest method. You won't need to wait for database backup & restores.

    You won't need to worry about the...

  • RE: Exec DTS from a NON-SQL Server?

    Where do you want the DTS package to execute?

    If you want it to run on the non-SQL Server, install the SQL Server Client tools and save the DTS packages to...

  • RE: DTS / Bulk Copy failed

    Can you successfully execute a manual BCP or BULK-INSERT statement?

    Hope this helps

    Phill Carter

    --------------------

    Colt 45 - the original point and click interface

  • RE: Prob: NO NEW CONNECTIONS ALLOWED

    How are the users connecting to the database?

    I've seen similar messages when using a proprietary ODBC driver. We had to purchase additional licences.

    Hope this helps

    Phill Carter

    --------------------

    Colt 45 - the original...

  • RE: Audit-log

    Which "audit-log" feature are you referring to?

    Another way to implement change logging is to access the database only via stored procedures and have the stored procedures insert change/deleted records into...

  • RE: Switching to another web host

    What is your definition of "registered users"? Is this just 100,000 rows in a table?

    What security model are you currently using to access the database.

    You could be able to...

  • RE: Excel

    You need to make sure the first row of data is complete, especially the last column.

    Does your spreadsheet have a header row?

    Hope this helps

    Phill Carter

    --------------------

    Colt 45 - the original point...

  • RE: DTS File Transfer Protocol Task

    Can you post the contents of the batch file?

    Hope this helps

    Phill Carter

    --------------------

    Colt 45 - the original point and click interface

Viewing 15 posts - 2,071 through 2,085 (of 2,486 total)