Forum Replies Created

Viewing 15 posts - 1,246 through 1,260 (of 2,486 total)

  • RE: Date prompts

    Entering the date into a freeform textbox is going to be fraught with danger. Your perceived simplicity goes out the window when you try and ensure correct date entry. When...

  • RE: DTS pull with dynamic sql

    Sounds like a syntax error. Do you have any other method of querying the database? Maybe a tool like Query Analyzer for SQL Server?

    The reason I ask this is that...

  • RE: Headers,Footers and data

    In the case of the grouped item's name, can you put a textbox in the footer and then have it equal to the textbox in the body?

     

  • RE: Date prompts

    Best option is to build your own web page that uses the Report viewer control. Then you can format your parameter entry any way you wish.

    Take a look at the...

  • RE: Reporting Services Permission

    Check the permissions assigned to the folder. By default only the BUILTIN\Administrators group gets access.

    You will need some admin access in order to change the permissions.

     

  • RE: Exporting SRS Report to CSV format

    And what's wrong with providing them with a pretty, purpose built web page to gather parameter information?

    SRS isn't designed to create extract files, so why use it that way when...

  • RE: dbo problem

    A method I've used previously that works well is to have the developers use a SQL Server instance installed on their workstation which they have sysadmin privelages to. This stops the...

  • RE: TPM

    Why not try http://www.tpc.org 

    Seems sort of obvious ... or is it just me ... maybe a google search or two would help

  • RE: Comparison operator *=

    The *= is the Non-ANSI way of specifing a LEFT OUTER JOIN. If the operator was =* it would be a RIGHT OUTER JOIN. You should convert it to the...

  • RE: RE: Enterprise manager and MSDE

    Check the "Server Network Utility". By default MSDE only installs with the Shared Memory protocol enabled. You'll need to enable TCP/IP and/or Named Pipes before you can connect to it...

  • RE: Using reusable DTS package to send mail

    Why the need to use DTS?

    Looking at Mike's first option, wouldn't a scheduled job to execute xp_sendmail (or my preferred replacement xp_smtp_sendmail) work just as well and with a lot...

  • RE: DTS Fail Sometime

    The message looks like a SQL error, rather than a VBScript error. Try looking at profiler while this is running. You might find the problem there.

     

  • RE: Problems with EXECUTE SQL Task

    "And this behaviour is happening only this production database, on other databases it works fine."

    This sorta rules out DTS and your stored procedures doesn't it? I'd start off by double-checking the...

  • RE: DTS - Execute SQL Task - Using Parameters

    You can't assign parameters for extended stored procedures the same way as normal procedures. I think its something to do with retrieving the metadata.

    However you can work around it...

  • RE: SQL 2000 Runtime

    If you're running the eval version, then you can "upgrade" to the licensed version by just installing over the top. If the eval expires, best option is to uninstall before...

Viewing 15 posts - 1,246 through 1,260 (of 2,486 total)