Showing posts with label link. Show all posts
Showing posts with label link. Show all posts

Friday, March 30, 2012

northwinds wher can i get it?

does anyone know the link to get the northwinds db for sqlserver?
(i need it for sql2005)
thanks
kes
Northwind for 200 can be downloaded here:
http://www.microsoft.com/downloads/i...LinkId%3d30196
Aventureworks (2005) is located here:
http://www.microsoft.com/downloads/i...5f8%2fAdventur
eWorksDB.msi
HTH, Jens Suessmeyer.
http://www.sqlserver2005.de
"Kurt Schroeder" <KurtSchroeder@.discussions.microsoft.com> schrieb im
Newsbeitrag news:DBE378AF-1576-4998-9A8D-94BAE208AAFF@.microsoft.com...
> does anyone know the link to get the northwinds db for sqlserver?
> (i need it for sql2005)
> thanks
> kes
sql

Friday, March 23, 2012

Non-Report Hyperlinks on Report Manager Home Page?

Is it possible to add hyperlinks to the Report Manager Home Page that link to other aspx pages? I have created some associated data entry aspx pages that I want to enable access to from the Report Manager Home Page (if possible).

Thanks!

It isn't...maybe you could run it inside an IFRAME, surrounded by other UI (including "your" hyperlinks)?|||

pittpanther wrote:

Is it possible to add hyperlinks to the Report Manager Home Page that link to other aspx pages? I have created some associated data entry aspx pages that I want to enable access to from the Report Manager Home Page (if possible).

Thanks!

Why not just create an "index" aspx page that would have links to reports similar to report manager? You could have this index page in the same project as the associated data entry aspx pages.

It seems to me that you're thinking about it backwards.

|||

Thanks for the replies...

The end user is already fairly comfortable with the Report Manager front end, so I am kind of stuck with it as my launching point.

The only thing I have come up with is an "empty" report accessible from the main folder that only includes the hyperlinks for the "Data Entry" aspx pages. A little kludgy though.

|||Russell - I am not familiar with an IFRAME... could you elaborate a little more?sql

Non-Report Hyperlinks on Report Manager Home Page?

Is it possible to add hyperlinks to the Report Manager Home Page that link to other aspx pages? I have created some associated data entry aspx pages that I want to enable access to from the Report Manager Home Page (if possible).

Thanks!

It isn't...maybe you could run it inside an IFRAME, surrounded by other UI (including "your" hyperlinks)?|||

pittpanther wrote:

Is it possible to add hyperlinks to the Report Manager Home Page that link to other aspx pages? I have created some associated data entry aspx pages that I want to enable access to from the Report Manager Home Page (if possible).

Thanks!

Why not just create an "index" aspx page that would have links to reports similar to report manager? You could have this index page in the same project as the associated data entry aspx pages.

It seems to me that you're thinking about it backwards.

|||

Thanks for the replies...

The end user is already fairly comfortable with the Report Manager front end, so I am kind of stuck with it as my launching point.

The only thing I have come up with is an "empty" report accessible from the main folder that only includes the hyperlinks for the "Data Entry" aspx pages. A little kludgy though.

|||Russell - I am not familiar with an IFRAME... could you elaborate a little more?

Monday, March 12, 2012

Non trovo il link

Scusatemi , avrei bisogno di lavorare su SQL SERVER 2000 Analysis
Services potreste indicarmi un link per il download della Demo o Trial
che sia.
Purtroppo ho cercato, ma visto che sono qui a chidere aiuto il risutato
della mia ricerca penso sia ovvio, :P
Analysis Services integrato in Sql Server 2000 ? Cio basta scaricare
quel pacchetto.
Esiste un versione precedente, tipo 1998 ?
Vi ringrazio molto , Danieled@.h.t (Daniele) wrote in message news:<1gd9dut.10aip7h1lzsqioN%d@.h.t>...
> Scusatemi , avrei bisogno di lavorare su SQL SERVER 2000 Analysis
> Services potreste indicarmi un link per il download della Demo o Trial
> che sia.
> Purtroppo ho cercato, ma visto che sono qui a chidere aiuto il risutato
> della mia ricerca penso sia ovvio, :P
> Analysis Services integrato in Sql Server 2000 ? Cio basta scaricare
> quel pacchetto.
> Esiste un versione precedente, tipo 1998 ?
> Vi ringrazio molto , Daniele

Analysis Services is integrated in SQL Server 2000, so you can
download the usual MSSQL trial version:

http://www.microsoft.com/sql/evalua...ial/default.asp

Simon

Non SMTP email

Hi,
On my network exchange servers don't use smtp.
Is it possible to configure RS to email using other methods link MAPI,
... ?The delivery extension that shipped with RS only works with SMTP. You would
need to write you own delivery extension to do this.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
<kamara1@.yahoo.com> wrote in message
news:1105611912.754219.160300@.f14g2000cwb.googlegroups.com...
> Hi,
> On my network exchange servers don't use smtp.
> Is it possible to configure RS to email using other methods link MAPI,
> ... ?
>

Saturday, February 25, 2012

no trust connection

hi every one
i having i workstation with running in windows 98, now i want link it to the SQL server which are in windows 2000. when i try to link it the following error message " no associate trust SQL Server Connection". Can i know how to settle this problem
thanks in advanceare you trying to connect to the server using windows integrated
authentication? If so, make sure you're logged on to the domain in your
workstation before trying to connect to sql server. You might want to try to
connect using standard authentication (i.e using sa or another login) just
to verify you can connect to the server successfully. If this doesn't work,
make sure you can get to the server through tcp port 1433 (sql server port);
this can be tested using the following command:
telnet servername 1433
--
Carlos E. Rojas
SQL Server MVP
Co-Author SQL Server 2000 Programming by Example
"how" <how_world@.hotmail.com> wrote in message
news:7A83A2A1-FE31-4439-B87D-2D50FE705A30@.microsoft.com...
> hi every one
> i having i workstation with running in windows 98, now i want link it to
the SQL server which are in windows 2000. when i try to link it the
following error message " no associate trust SQL Server Connection". Can i
know how to settle this problem
> thanks in advance
>|||Hi,
Windows 98 will only support SQL server Authentication.
So while linking from SQL 2000, use SQL server Login credentials.
Thanks
Hari
MCDBA
"how" <how_world@.hotmail.com> wrote in message
news:7A83A2A1-FE31-4439-B87D-2D50FE705A30@.microsoft.com...
> hi every one
> i having i workstation with running in windows 98, now i want link it to
the SQL server which are in windows 2000. when i try to link it the
following error message " no associate trust SQL Server Connection". Can i
know how to settle this problem
> thanks in advance
>|||when i using window intergrate authentication that can sucess link to the SQL server, but when i using the SQL authentication it fail at the end so what should i do now.
how to open the port 1433 '
thanks in advance|||is there a firewall between the client and the server? If they are in the
same network you don't have to open ports or anything.
--
Carlos E. Rojas
SQL Server MVP
Co-Author SQL Server 2000 Programming by Example
"how" <anonymous@.discussions.microsoft.com> wrote in message
news:D6026E6E-7EE4-4739-A280-9EA3BAD30032@.microsoft.com...
> when i using window intergrate authentication that can sucess link to the
SQL server, but when i using the SQL authentication it fail at the end so
what should i do now.
> how to open the port 1433 '?
> thanks in advance|||what error are you getting?
--
Carlos E. Rojas
SQL Server MVP
Co-Author SQL Server 2000 Programming by Example
"how" <anonymous@.discussions.microsoft.com> wrote in message
news:1256EDE4-FAA1-4A10-BF29-AAD182FBC94A@.microsoft.com...
> that r not any firewall install in that server, i just format and
reinstall the window for that server. so waht action i can take
> thanks in advance|||are you saying you get this error when trying to connect to sql server using
STANDARD authentication? It's weird, that error shows up when you can't
connect to sql but using integrated authentication.
--
Carlos E. Rojas
SQL Server MVP
Co-Author SQL Server 2000 Programming by Example
"how" <anonymous@.discussions.microsoft.com> wrote in message
news:85BAB5CE-BD59-4559-A7E1-1ED4A36596BE@.microsoft.com...
> it also show "no associate trust SQL Server Connection"

no trust connection

hi every one
i having i workstation with running in windows 98, now i want link it to the
SQL server which are in windows 2000. when i try to link it the following e
rror message " no associate trust SQL Server Connection". Can i know how to
settle this problem
thanks in advanceare you trying to connect to the server using windows integrated
authentication? If so, make sure you're logged on to the domain in your
workstation before trying to connect to sql server. You might want to try to
connect using standard authentication (i.e using sa or another login) just
to verify you can connect to the server successfully. If this doesn't work,
make sure you can get to the server through tcp port 1433 (sql server port);
this can be tested using the following command:
telnet servername 1433
Carlos E. Rojas
SQL Server MVP
Co-Author SQL Server 2000 programming by Example
"how" <how_world@.hotmail.com> wrote in message
news:7A83A2A1-FE31-4439-B87D-2D50FE705A30@.microsoft.com...
quote:

> hi every one
> i having i workstation with running in windows 98, now i want link it to

the SQL server which are in windows 2000. when i try to link it the
following error message " no associate trust SQL Server Connection". Can i
know how to settle this problem
quote:

> thanks in advance
>
|||Hi,
Windows 98 will only support SQL server Authentication.
So while linking from SQL 2000, use SQL server Login credentials.
Thanks
Hari
MCDBA
"how" <how_world@.hotmail.com> wrote in message
news:7A83A2A1-FE31-4439-B87D-2D50FE705A30@.microsoft.com...
quote:

> hi every one
> i having i workstation with running in windows 98, now i want link it to

the SQL server which are in windows 2000. when i try to link it the
following error message " no associate trust SQL Server Connection". Can i
know how to settle this problem
quote:

> thanks in advance
>
|||when i using window intergrate authentication that can sucess link to the SQ
L server, but when i using the SQL authentication it fail at the end so what
should i do now.
how to open the port 1433 '?
thanks in advance|||is there a firewall between the client and the server? If they are in the
same network you don't have to open ports or anything.
Carlos E. Rojas
SQL Server MVP
Co-Author SQL Server 2000 programming by Example
"how" <anonymous@.discussions.microsoft.com> wrote in message
news:D6026E6E-7EE4-4739-A280-9EA3BAD30032@.microsoft.com...
quote:

> when i using window intergrate authentication that can sucess link to the

SQL server, but when i using the SQL authentication it fail at the end so
what should i do now.
quote:

> how to open the port 1433 '?
> thanks in advance
|||that r not any firewall install in that server, i just format and reinstall
the window for that server. so waht action i can take
thanks in advance|||what error are you getting?
Carlos E. Rojas
SQL Server MVP
Co-Author SQL Server 2000 programming by Example
"how" <anonymous@.discussions.microsoft.com> wrote in message
news:1256EDE4-FAA1-4A10-BF29-AAD182FBC94A@.microsoft.com...
quote:

> that r not any firewall install in that server, i just format and

reinstall the window for that server. so waht action i can take
quote:

> thanks in advance
|||it also show "no associate trust SQL Server Connection"|||are you saying you get this error when trying to connect to sql server using
STANDARD authentication? It's weird, that error shows up when you can't
connect to sql but using integrated authentication.
Carlos E. Rojas
SQL Server MVP
Co-Author SQL Server 2000 programming by Example
"how" <anonymous@.discussions.microsoft.com> wrote in message
news:85BAB5CE-BD59-4559-A7E1-1ED4A36596BE@.microsoft.com...
quote:

> it also show "no associate trust SQL Server Connection"