Forum Replies Created

Viewing 15 posts - 1 through 15 (of 54 total)

  • RE: Role management for shared logins

    Let me repost my question again.

    From my understanding, databases with a high number of users use a single login to gain access to the database then reference a user table...

  • RE: Connection problems with .net

    Btw, I finally got it to connect.  I added the Identity line in Web Config to Inpersonate my network logon, and set the ISS Anynomous Access account = my network logon.

    Thanks for...

  • RE: Connection problems with .net

    Ok, I changed the anonymous access back to the default: IUSER_Workstation and then added this account to sql server.

    This is the message I get now:

    An error has occurred while establishing...

  • RE: Connection problems with .net

    I doubled checked and tested connecting w/ Query Analyzer successfully.

    .Net 1.1 & SQL 2000

    server does not exist or access denied. (This is the error)

    IIS:  Intergrated Windows Authencation is checked.  I...

  • RE: Connection problems with .net

    Connection String that is generated:

    workstation id=xxxxxxx;packet size=4096;integrated security=SSPI;data source=ServerName;persist security info=False;initial catalog=Test_Database

    I have tried this with VB.Net & C# (Visual Studio 2003). I have also tried...

  • RE: Problem with Calling a SP within another SP

    Got it.... Thanks.

     

     

  • RE: Problem with Calling a SP within another SP

    How will I assign a Value to @X without a select statement in the remote SP??

  • RE: Update Multiple Base Tables

    MarkusB,

    Thanks for the reply. Where do you access Triggers for Views.  I can't seem to find it.

     

    Thanks. 

  • RE: Update Multiple Base Tables

    Sorry,

    I am not sure what I did the first time I ran the update code with the query analyzer, but I tried it again and got the same error mentioned...

  • RE: Breaking a large table into smaller tables

    Thanks for the responses.  As it turned out I will have to reference fields for WHERE conditions in most of the tables that I would  be split.  Therefore, I...

  • RE: Breaking a large table into smaller tables

    Another developer made a comment about reducing the size of that table for performance reasons.  The data inside the table makes up a 'Project', but is kind of made of...

  • RE: Breaking a large table into smaller tables

    Column NameTypeLengthProposed Split

    July 14, 2005 at 8:31 am

    #574417

  • RE: Preventing Return Values from Nested SPs.

    Yes.

    The First Result Set = 2005

    The Second Result Set = 'Project1';'Project2';'Project_3';Etc

    When I assign a Record Set to the Stored Procedure it returns:2005 because...

  • RE: Preventing Return Values from Nested SPs.

    Let me repost the original problem again and be a little more descriptive this time.  I am going to have a lot of stored procedures that the Result Set...

  • RE: Preventing Return Values from Nested SPs.

    I am using MS Access for the front end, but It also happens in the query builder as well. I do not have set nocount on, which is probably...

  • Viewing 15 posts - 1 through 15 (of 54 total)