Viewing 15 posts - 856 through 870 (of 893 total)
That's pretty weird...
For consistency I would log into Management Studio with the same user that Reporting Services use (unless you are already using Windows Authentication).
The only other alternative I can...
July 8, 2008 at 3:51 am
Are you using an ODBC connection in Reporting Services rather than the native OLEDB connection? That could be the reason...
July 8, 2008 at 3:30 am
Rebuilding indexes also updates statistics. My guess is that your statistics weren't up to date and the query optimizer therefore did not use the index.
Regards,
Martin.
July 8, 2008 at 2:34 am
Reporting Services, which is free with SQL Server is the best way to go...much better than Excel 😀
March 12, 2008 at 2:27 am
Well, if you still have the data and log file on the D:\ drive you can just attach them again. In Enterprise Manager, right-click "Databases" go to "All tasks" and...
August 8, 2007 at 12:49 am
I agree Jeff.
Rog, this is not an avenue for your marketing campaign. Rather say something useful...or don't.
August 6, 2007 at 7:57 am
I would not advise you to force the query to use a specific index. Rather structure your indexes so that the optimizer chooses the correct index.
There are always exceptions to the rule...
July 19, 2007 at 2:37 am
The above comments are good advice. I will also update statistics on the table(s)/indexes referenced. What happens sometimes is that the statistics on the particular table is outdated and the data...
July 19, 2007 at 12:59 am
I might be sending you on a wild-goose hunt, but it sounds like your application might not be closing its database connections properly...
July 13, 2007 at 12:48 am
You will probably have to write a vb/java script that:
July 6, 2007 at 12:46 am
Hi,
Your domain password is the password you use to login to your network, or your local pc for that matter (if it is on a network).
To delete the SQL Server registration:
Right-click...
January 15, 2007 at 12:20 am
We have had similar issues sometimes when using Windows Authentication and our domain passwords expired and subsequently changed. For some reason it seems like the domain controller have not yet...
January 12, 2007 at 2:53 am
Hi,
The best thing to use here after you have your filename in a global variable is a dynamic properties task. You will see it on the left hand side in...
November 15, 2006 at 11:51 pm
There is a way to do it, but its a bit of a hack. DTS will not give you the option to query a text file connection, but it will...
July 27, 2006 at 6:42 am
Viewing 15 posts - 856 through 870 (of 893 total)