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
J

joemonvarghese

@joemonvarghese
About
Posts
38
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Select spaces and then the value???
    J joemonvarghese

    hi try this select right(space(20) + rtrim(FIELDNAME), 20) from TABLENAME Regards Joe

    Database database tutorial question

  • Regarding select Date
    J joemonvarghese

    hi you have to give the values for from date and todate while @fromdate<=@todate begin insert into #Temp(fdate) values(@fromdate) set @fromdate=dateadd(day,1,@fromdate) end Regards Joe

    Database help

  • oracle query
    J joemonvarghese

    hi you can use DECODE function with which you can replace 0 with some other value. Regards Joe

    Database database oracle help

  • oracle query
    J joemonvarghese

    hi Its a mathematical error..in a division divisor cannnot be Zero. Regards Joe

    Database database oracle help

  • How to make datagrid searchable?
    J joemonvarghese

    hi if you are binding a dataset to the grid then it is very easy.... filter the dataset with the value entered in the text box dataset.select(

    ASP.NET csharp css tutorial question

  • convert varchar to datetime
    J joemonvarghese

    hi for converting varchar to date use convert(datetime,FIELD) try to include the error message..so that we can identify the problem Regards Joe

    Database database

  • Triggers with data converstion
    J joemonvarghese

    hi if you needs only 3 columns specify that columns in your select qry eg: INSERT INTO CHILDTABLE SELECT CONVERT(FIELD1),CONVERT(FIELD2),FIELD3 FROM INSERTED Regards Joe

    Database database

  • insert farsi into tables
    J joemonvarghese

    hi can u give some sample code for this.... Regards Joe

    Database csharp database help question

  • Triggers with data converstion
    J joemonvarghese

    hi you can use convert() function for converting data type and insert it in to the child Table. eg: INSERT INTO CHILD SELECT CONVERT(VARCHAR,FIELD1) FROM INSERTED Regards Joe

    Database database

  • delete all users from database and set one user
    J joemonvarghese

    hi Use enter prise Manager To remove Users ..Follow these steps 1)To remove a user account from a database role 2)Expand a server group, and then expand a server. 3)Expand Databases, and then expand the database in which the role exists. 4)Click Roles. 5)In the details pane, right-click the role to which the user account belongs, and then click Properties. 6)Select the user to remove, and then click Remove.

    Database database sql-server sysadmin question

  • Create scripts with stored procedure
    J joemonvarghese

    hi You can use EnterPriseManager to create the script of objects. Then why r u searching for Stored Procedures. Reagrds Joe

    Database database algorithms tools

  • right align
    J joemonvarghese

    hi plz clarify your question... Regards Joe

    Database database help question

  • Delete Query [modified]
    J joemonvarghese

    hi You can create a back up table and write a trigger on the original Table from which u r client is deleting data.In trigger u wite the code to insert the deleting data in to a backup table.You will get the deleted data from the table "Deleted".U can use this to insert into back up table.Dont forget to insert the datetime at which the data is deleted.. Regards Joe

    Database database sql-server sysadmin help tutorial

  • Sql Server 2000 Debugging option
    J joemonvarghese

    thnx for the reply i will check it out... Regards Joe

    Database database sql-server sysadmin question

  • Need to Add a column to the existing table
    J joemonvarghese

    hi plz make use of Sql Help hint: you can achieve this using ALTER TABLE Command ALTER TABLE TABLENAME ADD COLUMNNAME DATATYPE(SIZE) -- modified at 6:11 Tuesday 13th November, 2007

    Database question postgresql help

  • Date Problem : Urgent
    J joemonvarghese

    hi while @fromdate<=@todate begin print dateadd(day,1,@fromdate) set @fromdate=dateadd(day,1,@fromdate) end try this Regards Joe

    Database database help

  • Sql Server 2000 Debugging option
    J joemonvarghese

    hi line by line debugging of a Stored Procedure is possible in Sql Server 2000.? Regards, Joe

    Database database sql-server sysadmin question

  • Server Explorer not visible.
    J joemonvarghese

    hi presess Ctrl+Alt+S try it..

    Database database sysadmin tools

  • LINQ for SharePoint
    J joemonvarghese

    yes....

    Database csharp visual-studio sharepoint wpf linq

  • Getting the columns
    J joemonvarghese

    hi try this qry select name from syscolumns where id= (select id from sysobjects where name=)

    Database tutorial question
  • Login

  • Don't have an account? Register

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