Forum Replies Created

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

  • RE: Triggers to Execute in Pre Defined Order

    Is there any way to set order for triggers if teh same is more than 3-4 . coz i have a table which fires more than 12 triggers.

  • RE: Large LDF file of an inactive DB

    Hi,

    Run teh Following commands

    BACKUP LOG <DBNAME> WITH TRUNCATE_ONLY

    DBCC SHRINKFILE (<DB_LOG FILE NAME>, 2)

    This Should reduce the file to 2 MB The Normal Log backup wont Truncate the File. else you...

  • RE: Fixing SysDepends

    Wish List

    1) Need t Generate the Diagram for the result set of the Objects which are returned by an input .

    2) Printing

    3) Would like to see the report in Pages....

  • RE: Fixing SysDepends

    Wish List

    1) Need t Generate the Diagram for the result set of the Objects which are returned by an input .

    2) Printing

    3) Would like to see the report in Pages....

  • RE: Is it Possible to use MSDE as Subscriber ???

    Hi,

    Thanks. Its working now i used the windows Synchrinisation manager.

    But When i used the exex SvrNetCn.EXE i am Getting a Message Box Operation Complteted Successfull and closing. Any Idea...

  • RE: Setting up MSDE w/Enterprise Manager

    Hi,

    Hi to Give a Password install the MSDE from Command Prompt like the following

    setup sapwd "sapwd"

    once this is done . you need to go to windows registry

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\

    change the value of...

  • RE: Finding duplicate entries

    I am not sure when this was posted or wether this got solved. happend to see one thread while browsing. But I havent found any one suggesting having clause. I always use...

  • RE: sorting a column

    Hi,

    Was just curious that how parsename will work if the number of '.' are more than 3.  

    I feel this is being used to represent some sort of tree data.

    Jeswanth

  • RE: Replacing Cursors and While Loops

    Happend to see this while browsing . thought it might be relevant here. have a look

    http://www.sqlteam.com/item.asp?ItemID=2368

    Jeswanth

  • RE: URGENT:Indexes removed

    I feel the discussion is leading to a wrong way. Instead of discussing the ways to retrieve the db to a proper shape it’s ridiculous to post such allegations against his own...

  • RE: URGENT:Indexes removed

    HI,

    Do restore an old copy as a new database and Get the Key information from the System Tables and run in the Db where its missing. Thats all i see...

  • RE: Replacing Cursors and While Loops

    Try this code. you might save remaining 12 Minutes also..

    UPDATE

     B

    SET

     b.id = A.id

    FROM

     dbo.many_tbl A inner join dbo.OutpUt_tbl B

     ON A.id = B.ID

     

    Jeswanth

  • RE: Sql Server tools are hanging..

    Thank you all for the replies. Again this time also I learned some thing from your replies..

    Then I got this problem solved by doing a cold boot.. the server was...

  • RE: DB Selection Combo is Opening Very Very Slow

    its coming quick.. thats how now every one getting the database list now.

     

  • RE: Any suggestions please?

    Hi,

    If the problem is still existing ,

    do the following.

    As you might have got that its coming because of duplicate records. so you need to correct the same by removing...

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