Forum Replies Created

Viewing 15 posts - 406 through 420 (of 7,429 total)

  • RE: Authenticating application users using Active Diretory.

    Is the machine a member of the ADS? And what type o application is it, distributed app, web based, other?

  • RE: Views and base tables

    Only if you view meets the grounds for an updateable view and Bob has permission to update the view.

  • RE: Missing Reports in VS.NET

    You can attach the rdl to a new project by opening VS and create a reporting project then do add existing item to work with the RDL from there. Afterwards...

  • RE: SPLIT function in VBA

    Split returns an array of objects into you variable. Do you get an error or anything?

    ALso, what does the data look like beforehand and what do you want to see...

  • RE: Emergency! Help needed.

    All the databases are doing this? I really cannot think of anything that might be the reaosn unless they were still open when you backedup.

  • RE: Cannot connect to ReportServer

    Noticed it said posted to the event Log. Dd you check Event Viewer to see what was posted there?

  • RE: Cannot connect to ReportServer

    Could be configuration. Have you tried opening from the server.

    Connect to the server via remote desktop or walk to the server console and try to navigate to

    http://localhost/reports

    it still may...

  • RE: Emergency! Help needed.

    As long as you have a later service pack/hot fix level of the same SQL Server version you will not have an issue but even if not a later SP/HF level...

  • RE: cluster index

    Even thou you may not want to use SSN as the PK (which btw is bad unless you have a composite key with date of death as SSNs can be...

  • RE: design for tracking dates multiple check in check out

    All depends. I would think you would be best with a checkout process with 2 dates.

    Project OutDate InDate

    This way you can place constraints on the system to deal with business rules...

  • RE: 10% Fill Factor

    A little tired after writing up a tech design doc so I may have overlooked but consider this what has been said and how your data behaves.

    Suppose the column is...

  • RE: Missing Reports in VS.NET

    1) VS cannot see what is loaded into Reporting Services.

    2) When you created a report you should have made a project, the original definition should be in that project. If...

  • RE: Date Format

    The servers settings can be different from that of the user account. Check your user account that you login with.

  • RE: DateAdd in SQL Vs Excel

    You can create a VBA macro for use on the cell. VBA supports DATEADD exactly the same as SQL.

  • RE: Moving Reports

    Yes in the online management console you can do that.

    From the box you can reach by

    http://localhost/reports

    otherwise

    http://{serveraddress}/reports

    When yo get into the directory you may have press the "Show Details" button...

Viewing 15 posts - 406 through 420 (of 7,429 total)