Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Buster49

    Allocating tables to data files

    Are there performance improvements to be made from allocating different tables in a database to different data files. How would we work these out?
  2. Buster49

    Reading SQL Server data from SAS

    We want to use SAS to read data from SQL Server databases, we do not want to write. Is acquiring SAS/ACCESS the only way?
  3. Buster49

    Primary Filegroup is Full

    Thanks for your responses, it turns out the mdf file was compressed and SQL Server doesn't like compressed files.
  4. Buster49

    Primary Filegroup is Full

    I am using DTS to load data into a table from a SPSS file. This has worked for several tables so far with no problem. However now I'm getting the above message. The database is 40 Gb in size, there is 580 Gb free on the disk. There is no restriction to the size of the database and it is set to...
  5. Buster49

    Passing Parameters to Stored Procedures

    Unfortunately that did not work, it produced the error message "Rowset does not support fetching backward
  6. Buster49

    Passing Parameters to Stored Procedures

    Yes, in the debug print the value of the parameter is correct and I have run some examples in Query Analyser and it works.
  7. Buster49

    Passing Parameters to Stored Procedures

    I have a problem with the following code; in the debug.print statement the value of rsJuvos.recordcount is always -1. There is nothing wrong with the data; using an alternative method of passing the SQL statement as a string works. Can anyone spot the problem? Private Sub GetRecords2(NINumber...
  8. Buster49

    Updating from a different database.

    I have a table in a master Access database. I want to open a series of other databases in turn and add to/update the contents of the master table with the contents of a similar table in each other database. I use ADO to make the connections. Can this be done using a SQL command? If so, how?
  9. Buster49

    Set smalldatetime field to empty in VBA

    How do I set a field of type "smalldatetime" in an SQL Server database to be null using VBA? I've tried the following: tempDate = GetDateField(301) Debug.Print "DateUpd="; tempDate rs!DateUpd = tempDate GetDateField returns the 10 characters from an input string starting...

Part and Inventory Search

Back
Top