Viewing 15 posts - 1 through 15 (of 18 total)
Hello,
I had a problem with one database that does not allocate space although the autogrowth is set. The db is 65 GB and there is 98 GB of unallocated space...
September 4, 2009 at 8:32 am
OK, it wasn't the NULL insert. It was incoming dates of 00000000. I found these by opening the Transform Data Task Properties, going to the 'Options' tab and creating an...
December 19, 2008 at 12:17 pm
Hello,
I liked this function, but it returned NULL when a numeric value was sent. After poking around a bit I found the @multiplier value is only set when IsNumeric is false. ...
January 10, 2007 at 11:06 am
Answers in order: Yes,Yes,No. On one of the pkgs I altered the DTSRun to NOT use the encrypted string. I was successful with that one. So, I figure I will...
January 4, 2007 at 2:25 pm
Greg,
I have used DTSBackup 2000 on a local server and have had great success with it. I recently did a restore from a default instance to a named instance and...
January 4, 2007 at 7:54 am
The programmer has created his own indexer for web site searching(perl ?). I have yet to monitor the logs, as we are in the process of consolidating and this info was...
October 18, 2006 at 3:09 pm
Thanks again Remi,
BTW are you related to our Governor? Christine Gregoire
February 8, 2005 at 10:48 am
Thx Old Hand,
I guess I just wanted to try the CASE n it backfired. The IF worked fine.
Bill
February 8, 2005 at 10:25 am
Thx for your input.
These records are historical comments posted to a clients case. Every time someone makes a request for a comment, we have to...
August 24, 2004 at 12:51 pm
IRS stuff ya know. Every record (Type 50) every time for all time. Every time the proc runs and every record that matches the type. Does that answer your...
August 24, 2004 at 10:27 am
In this one nothing is easy. May have more than one row and write one audit per record found. So initial request may return 90 records with...
August 23, 2004 at 4:05 pm
Thanks SQLBill for your assistance.
I am sure they made a differnce, but one of the main problems with the proc was the SET @ThruDate line. I needed the SELECT...
August 20, 2004 at 4:02 pm
Sorry to be so gray about the ArchiveControl tables values
Here is an example of the db:
AreaName Char(4),
ArchivedData bit,
ThruDate Char(12)
PassOffCode Char(2)
Data:
SEGC,1,20011231,FC
SEAS,0,<<NULL>>,AH
SECC,1,12/31/2001
So the field data for this particular proc will always be in the...
August 20, 2004 at 11:38 am
Viewing 15 posts - 1 through 15 (of 18 total)