Forum Replies Created

Viewing 15 posts - 1 through 15 (of 116 total)

  • RE: How to use xp_get_script from t-sql

    I have tryed that, but not able to get any script out.

    just getting below error.

    Msg 22047, Level 16, State 0, Line 0

    Error executing xp_get_script extended stored procedure: Specified resource name...

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: SQL Server licences information

    Thanks dmanju for your help.

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: Problem in flat file import

    I already tried {,}{CR}{LF} this option but it didn't work.

    Now I am using Script Task for getting rid of that extra comma. so far its working fine.

    Thanks all for your help.

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: 64 bit sql server responding slow

    Hi All,

    Thanks for your help.

    The problem is solved now, their where 2 problems.

    One with server Ethernet port, never would have guessed unless saw some lost packets. The other one was...

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: 64 bit sql server responding slow

    Hi Stefan,

    I tried recreating Index every thing, but no luck.

    I think what you said about the system db might be true, but not sure as of now how much that...

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: find users

    How about using "sp_helplogins"

     

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: Tree View Data Report

    Hi, This link may be help full for you.

    http://vyaskn.tripod.com/hierarchies_in_sql_server_databases.htm

     

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: IS NUMERIC OUTPUT

    David i agree with you on this, even i have customized my function do deal with this issue.

    Thank you all very much for your suggestions.

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: IS NUMERIC OUTPUT

    I had a function in 2000 which use to substring & convert values from varchar column, now this is failing in 2005 because its excepts the "\" char as number but...

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: Remove time part from datetime column

    Thanks a lot for all your help.

    I wanted my final output as datetime.

     

      

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: Remove time part from datetime column

    I have data in one table without time & while writing the query i have the statment says col1> getdate(), which gives different result as getdate comes with time so i...

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: Remove time part from datetime column

    I want my final output should be date only not varchar.

    this is what i am useing now..

    select convert(datetime,convert(varchar,getdate(),105),105)

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: Autostart a trace in sql server 2k

    How are you using the trace, but SP or by Profiler?

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: Table Row Counts for an Instance

    THis query should help you.

    Exec sp_MSforeachdb  'select name,rowcnt from ?..sysindexes where id in (select object_id(name) from ?..sysobjects where xtype =''u'') and status = 0'

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • RE: Couldn''''t replace text

    check if the data grid is truncating some part of your resultset.

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • Viewing 15 posts - 1 through 15 (of 116 total)