Viewing 15 posts - 1,381 through 1,395 (of 1,839 total)
And change your server properties to always log cube builds -> right click on the server, select properties and then set the log file to be somewhere you'll remember it.
June 18, 2005 at 5:23 am
Two things: 1. Test your server with a new subscription with NO attachment or embeded reports, just links, this should work. 2. Check your log files, in particular look for...
June 17, 2005 at 7:14 am
If you're running enterprise edition you can use Data Driven Subscriptions, which will let you pass value/s to the parms for the report.
If you're not running Ent Edn, then you're...
June 16, 2005 at 10:35 pm
(In Object explorer pane) try right clicking on the DB in question, then from the context menu select Tasks|Generate Scripts. This then fires a wizard (yeehaw) that will do what...
June 16, 2005 at 10:22 pm
Guys, grab a hold of SQL2K5, using Management Studio, set your options for the Query Results to Grid and Text options to be 'include column headings when copying from query results'...
June 16, 2005 at 10:11 pm
Hey kitkat,
Moving back to a simpler approach, have you tried the following:
1. Create a new stored proc. In this proc, create a global temp table with two fields, the first...
June 15, 2005 at 5:33 pm
You may also want to take a look at the suggestions in this post -> http://www.aspfaq.com/sql2005/show.asp?id=3 although they focus on Express Manager connections, the last suggestion re: moving TCPIP...
June 15, 2005 at 9:51 am
Hey Matthew,
Take a look at thi previous post re: snaking cols... http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=150&messageid=159422
cheers,
June 14, 2005 at 8:09 pm
Load up visual studio & RS developer on a development machine (or your own) and create a new Reporting services project. You can definitely make a start without any *coding*...
June 13, 2005 at 7:12 pm
Can't you use the mod (ie modulo) function to achieve this?
ie (in pseudo code) = SUM(somefield) / 60 & ":" SUM(somefield)%60
I'm not sure what modulo is in VB.net but...
June 13, 2005 at 7:09 pm
The reports won't pick up the datasource local to them (ie in the same folder) unless you published the DS to that folder from te same project that contained the...
June 13, 2005 at 6:44 pm
Hey kitkat,
I'm not sure if the following will work for you but in general it does what you're looking to achieve.
The table control (and possibly the matrix?) allows for...
June 13, 2005 at 5:57 pm
I got mine through the beta site but I thought a friend of mine (technet subscriber) said that the downloads site for technet had them in there also??
for reference, the...
June 9, 2005 at 10:46 pm
You could try creating a new procedure based on your existing one, and instead of the print statements change them to inserts (into a temp table) and then at th...
June 9, 2005 at 9:10 pm
A couple of questions:
you've mentioned that for performance reasons you drop and recreate the tables (and indexes) each day, and that insert into (as per wildh) is not an option. ...
June 9, 2005 at 6:12 pm
Viewing 15 posts - 1,381 through 1,395 (of 1,839 total)