Forum Replies Created

Viewing 15 posts - 16 through 30 (of 44 total)

  • RE: Reindexing job is failing

    Thanks for providing....

    i will update u

  • RE: Reindexing job is failing

    select max(len(name)) from sys.databases

    Result

    32

  • RE: Reindexing job is failing

    Please check i have attached complete procedure.

    Thanks in advance

  • RE: How to increase performance of a table which is having 16 GB data

    Thanks Gila...

    Need to start my analysis.

    I am going to get some stats on that table.

    --where the table is getting accessed in frount end

    --what the table indexes, these...

  • RE: Trage Flag info

    SQL Server sends a new query notification to the application, SQL server can’t find the remote service.

    Following errors are getting logged in application log. beacause of any loggings event...

  • RE: Temp db creation

    we have cluster env.....if we do node failover to passive node will tempdb will recreate.

  • RE: Procedure is taking much time

    Above procedure execution is taking more time to complte

    arround 2hour

  • RE: Procedure is taking much time

    we have desined this procedure to get data from another db where the data in able to huge.

    tableA will having :ID and row_number

    TableB is having :Document_version_id and row_number

    TableC is having...

  • RE: Capacity planning

    I am not getting report options

  • RE: Capacity planning

    yes....

    i need data for each table in database where as i am using sqlserver 2005.

  • RE: No of connection

    will it right procedure for to get current login information

    select ec.connection_id,es.session_id,es.login_time,es.host_name,es.status,es.prev_error,

    er.request_id,er.session_id,er.transaction_id

    from sys.dm_exec_connections ec INNER JOIN

    sys.dm_exec_sessions es on ec.session_id = es.session_id join dm_exec_requests er

    on er.connection_id=ec.connection_id where es.session_id>51

  • RE: data exporting issue

    It really working fantastic solution........ many thanks.

  • RE: data exporting issue

    Hi Sean,

    i found there is tab separation in my column data.i suspect that due to tab space in the column data it was happening.

    how can fetch the data...

  • RE: data exporting issue

    hi Sean Lange,

    I have a tab separation is column data where it was

  • RE: Type conversion issue

    Row delimiter (CR LF) in the column data?

    ''New Line"

    Column delimiter in the column data?

    |

Viewing 15 posts - 16 through 30 (of 44 total)