Viewing 15 posts - 61 through 75 (of 123 total)
I picked up on 'trolling' forums. I suspect you meant 'trawling', unless you think we're a rather mischievous bunch!
--
Scott
January 30, 2007 at 10:31 am
All the help offered is appreciated. I haven't actually had a modified file yet, so may be back...
--
Scott
July 24, 2006 at 8:17 am
Thanks for the offer Jeff. I've got back to the data suppliers and they've agreed to make the row terminator carriage return + line feed, which should do the trick....
--
Scott
July 21, 2006 at 7:51 am
Drat. Have to find a plan B then. I had read that but it didn't sink in. Brain too hot.
Thank you.
--
Scott
July 21, 2006 at 7:26 am
A little off-topic I know, but do you really only ban drunk drivers for 30 days in the States? In the UK you can expect to lose your driving licence...
--
Scott
July 4, 2006 at 2:22 am
Will something like
SELECT CAST(CAST('011953120' AS decimal(19,7))/10000000 AS decimal(10,7))
do the trick?
--
Scott
May 19, 2006 at 6:10 am
If the name of the database server which holds this table changes, won't I then have to go through all the jobs and change the location from which they retrieve...
--
Scott
April 26, 2006 at 12:25 am
All the connections are (and always have been) set to Windows authentication and the server is set to mixed mode. All I did was paste the server name over the...
--
Scott
April 4, 2006 at 9:23 am
If that doesn't work, try echoing your $rs string to the screen and then copy and paste it into Query Analyzer. If you get an error message in QA it...
--
Scott
April 4, 2006 at 5:56 am
Shouldn't your insert be
$rs = us_query("insert into FormDB Values
('".$Name."','".$Number."','".$Customer."','".$Address'".,'."$City."','".$State."','".$Zip."','"[more stuff]);
(omitting the apostrophes for numeric fields)
--
Scott
April 4, 2006 at 5:54 am
All the tasks and the job itself are all on the same server. In the properties of the Execute DTS package task and in all the database connections, the server...
--
Scott
March 15, 2006 at 2:13 pm
The owner is DCF\svc_sql, who is a system administrator
--
Scott
March 15, 2006 at 10:16 am
Just some straightforward updates. If I delete this step the next one (DTSStep_DTSExecutePackage Task) fails with the same message about not being associated with a trusted Connection.
--
Scott
March 15, 2006 at 10:00 am
Are you saying that your transaction log is currently 1.5GB, or that 1.5GB of log is produced every 15 minutes? If it's the former, once the initial transfer has been...
--
Scott
February 10, 2006 at 6:17 am
Viewing 15 posts - 61 through 75 (of 123 total)