Forum Replies Created

Viewing 15 posts - 361 through 375 (of 526 total)

  • RE: Get file names from directory??

    Try this thought on.....

    Can you add a date field to the table that defaults to the time added. Then you go and strip out and group the photos/directories that have...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Get file names from directory??

    Aaaaagggghhhhh!

    Are you using the same path name for everything? Or until you known the actual location of the photo's file?

    Are they broken into...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Selecting second to last record

    Try this:

    select (max(tempbookings.end_date) 
    where  tempbookings.end_date Not In
       (select (max(tempbookings.end_date))



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Get file names from directory??

    It will probably be something like

    if NOT exists (select * 
               FROM dbo.sysobjects 
          ...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Bug or Feature?

    You all need to try http://www.metacrawler.com.

    It searches google, yahoo, ask jeeves, and other sites. I get a better return there on more arcane searches than I ever have with...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Forum Bug

    I find that if I get the blank after submit that if I hit the back button and then submit it will work. I'm using Opera.

    Note that I at least...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Maint plan won''''t delete .trn logs as scheduled

    I've run into something similar on a regular basis with my servers. Mine occurs on the full .bak as well as the .trn. I'm assuming SQL2K on Win2K(3).

    If you have...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: DsWriteAccountSpn

    I did try the setspn and it didn't go away.

    Like I said...this is just an irritant, not a show stopper.



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: DsWriteAccountSpn

    I know it technically is a non-issue.

    I just hit the event viewer one day after having to do multiple starts and stops on a server - filter out all information...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Does i have any service pack??

    Per http://www.aspfaq.com/show.asp?id=2160 at How do I know which version of SQL Server I'm running? that is 8.00.837 = SP3 / SP3a + KB #823514 (Updated 2005-02-22)

    Have a good day....



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Scheduled Backup with file name change

    We burn our Accounting databases to CD/DVD. I keep a snapshot of the database at calendar year end and another after they close the prior year end. This is...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Converting textual dates to actual dates

    Can you give us an example of what the dates look like in the table?



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Storing images and pdf files in SQL Server 2000

    We have an imaging systems from Hyland Software.

    They store the images (mostly .tif) on disk and go with the pointers. We have close to 750GB of images and the DB...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Script to obtain database name and associated files

    Take a look at this script SQL Server Database File Sizes.

    It also will give you file sizes and both physical and logical data file names.



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Cannot use database with (ado) tag

    Try this....it will take everything but the last 3 characters of the name.

    Public Function Auto_Rename_Tables()
    
    Dim RS As Recordset
    Dim SQL As String
    
    SQL = "SELECT NAME " & _
       ...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

Viewing 15 posts - 361 through 375 (of 526 total)