Showing posts with label control. Show all posts
Showing posts with label control. Show all posts

Friday, March 23, 2012

how to change licensing modes

I installed SQL 2K on a per user basis and now want to change that to a per
processor licensing mode. Cant seem to do that change from Control Panel and
do now wish to reinstall .. Is there a way ?http://www.tkdinesh.com/faq/ans/license.html
"Hassan" <fatima_ja@.hotmail.com> wrote in message
news:#szsZX#pDHA.1496@.TK2MSFTNGP11.phx.gbl...
> I installed SQL 2K on a per user basis and now want to change that to a
per
> processor licensing mode. Cant seem to do that change from Control Panel
and
> do now wish to reinstall .. Is there a way ?
>

How to change font type for annotations?

Hi all of you,

I'd like to find where can I change the fonttype for annotations done in Control Flow. I mean, every time that I do that appears the one I chose by default

TIA

In a short, set by default the font for comments

|||

Tools -> Options... : Environment/Fonts and Colors/Business Intelligence Designers

Thanks,

Bob

sql

Friday, March 9, 2012

How to call ReportViewer Refresh method?

I have a web form with a textbox that contains a parameter for a report defined in the ReportViewer control. I want to refresh the report when the user clicks on my refresh button. I can't find the Refresh method. It works if I click on the reviewer's refresh button, but my users need to see that big button that says Refresh. Any ideas of how to call the refresh method? ThanksFound it.

Me.ReportViewer1.LocalReport.Refresh()

Sunday, February 19, 2012

How to build a Management Studio plugin?

Our shop uses subversion for its source control, and since I can't find a SVN plugin for Management Studio I thought I would build one for fun. However, I am unable to find any documentation regarding how to do this or extending the Management Studio environment in general.

Is this documentation available? If so, where?

Thanks

It's accessible through the SCC API. The documentation on this is available through the Visual Studio Industry Partner program. http://msdn2.microsoft.com/en-us/vstudio/aa700860.aspx

Others are using CVS SCC proxy to integrate Subversion and Management Studio. You can find information and download this from: http://www.pushok.com/soft_cvs_proxy.php

-Sue

|||

This is excellent information. The Affiliate level of the VSIP program looks promising. Unfortunately, the site is down for maintenance until 8/15/2007.

Also, I found an updated link for the Push OK SVN plugin: http://www.pushok.com/soft_svn.php

Thanks a ton!

Ray