Viewing 15 posts - 316 through 330 (of 468 total)
i havnt gotten time to try your suggested fix, however im at work today and on my work pc, reporting services runs without any problems.
could it be due to my...
September 22, 2008 at 7:57 am
same thing happens when i try to connect to localhost. ( im using http://localhost/reportsvd/Pages/Folder.aspx , as i configured the reporting manager virtual directory to be reportsVD).
how do...
September 19, 2008 at 3:22 pm
it doesnt. ive tried this exactly with the sql server service account and my account, both of which have admin access in this case. even tried it with Domain\servername$ but...
August 26, 2008 at 9:55 am
Todd Engen (8/26/2008)
When you configured the Perfmon Counter there's a section named "Run As", use your credentials for that.
one of the first things i tried, under my credentials, and...
August 26, 2008 at 8:30 am
I tried this but no joy. I found in the error logs an error saying "Login failed for NT Authorityetwork service". I added this account as a logon with admin...
August 26, 2008 at 7:47 am
cool, thanks, the query works,however i should have been clearer. i cant do this via joins. a subquery will not be very efficient when there are many thousands of rows...
August 1, 2008 at 12:09 pm
please ignore. i was doing all sorts of joins to try to resolve this. just needed a
" select max(orderRenewalID).......having count(orderrenewalRef)<=1"
Apologies for the unnecessary post.
July 30, 2008 at 8:46 am
absolutely correct Andreas. I can see now there are a number of tables with indexes that are not regularly used ( although the server wsa rebooted only 3 days ago...
July 16, 2008 at 6:55 am
what about for table reads and writes? again, im aware of read and write info for indexes in the DMV's, but not for the actual table.
i could write a query...
July 16, 2008 at 5:26 am
checked that already, there is only index info in the dmv's, but nothing for table size. all i can find to determine tablesize is sp_spaceUsed, but id much rather find...
July 16, 2008 at 4:12 am
cool. thanks guys. i was just playing with sql in a moment of bordom and then wondered how to find the LSN. you have answered my questions perfectly. i wonder...
June 25, 2008 at 6:27 am
yes, im aware of this, i was just wondering if there was something i missed out on, as these two lines contradict eachother.
June 19, 2008 at 9:43 am
is member is perfect. im playing with resource governor and want to write a classifier UDF. this should work nicely. thanks a mil.
June 19, 2008 at 5:14 am
i was afraid of that. unsafe assemblies is disabled on my system for security reasons. thanks anyway
June 18, 2008 at 6:49 am
actually, instead of calling old OLE commands, is there a way of calling .NET commands instead of using Scripting.filesystemobject?
June 17, 2008 at 8:38 am
Viewing 15 posts - 316 through 330 (of 468 total)