Viewing 15 posts - 766 through 780 (of 2,486 total)
"General network error"
This says it all. Basically there's been some sort of communication hiccup that's terminated the connection.
September 21, 2005 at 5:59 am
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...
September 21, 2005 at 2:37 am
"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...
September 21, 2005 at 2:30 am
You use Visual Studio.Net on the developers workstation to develop and deploy the reports, or as mentioned use the RS command-line utility.
September 21, 2005 at 2:19 am
Try
text1 + ISNULL(',' + text2, '') + ISNULL(',' + text3, '') etc...
Probably need to do some casting for non-char fields.
September 20, 2005 at 11:45 pm
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...
September 20, 2005 at 11:15 pm
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.
September 20, 2005 at 10:14 pm
Also, have you run SELECT @@SERVERNAME on both servers and verified that the name is not set to null?
September 20, 2005 at 10:10 pm
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,...
September 20, 2005 at 10:06 pm
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...
September 20, 2005 at 9:56 pm
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...
September 20, 2005 at 9:41 pm
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...
September 20, 2005 at 5:23 pm
"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...
September 19, 2005 at 10:27 pm
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...
September 19, 2005 at 1:47 am
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.
September 19, 2005 at 12:42 am
Viewing 15 posts - 766 through 780 (of 2,486 total)