Viewing 15 posts - 9,616 through 9,630 (of 9,640 total)
There is a DTS task in SQL2000 to transfer jobs. The source can be a SQL 7 server and you can select the specific jobs you want to transfer.
March 3, 2004 at 1:52 pm
There is definitely an impact on performance. The issue is where the query is actually run. I believe OPENQUERY runs the query on the remote server so the overhead is...
March 3, 2004 at 1:43 pm
It's hard ot say what the problem without seeing the report. I have a Matrix Report that i sugly in Excel because it has drill down, but all the data...
March 3, 2004 at 1:20 pm
I have not experienced any issues exporting to Excel. A couple of questions:
March 3, 2004 at 11:50 am
I would guess MS will not add an export to Word for the following reasons:
March 3, 2004 at 11:27 am
I have not done a lot with RS, but a couple of issues I have found are that as you say does not print and that the parameters cannot be...
March 3, 2004 at 11:21 am
I am currently experimenting with the Development Environment, but have found a book would be helpful in order to shorten the learning curve for things like drill-down and then there...
March 2, 2004 at 9:38 am
It was a poorly wordrd question becasue SERVERPROPERY is only supported in SQL2K (version 8 ). Thus when I tried it on my...
March 1, 2004 at 7:56 am
THanks for your answer, I had tried all of that. The answer was, that when the install was copied ot a network location it was corrupted. When I installed from...
February 26, 2004 at 7:23 am
Having just started working with RS, I don't know how much help I can be, but have you tried saving after the change and then going to the preview pane?
February 25, 2004 at 3:09 pm
I have seen this problem as well. The issue could be that your NT login does not have rights on the SQL server or database or the SQL Server is...
February 24, 2004 at 7:32 am
SQL Server will not use an index on a (LIKE '%query') filter so you might want to reconsider this type of query.
February 23, 2004 at 9:03 am
SQL Server will not use an index on a (LIKE '%query') filter so you might want to reconsider this type of query.
February 23, 2004 at 9:03 am
Base don what I see so far, for your first time through you are going to execute your code in the IF's. After executing you need to Set @last_acctno =...
February 16, 2004 at 11:25 am
YOU can also place Print or Select statements in your trigger(s) to determine if or where the trigger(s) are firing and failing.
February 12, 2004 at 6:55 am
Viewing 15 posts - 9,616 through 9,630 (of 9,640 total)