Forum Replies Created

Viewing 15 posts - 16 through 30 (of 31 total)

  • RE: Still Can't Deploy

    Nope, I double check that every time I deploy.

    Thanks,

    Gary

  • RE: Still Can't Deploy

    Here's my setup:

    Instance SQLExpress

    Instance ID MSSQL.2

    Initialized Yes

    Status Running

    Virtual Directory ReportServer

    Web Site Default Web Site

    Manager Reports

    Web Site Default Web Site

    Service Name ReportServer$SQLExpress

    Service Account NT Authority\Network Service

    Built In Account Network Service

    ASP.NET Account...

  • RE: Still Can't Deploy

    I've re-installed SQL Server Express and BIDS, and now when I try to deploy a report, it insists on a password. I enter my local PC username and password, and...

  • RE: Still Can't Deploy

    Here's a real newbie question.

    Do I need Visual Web Developer to make my system work. Remember, all I want is to allow other computers on the intranet to see the...

  • RE: BIDS Report Not Showing Latest Data

    Ok, so I have agg on my face.

    Isn't the first time.

    Everything is fine,

    Thanks!

    Gary

  • RE: Joining Tables in SQL Server Express

    I finally got it loaded! It is a part of the ToolKit. I had already loaded Toolkit, but it told me that everying was already loaded, so I bailed out.

    I...

  • RE: Joining Tables in SQL Server Express

    I had previously loaded advanced edition, but I did it over my old non-advanced edition. So, I removed SQL Server, and loaded the advanced edition, selecting everything available.

    I now see...

  • RE: Joining Tables in SQL Server Express

    I found an article Introducing Business Intelligence Development Studio, but no reference to a download.

    I found Visual Studio.Net download dated 2003, but I'm not sure if that is what you're...

  • RE: Joining Tables in SQL Server Express

    The most concurrent connections will be 25, most of the time just 2 or 3. Do you think 25 be a problem?

    By the way, I can find the Report Manager,...

  • RE: Joining Tables in SQL Server Express

    Report delays will not please our customer. Remember all we are trying to report are alarms on individual machines in a manufacturing plant. Basically, any PC in the plant can...

  • RE: Joining Tables in SQL Server Express

    Actually I wasn't using any code.

    I clicked on Add new data source,

    then clicked on DataBase

    then clicked on New Connection

    then clicked Browse under DataBase File Name

    ...

  • RE: Joining Tables in SQL Server Express

    I am trying to connect to my SQL database in VB, but I get this error message:

    Unable to open the physical file “filename.mdf”. Operating sysem error 32: “32(The process cannot...

  • RE: Joining Tables in SQL Server Express

    Oops, no, make that OOPS!

    I forgot to reference the correct database when I fired up SQL Server this am.

    Everything is working properly.

    Sorry!

    Now I'm lookng into a customer interface. It...

  • RE: Joining Tables in SQL Server Express

    I get an error with this code and I know the object name (UNITA_1_EMPTY_TABLE) is correct:

    -- SELECT DATA

    sp_dbcmptlevel @new_cmptlevel = 90

    SELECT substring (TAG , 10,30) as 'ALARM NAME', VALUE as...

  • RE: Joining Tables in SQL Server Express

    This code works just fine if I don't use the substring - when I use the substring I get the error below. What am I doing wrong?

    Thanks,

    Gary

    -- SELECT DATA

    sp_dbcmptlevel @new_cmptlevel...

Viewing 15 posts - 16 through 30 (of 31 total)