Forum Replies Created

Viewing 8 posts - 241 through 249 (of 249 total)

  • RE: SQL Server Installation

    I am Getting just "Setup Failed" error.

    Thank You.

    Regards,
    Raghavender Chavva

  • RE: Cannot generate SSPI context

    I am using SQL Server 2000 not 2005

    Thank You.

    Regards,
    Raghavender Chavva

  • RE: Cannot generate SSPI context

    Sorry,

    I can't understand you ?

    can you please brief it ?

    my sql server is named instance which is in my local system only, when I tried to expand the instance...

    Thank You.

    Regards,
    Raghavender Chavva

  • RE: Deleting data in tables

    Hi Kumar,

    please try below query:

    Use Database name

    declare @text varchar(40)

    declare trig cursor for select name from sysobjects where xtype='u' and name not like 'dtproperties'

    open trig

    fetch next from trig into @text

    while(@@fetch_status=0)

    begin

    create table...

    Thank You.

    Regards,
    Raghavender Chavva

  • RE: SQL Server 2000 installation

    Thank you Very much.

    Thank You.

    Regards,
    Raghavender Chavva

  • RE: SQL Server 2000 installation

    Hi,

    Thank you for your quick response, but I am unable to find SQL Server Licencing tool in Control Pannel, can you please give me full path of that tool.

    Thanks in...

    Thank You.

    Regards,
    Raghavender Chavva

  • RE: SNAP-IN CREATION FAILED

    Thanks for the information.

    I have got the solution for my issue from http://support.microsoft.com/kb/914157

    Thanks to every one again.:)

    Thank You.

    Regards,
    Raghavender Chavva

  • RE: System Tables

    Thank you for your reply

    Thank You.

    Regards,
    Raghavender Chavva

Viewing 8 posts - 241 through 249 (of 249 total)