Showing posts with label building. Show all posts
Showing posts with label building. Show all posts

Wednesday, March 28, 2012

How to remove Projects and reports from web browser

I am creating, building, and deploying reports via a web browser interface in SQL 2005 Visual Studio. There are a few projects that I no longer want the masses to see when the go to \\servername\reportserver. I have deleted all files associated with the projects and reports, and removed them from within the report server, but when I open the web browser I can still see the old projects and open the reports.

Where is the browser getting this information even though the data doesn't even exist as far as i can tell, and how to I actually delete those entries that i no longer want seen.

I have heard that I can go the actual web page itself, and delete the items using "show details", but I am unfamiliar with where exactly that is and how to use it.

Any advice or help would be greatly appreciated - thanks everyone!

Go to your Report Manager. (http://ServerName/Reports)
Over on the right, you will see a button named 'Show Details'.
From there, you can check the boxes of the folders you want to delete (or navigate further down to find the specific objects you want to remove).
Click the 'Delete' button which will be on the left.
It will ask if you are sure you want to delete them, click 'Yes'.

Hope this helps.

Jarret

|||Thanks - worked like a charm!

Monday, March 26, 2012

How to remove a recursive relationship

Hi,
I am building a db that contains folders with all info about a folder.
For example :
folder_id PK
folder_name
folder_size etc.
In my case, each folder may have 0 or more childern. A child itself
is unlikely going to have any children in itself. This is a recursive
relationship I'd like to remove in my DB design.
How can I represent this relatonship?
Thank you, DinoPlease elaborate on the issue, if you could. I'm not sure I understand; a
child folder which is the only child of another folder is unlikely to have
any children of its own?
How are you modelling the hierarchy itself? It doesn't HAVE to be recursive
(although that is one option). There are also hierarchical modelling
techniques like enumerated path and nested sets (search Google and you'll
get plenty of info on each) that are not recursive.
"Dino Buljubasic" <dino@.noplacelikehome.com> wrote in message
news:p2sj50p0pcihhqo9i4f0g0kv1thl98see7@.
4ax.com...
> Hi,
> I am building a db that contains folders with all info about a folder.
> For example :
> folder_id PK
> folder_name
> folder_size etc.
> In my case, each folder may have 0 or more childern. A child itself
> is unlikely going to have any children in itself. This is a recursive
> relationship I'd like to remove in my DB design.
> How can I represent this relatonship?
> Thank you, Dino|||Xref: TK2MSFTNGP08.phx.gbl microsoft.public.sqlserver.server:335813
I am gonna do it just like:
folder_id PK
parent_folder_id FK
folder_name
this way if the folder has a parent I will know it. I think this
solves the problem.
Thanks anyways,
Dino
On Thu, 18 Mar 2004 14:10:38 -0500, "Adam Machanic"
<amachanic@.air-worldwide.nospamallowed.com> wrote:

>Please elaborate on the issue, if you could. I'm not sure I understand; a
>child folder which is the only child of another folder is unlikely to have
>any children of its own?
>How are you modelling the hierarchy itself? It doesn't HAVE to be recursiv
e
>(although that is one option). There are also hierarchical modelling
>techniques like enumerated path and nested sets (search Google and you'll
>get plenty of info on each) that are not recursive.
>
>"Dino Buljubasic" <dino@.noplacelikehome.com> wrote in message
> news:p2sj50p0pcihhqo9i4f0g0kv1thl98see7@.
4ax.com...
>

Wednesday, March 7, 2012

How to read Exchange server mail attachments

Hi,
I am building an application which reads attatchments from the same
Exchange server where this application runs , and select the data from that
attachment and purge it to database. Can any \one help me with sample code
regards Ar
As far as I ran out of credits with my galss spehere, there is no way for us
to suggest what kind of connection method you are using (MAPI,etc.) or what
coding language you use ?
You should feed us with further information...
Jens Smeyer.
"Lara" <aneeshattingal@.hotpop.com> schrieb im Newsbeitrag
news:ePScgh%23PFHA.2356@.TK2MSFTNGP14.phx.gbl...
> Hi,
> I am building an application which reads attatchments from the same
> Exchange server where this application runs , and select the data from
> that
> attachment and purge it to database. Can any \one help me with sample code
> regards Ar
>
>
|||Hi,
Thaxs fro your reply. I haven't started coding yet.planning to do it in
C#. So can u send me some code samples
*** Sent via Developersdex http://www.codecomments.com ***

How to read Exchange server mail attachments

Hi,
I am building an application which reads attatchments from the same
Exchange server where this application runs , and select the data from that
attachment and purge it to database. Can any \one help me with sample code
regards ArAs far as I ran out of credits with my galss spehere, there is no way for us
to suggest what kind of connection method you are using (MAPI,etc.) or what
coding language you use ?
You should feed us with further information... :)
Jens Süßmeyer.
"Lara" <aneeshattingal@.hotpop.com> schrieb im Newsbeitrag
news:ePScgh%23PFHA.2356@.TK2MSFTNGP14.phx.gbl...
> Hi,
> I am building an application which reads attatchments from the same
> Exchange server where this application runs , and select the data from
> that
> attachment and purge it to database. Can any \one help me with sample code
> regards Ar
>
>

How to read Exchange server mail attachments

Hi,
I am building an application which reads attatchments from the same
Exchange server where this application runs , and select the data from that
attachment and purge it to database. Can any \one help me with sample code
regards ArAs far as I ran out of credits with my galss spehere, there is no way for us
to suggest what kind of connection method you are using (MAPI,etc.) or what
coding language you use ?
You should feed us with further information...
Jens Smeyer.
"Lara" <aneeshattingal@.hotpop.com> schrieb im Newsbeitrag
news:ePScgh%23PFHA.2356@.TK2MSFTNGP14.phx.gbl...
> Hi,
> I am building an application which reads attatchments from the same
> Exchange server where this application runs , and select the data from
> that
> attachment and purge it to database. Can any \one help me with sample code
> regards Ar
>
>|||Hi,
Thaxs fro your reply. I haven't started coding yet.planning to do it in
C#. So can u send me some code samples
*** Sent via Developersdex http://www.codecomments.com ***