Forum Replies Created

Viewing 15 posts - 496 through 510 (of 660 total)

  • RE: table design

    I want to do this only for the future entries, the existing data shud not change

  • RE: decimal

    I checked in the app, it looks very simple in tht, the app just calls my proc and when it asks for parameteri eneter 5.5, right after exucuting it displays...

  • RE: decimal

    yes i do tht through store proc, and also changed tht in my proc. Do u think there may be something from the app side

  • RE: date

    Ok guys I got it by this

    select

    convert(char(10),cast(date

  • RE: bcp

    I get this as output

    usage: bcp {dbtable | query} {in | out | queryout | format} datafile

      [-m maxerrors]            [-f formatfile]          [-e errfile]

      [-F firstrow]             [-L lastrow]             [-b batchsize]

      [-n...

  • RE: store procs

    tried exec with all the parameters but still the same error

  • RE: store procs

    I still get the same error though my proc looks fine for me. may be execting it is a problem

    Msg 8114, Level 16, State 4, Procedure spAddEmp,...

  • RE: store procs

    when i do tht it gives me error

    Msg 8114, Level 16, State 4, Procedure spAddEmp, Line 0

    Error converting data type varchar to int.

    How can I...

  • RE: store procs

    I am trying to do something like this for Proc 1

    execute

    Addemp '<jobs><Item JobID = "3" JobID = "2"></Item></jobs>'

  • RE: store procs

    Let me know if anybody has questions.

  • RE: Query

    The data in the EmpJob wud be something like this

    ID Empid   JobId

    1  735      9

    2  735      10

    3  735       11

    4  735       12

    5  739        9

    6  794      41

    7 ...

  • RE: temp table

    yes..i need apce used by the table for the data in the year 1995.

     

    like space used where

    datepart(yyyy,convert(char(10),cast(c_date - 36161 as datetime),101))=1995

  • RE: temp table

    able to insert data but how can i select date column from my each table and sort accrodingly.

  • RE: sp_spaceused

    yeah I cehcked my master db and read that but

    I wud like to know how i can change tht for

    getting data for the table where datepart(yyyy,convert(char(10),cast(date...

  • RE: temp table

    any help??

Viewing 15 posts - 496 through 510 (of 660 total)