Forum Replies Created

Viewing 15 posts - 856 through 870 (of 2,462 total)

  • RE: Question -Find rows where only some fields are duplicate-

    Why you have used here where 1=1

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: How to copy production DB into New Developmant Database?

    poratips (11/6/2012)


    Thanks So much.

    I have another situation that my developer wants some tables from Prodction DB server to their desktop m/c.

    We have already sql express installed and Database and tables...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: How to copy production DB into New Developmant Database?

    poratips (11/4/2012)


    Thanks Jeff.

    When i do again Database Refresh on a By Weekly or Monthly, so i need to follow the same steps or is it any other approach or method?

    ...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Query to long time running........

    Any index on FiledDate OR FieldDescr column ? if not then create tow separate indexes.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Primary Key datatype Bigint vs uniqueidentifier:

    Saravanan_tvr (11/4/2012)


    Most of the MS prodcuts are keeping [uniqueidentifier] as primary key

    Please let me know, what motives is in?

    just for security prospects .. so that nobody can identify...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Backup size estimation

    arnipetursson (11/1/2012)


    Since you are going to 2008, you should be using backup compression by default.

    i read somewhere that compressed backups take cmparatively high CPU (from normal backup files) during...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Syncing Logins and Jobs

    what exactly do you mean by syncing ? drop and then create on destination side ?

    additionally here u need to do some brick work to create some script which will...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: stroe speaical character in table

    harri.reddy (11/2/2012)


    when i am using ssis package ,its gives me error

    Paste the error here

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Creating index

    declare @a int=1

    declare @lsql nvarchar(300)

    set @lsql = ''

    while @a<2056

    begin

    set @lsql = ''

    set @lsql = 'create nonclustered index testindex_' + cast (@a as...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: How to use ROW_NUMBER() for paging data in procedure

    mohsen.bahrzadeh (11/5/2012)


    i want paging result data but i dont know how to do paging.

    please help me. thanks all.

    What exactly do you want here ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: SSIS Package Inside Trigger keeps running endlessly

    vinu512 (10/19/2012)


    So, please guys.....any other suggestions of how I could get this to work??

    for the time begin you can test the SSIS package manually . see if it get blocking...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Which way is better? To join or not to join or does it matter?

    GilaMonster (10/26/2012)


    That's doubly wrong, because EXISTS with correlated subqueries does not perform equally with joins, it's usually very, very slightly better (and actually they're not even equivalent query forms)

    Good learning...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: How to copy a System Stored Procedure to another server

    Raymond van Laake (10/26/2012)


    What I want is that those updates are copied automatically to the Report Server. Once a day, for example in a job that runs at night, is...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Auditing changes in Max Server Memory

    set the profiler trace see if it helps

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: sp_send_dbmail problem

    Mischa E.J. Hoogendoorn (10/25/2012)


    I just do not understand why the test message is sending correctly when these options are not set...

    i stil dont believe this , if the mail...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

Viewing 15 posts - 856 through 870 (of 2,462 total)