Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

Robin_Roy

@Robin_Roy
About
Posts
58
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to Generate Unique Serial Number..
    R Robin_Roy

    Why dont you use GUID...

    Algorithms help tutorial question

  • Import Export Wizard problem
    R Robin_Roy

    In the Import/Export Wizard make sure that you select the contstraints for data transfer.

    Database sysadmin help

  • Document Management Syatem
    R Robin_Roy

    Yes, its a brilliant idea. On the contraty, you can check for existing technologies like MOSS or DotNetNuke or other CMS on the features they provide.

    Design and Architecture csharp database sql-server sysadmin beta-testing

  • VSTFS Help
    R Robin_Roy

    Hello, While doing the TFS project permission settings, You have to add users in the Portal seperately in order to give them access to the Portal. Automatically the Portal permissions does not get set if you add users to the TFS Project. You can add users by opening the portal, log in as admin and go to Site Settings.

    Visual Studio help

  • Is two-tier a reason to use stored procedure rather than OOD?
    R Robin_Roy

    Correct, I agree with you. Sometimes we cannot afford a layered architecture. It is not practical also. Architecture should be based on Application demand. Thanks for pointing this out.

    Design and Architecture database business regex question workspace

  • Sharepoint book
    R Robin_Roy

    Refer the following link to get hold of some good online materials http://technet.microsoft.com/en-my/office/sharepointserver/default(en-us).aspx

    SharePoint learning sharepoint

  • Deployement of web service on IIS6
    R Robin_Roy

    Are you using WCF Services?

    ASP.NET windows-admin csharp visual-studio sysadmin

  • Error: Connection request timed out
    R Robin_Roy

    Check whether your are properly closing the database connections after every database transactions.... it might so happen that the connections are not closed and hence the database not allowing new connections..

    C# help database oracle sysadmin windows-admin

  • sql server 2005 installation
    R Robin_Roy

    What do you mean by access client from the SQL Server 2005.... Please put in some addl. details... usually, from client, the database server is connected...

    Database database sql-server sysadmin help tutorial

  • [Message Deleted]
    R Robin_Roy

    I found your post very surprising, how could you know C# well without understanding the .Net Framework.

    .NET (Core and Framework)

  • You are not authorized to view this page
    R Robin_Roy

    In your IIS, right click the Virtual Directory --> Properties --> Directory Security --> Click on Edit button in the section Authentication and Access Control --> Check the Enable Anonymous Access checkbox, Deselect Integrated Windows Authentication. This should solve the issue. Hope you have not set any Windows Authentication code in your web application. Else you need to look into that as well.

    Web Development windows-admin sysadmin security question workspace

  • Fill DataSet with two tables
    R Robin_Roy

    You can write a stored procedure that returns multiple recordset and get the resultset directly mapped with a dataset, it will create the same number of datatables in your dataset as the count of resultset in your procedure...

    C# tutorial

  • Web Services Issue
    R Robin_Roy

    Your issue is not coming out very clear.

    C# help wcf question

  • Is it possible to design Custom Constraints ???
    R Robin_Roy

    You can wrte triggers for the same. However it is not a good approach. Better check in your stored procedure with the condition...

    Database database design question

  • Need Checklist for migrating Sql Server 2000 based websites to 2005 based websites
    R Robin_Roy

    Hey, I guess you repeated your question.

    Database database sql-server sysadmin testing collaboration

  • [Message Deleted]
    R Robin_Roy

    If you are migrating the database from SQL Server 2000 to 2005, there should ot be any issue as such as SQL Server 2005 is backward compatible and all the statements, functions and other database objects and syntax of SQL Server 2000 works fine in SQL Server 2005. In case of conflict, during migration it will show the alerts. However for double checking, you can run through the test cases that are meant for sections, that have database transactions.

    Database

  • How to protect sqlserver database from unauthorized access
    R Robin_Roy

    There are few options here for you: Using Windows authentication to access the database. Using SQL authentication to access the database. For Windows Authentication, you need to use Active Directory User to map to your database. For SQL Authentication, you need to create a SQL User and map the appropriate Roles and map with your database. In your C# application, encrypt your connection string and use the same. Many a times in shared deployment environment, they allow on SQL Authentication only, in such a case you will have to use SQL Authentication.

    Database csharp database help sql-server com

  • MS SQL 2005 - merge new rows and tables
    R Robin_Roy

    Hey, these is a common thing when there are changes in the database schema. In such a case, your developer must have documented the changes that they have made. Create Alter scripts on the table with the changes on the schema and run the same on the Production environment to update the schema on the production. But ensure you backup the production database before executing the alter scripts.

    Database database help question

  • .NET DataGridView question
    R Robin_Roy

    The database design is fine, as the car and color has many-to-many relationship. Regarding the database binding, you can have queries in your stored procedure to return multi-recordsets and then you can store them in multi datatables in your dataset with relationship between the datatables... Then bind the cars and based on the car the colors to the dropdown list by iterating through the rows in the GridView...

    Database question csharp database sql-server design

  • synchronization of two databases
    R Robin_Roy

    You can get good details from the following URL http://msdn.microsoft.com/en-us/library/aa213778(SQL.80).aspx Let me know, if you have any difficulty

    Database database question sysadmin
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups