Forum Replies Created

Viewing 15 posts - 256 through 270 (of 541 total)

  • RE: Calculate Average Build Cost

    OK attached is a sample script.....:)

    Thanks,

    Phil.

  • RE: Calculate Average Build Cost

    Hi, see attached, still working on the insert scripts for the data but I have the table defs...

    The ManufacturingOrderId appears multiple times as does the Products (for each build, entry...

  • RE: Calculate Average Build Cost

    Hi Lutz, the excel data was sample data (not reflective of the real world) but point taken I can also provide sample scripts......

    With regards the expected result......

    When the manufacturing order...

  • RE: Report Filter?

    Thanks for taking time to review my post. I will look at the link provided.

    Many Thanks,

    Phil.

  • RE: Delete .bak using script

    Hi, I ran that but received:

    Msg 207, Level 16, State 1, Procedure USP_DelOldFiles, Line 12

    Invalid column name 'exec master.dbo.xp_cmdshell 'dir '.

    Msg 207, Level 16, State 1, Procedure USP_DelOldFiles, Line 12

    Invalid...

  • RE: Delete .bak using script

    Thanks for posting. No joy after removing the clause.

    I will google for a script using CLR.

    Thanks,

    Phil.

  • RE: Understanding Indexes / Fragmentation

    Sounds like a plan.

    Thanks,

    Phil.

  • RE: Job to Copy from Default Backup Location

    Thanks for the reply. I have xcopy working as required, just going to browse the scripts section to find a script to delete from the network share.

    I will also check...

  • RE: Understanding Indexes / Fragmentation

    Thanks for the update.

    Phil.

  • RE: Set Visibility

    Hi. Thanks for the post. I resolved this yesterday on the train 🙂

    =IIF(Fields!MyField.value = Nothing,True,False)

    Thanks for posting.

    Phil.

  • RE: Understanding Indexes / Fragmentation

    Thanks Grant.

    Would you suggest I run a 'Reorganize Index' instead of a 'Rebuild' (I know a rebuild will reorganize anyhows). Small database. Not sure how large the data file...

  • RE: Understanding Indexes / Fragmentation

    Regards part 2 of my post I have found a standard report 'Disk Usage'.

    It reports Auto Growth Event for the Log File on 18 occasions. Currently 98.5% is unused (I...

  • RE: Database Mail

    OK I have now resolved. I amended the profile security.

    Thanks,

    Phil.

  • RE: Database Mail

    I have run:

    EXEC msdb.sys.sp_helprolemember 'DatabaseMailUserRole';

    The account in question is a member.

    I then ran:

    EXEC msdb.dbo.sysmail_help_principalprofile_sp;

    The account is not associated to the database mail profile (there is only one profile).

    Anyone...

  • RE: Stored Procedure Returns Search Values to Grid on Web Page

    Hello once again Jack. That did not work, I get the feeling Visual Web Developer is not the best tool to use! My main issue is not being a coder...

Viewing 15 posts - 256 through 270 (of 541 total)