Forum Replies Created

Viewing 15 posts - 9,421 through 9,435 (of 9,641 total)

  • RE: Reporting Services Login dialog box

    Are you the only one managing the Report Server?  What OS is the Report Server running on?  It sounds like a Windows Firewall issue to me.

  • RE: Export to csv gives komma iso semi colon

    As far as I know there is no way to specify the delimiter for a CSV in reporting Services.  I mean the C in CSV does stand for COMMA.

  • RE: Subscription to external emails - help

    Can you post how you are entering the email addresses?  Can you send email to these addresses from your email client?  It should send to valid smtp addresses.

  • RE: Using JavaScript in RS Navigation

    I have never tried to embed javascript in the jump to URL in reporting services, but you might want to try putting a custom function in the Jump to...

  • RE: Email report ONLY if there are records ?

    Steve,

    I encountered the same problem and could not find a solution within reporting services 2000.  I did manage to find a work around.  I set up the subscription in Reporting...

  • RE: Question about NULL

    You could also issue a SET ANSI_NULLS OFF at the beginning of your query which would allow Null values to be evaluated using = and <>.

    If you are only dealing...

  • RE: Question about NULL

    Prashant,

    I believe the ISNULL function is a T-SQL addition to ANSI SQL and COALESCE is an ANSI SQL function.  The COALESCE function takes a comma seperated list of values and...

  • RE: Question about NULL

    Using Null in the IN clause will only work if you have ANSI_NULLS set to OFF.  If ANSI_NULLS is on you need to use Is Null or Is Not Null...

  • RE: SPID 59 (blocking) and SPID 9 (blocked by 59)

    When was the SQL Server last restarted?  It sounds to me like the SPID in a Closed/RollBack state may be "hung" and the SQL Server needs to be restarted.  Running...

  • RE: Views and base tables

    Yes, you are correct, if you only grant select on the view the user cannot modify data in the view.

  • RE: Installation best practices

    Andras,

    I read the article you lined to and I have a question about tempdb.  The article says, "For the TEMPDB database, create 1 data file per CPU, as described in...

  • RE: Hardware Configuration

    Thanks Jim and Bob.

    I spec'd out a Dell 64 bit server onpline and the server without Sql Server was $17K so I am pretty sure that won't fly, but I...

  • RE: Hardware Configuration

    Thanks for the replies.  Here is what I am looking at as far as disk configuration goes (based on Inside MS Sql Server 2000):

    Raid 1 drive for OS, Page File...

  • RE: Pushing data to an AS400

    Found this article, http://technet.microsoft.com/en-us/library/ms141704.aspx, that might help.  It basically tells you how to convert data types in SSIS.  SO you can convert from DT_STR to DT_BYTES.  LIke this:

    (DT_BYTES, 5) "GBMCU"

    Hope...

  • RE: I''''m trying to find a low cost sql reporting tool

    I would definitely recommend SSRS if you can get 2005 and use the report builder + models as already suggested.  If you can't do that MS Acess comes to mind. ...

Viewing 15 posts - 9,421 through 9,435 (of 9,641 total)