Forum Replies Created

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

  • RE: Partitioning - Part 3

    --Sql Server 2000

    create table t1 (sno int, dob smalldatetime,name char(10))

    create table t2 (sno int, dob smalldatetime,name char(10))

    insert into t1 select 1,'01-01-2006','a'

    insert into t1 select 2,'01-07-2006','b'

    insert into t2 select 3,'01-01-2007','c'

    insert into...


    Kindest Regards,

    Tahir

  • RE: Rethinking Analysis Services

    Dear Martin Vrieze

    It is not the matter of man-hours and cost or solution to SURVERY task but is a creative way of using some technology and offcourse my...


    Kindest Regards,

    Tahir

  • RE: How to control the disability of SQL Query Analyzer Selection?

    Just login as

    sa

    or other superuser.

    Best regards,

    Tahir275


    Kindest Regards,

    Tahir

  • RE: The 64-bit Question

    Happy anniversary!


    Kindest Regards,

    Tahir

  • RE: Creating a View against a Linked Server

    Don't know about Advantage Database Server v8.1 database.

    Can u run a Select query againt this linked server usign fully qualified table name,  mean with out View ???


    Kindest Regards,

    Tahir

  • RE: Non clustered question

    Thanks all. NICLEY explain.

    This explaination in simple english helps others as well.

     

    Tahir275


    Kindest Regards,

    Tahir

  • RE: Home Sweet Home

    Crossing the home land international border cannot describe in 100 Miles.

    I am working away from my brith place Pakistan now in UAE. Good experience but no need for showling with...


    Kindest Regards,

    Tahir

  • RE: The Best Database

    Cricket ...Cricket ...Cricket ...Cricket ...Cricket ...Cricket ...Cricket ...Cricket ...Cricket ...Cricket ...


    Kindest Regards,

    Tahir

  • RE: SQL Server Installation

    Any one else there to help ??????


    Kindest Regards,

    Tahir

  • RE: @@servername ????????? empty output

    Thanks dear

    EXEC sp_addserver 'servername', 'local'

    works just fine.

     


    Kindest Regards,

    Tahir

  • RE: @@servername ????????? empty output

    On named instance

    SELECT @@servername

    gives NULL

     


    Kindest Regards,

    Tahir

  • RE: @@servername ????????? empty output

    On named instance

    SELECT @@servername

    gives NULL

     


    Kindest Regards,

    Tahir

  • RE: Changing Server name

    According to BOL

    When u rename the SQLPRO12 to SQLLFG, on next startup your instance will be look like

    SQLLFG\Instance1

    SQLLFG\Instance2.

    This is for Sql Server 2000.

    but for Sql Srever 7 i think u need to...


    Kindest Regards,

    Tahir

  • RE: Apologies to Ken Henderson

    Steve

    I really don't like the way that _ _ _ author did (copier not researcher). Reply to your explanation is very essential so that such persons should know that...


    Kindest Regards,

    Tahir

  • RE: Notification on update

    Hi James

    i think u can send notification like following

    create table t1 (sno int )

    go

    create trigger trgt1 on t1 for insert

    as

    exec master.dbo.xp_cmdshell 'net send tahir helllooooo'

    go

    insert into t1...


    Kindest Regards,

    Tahir

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