Forum Replies Created

Viewing 15 posts - 766 through 780 (of 2,486 total)

  • RE: DTS Issue - the number of failing rows exceeds the maximum specified

    "General network error"

    This says it all. Basically there's been some sort of communication hiccup that's terminated the connection.

     

  • RE: Remote Login errors

    Well I've seen the discussion and I can't see anywhere in the previous posts where you've confirmed that SELECT @@SERVERNAME does not return null.

    Actually, it should return the machine/instance name...

  • RE: pls help

    "I was not getting the right answer for my problem so i thinked those posters who dont go to replication menu should see this and can help me."

    Your issue has...

  • RE: RS Deploy without .NET?

    You use Visual Studio.Net on the developers workstation to develop and deploy the reports, or as mentioned use the RS command-line utility.

     

  • RE: if output > 1?

    Try

    text1 + ISNULL(',' + text2, '') + ISNULL(',' + text3, '') etc...

    Probably need to do some casting for non-char fields.

     

  • RE: RS Deploy without .NET?

    As Steve has said, Reporting Services uses the .Net Framework so you need that on the server. What you do not need on the server is the Visual Studio .Net...

  • RE: Some interesting questions...

    Was there a problem with the response you recieved over here,

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=23&messageid=221429

    If so, respond to the poster explaining the problem. You don't need to create a new post.

     

  • RE: Remote Login errors

    Also, have you run SELECT @@SERVERNAME on both servers and verified that the name is not set to null?

     

  • RE: Remote Login errors

    Have you looked through this KB article?

    http://support.microsoft.com/?id=321822

    When your deep in hell, the best thing I find is to roll everything back to the point where it's like nothing happened,...

  • RE: Database Maint

    What sort of database are you maintaining? How big is the database? How often is information added and removed? Does it need to be available 24x7, or do you have...

  • RE: pls help

    Please do not cross post, you already have a thread running for this problem, you don't need to create another.

    This problem has nothing to do with Notification Services Administration. Please...

  • RE: System.OutofmemoryException

    I still go back to my original posting,

    "If the report is many, many pages long, then thinking logically, is the report useful? Would it be better seperated into smaller reports?"

    I...

  • RE: System.OutofmemoryException

    "It's a pretty big SQL statement from about 8 tables"

    So does putting the query into a stored procedure help? What sort of formatting, etc... is in the report?

    How much...

  • RE: SQL Mail - xp_sendmail - Attachements

    Never tried xp_sendmail with two queries. Try seperating them with the semi-colon statement terminator and see what you get.

    Personally I stay away from SQL Mail, too much of a hassle to keep...

  • RE: Package.Steps name?

    An easier method is to right-click the step/task, choose Workflow -> Workflow Properties, select Options tab and the step name is highlighted at the top.

     

Viewing 15 posts - 766 through 780 (of 2,486 total)