Forum Replies Created

Viewing 15 posts - 31 through 45 (of 153 total)

  • RE: Calculating percentages for multiple columns

    Cool, that worked so well. Thanks Jack

  • RE: Help with Data transformation

    Thanks Guys i used the charindex without sign function to resolve this. Thanks for everybody;s input.

  • RE: SQL help with total percentage

    Sorry Chris, heres some more details wrt data and table structure

    create table Table1

    col1 varchar(10),

    col2 varchar(25))

    Data looks like

    Col1 Col2

    specific ABCD

    specific-1 BDOP

    specific ...

  • RE: ISQL ERROR..

    Also i have a st.rpoc which i am calling thru isql. Thsi is takingw aytoo long than expected. I have put debug msgs in thsi proc to cehck which part...

  • RE: Cross database query.

    One of the table thats used in st.rpoc gets updated repeatedly and thsi has numerous indexes on different columns. wont thsi slow down if there are inserts/updaes happening on this...

  • RE: Cross database query.

    This is our prodn transactional server which is pretty busy during the day, but this st.proc runs during off hrs as a batch job so shouldnt have any impact on...

  • RE: Total length of columns ina table.

    Basically i want to know how much total bytes(by all columns) is occupied in a table . i woked it out anyway. Thanks so much for the help..

    select sum(length)...

  • RE: HELP WITH AUTOGENERATED INSERT

    Unfortunately teh structure is different . My process first get data into teh master table where new famid is generated. Now in all referece tables i need the new famid...

  • RE: DTS help for accesing ACCESS db.

    Exactly all databases have same table and table has same structure across all dbs. all i need is to pick one db at a time from say one temp tabl...

  • RE: st.proc convert to sql script

    This is justa  sample st.proc wherein i am using a cursor within a cursor. if i execute it thru st.proc it works fine. Is it something that can be executes...

  • RE: Permissions to see processes

    I am not sure if its something to with 2005 version but i have an id with dbo privileges but still if i use that id to check all processes...

  • RE: max worker thread sql server

    So does that mean this setting has configured default value as 255?

    max worker threads

  • RE: Trigger validations

    My Dts have a a flat file with a sql server connection and data gets loaded using transform data task. Whats the best approach to check for null values? I can have...

  • RE: Setting values in DTS transformation

    No i havn't tried this before. Any suggestions on this please. TIA

  • RE: Setting values in DTS transformation

    I have a DTSPump taskw here transformatiosn are set up from a text file to a sql table. Thsi runs for multiple files on a  single folder. ALso in the...

Viewing 15 posts - 31 through 45 (of 153 total)