Viewing 8 posts - 31 through 38 (of 38 total)
object '_hypmv_0_2772' is most likely a foreign key constraint which won't allow the table to be dropped. Drop the constraint and the table can then be dropped.
October 17, 2006 at 8:23 am
I ran into this same problem. SSRS allows functions in the text box (like Moe's IIF example). But if you have a large nested IIF function, it can get really ugly. ...
March 16, 2006 at 8:41 am
Here's a trimmed down version of my step. Checks for the file and reschedules the job. On success it continues with the file load, on failure it branches to reschedule...
June 22, 2005 at 9:30 am
I do this by using the FileSystemObject to check for the existance. If the files are there, I report success for that step and then use DMO commands (oJob, oJobSchedule)...
June 22, 2005 at 8:47 am
I have this problem too. I went back and spent an hour going through every question and they all say I have already answered them. Yet under Data Warehousing it...
July 8, 2004 at 10:37 am
In the Reporting Services books online, under "Configuring a Report Server for E-Mail Delivery", and under "RSReportServer Configuration File Settings", it states:
"The following settings are in the rsreportserver.config configuration...
March 19, 2004 at 9:27 am
I got it wrong because I was keying on the phrase: 'format like this "2003-10-12 10:03:39.123"'
Answers 2 and 3 do give in that format although you will never get the...
October 2, 2003 at 8:53 am
Supplying the password in sp_change_users_login is new with SP3. I guess to be completely up to date they should have included that.
June 17, 2003 at 8:14 am
Viewing 8 posts - 31 through 38 (of 38 total)