Viewing 15 posts - 361 through 375 (of 526 total)
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.
March 22, 2005 at 7:11 am
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.
March 21, 2005 at 4:00 pm
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.
March 21, 2005 at 3:02 pm
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.
March 21, 2005 at 2:56 pm
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.
March 21, 2005 at 8:59 am
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.
March 17, 2005 at 11:18 am
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.
March 11, 2005 at 1:58 pm
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.
March 11, 2005 at 1:22 pm
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.
March 11, 2005 at 6:49 am
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.
March 10, 2005 at 2:18 pm
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.
March 10, 2005 at 12:52 pm
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.
March 10, 2005 at 12:36 pm
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.
March 10, 2005 at 12:33 pm
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.
March 10, 2005 at 12:26 pm
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.
March 10, 2005 at 9:31 am
Viewing 15 posts - 361 through 375 (of 526 total)