Viewing 15 posts - 2,071 through 2,085 (of 2,486 total)
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....
September 30, 2003 at 5:16 pm
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...
September 30, 2003 at 2:12 am
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...
September 30, 2003 at 2:10 am
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...
September 29, 2003 at 7:42 pm
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....
September 29, 2003 at 6:50 pm
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....
September 29, 2003 at 6:07 pm
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?...
September 29, 2003 at 5:34 pm
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...
September 29, 2003 at 5:29 pm
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...
September 29, 2003 at 5:25 pm
Can you successfully execute a manual BCP or BULK-INSERT statement?
Hope this helps
Phill Carter
--------------------
Colt 45 - the original point and click interface
September 29, 2003 at 5:20 pm
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...
September 29, 2003 at 5:13 pm
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...
September 29, 2003 at 5:12 am
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...
September 29, 2003 at 5:06 am
Can you post the contents of the batch file?
Hope this helps
Phill Carter
--------------------
Colt 45 - the original point and click interface
September 28, 2003 at 10:29 pm
Viewing 15 posts - 2,071 through 2,085 (of 2,486 total)