Forum Replies Created

Viewing 15 posts - 1,501 through 1,515 (of 7,164 total)

  • RE: Update query is taking longer time

    It could be page splits. What is the fill factor on the index you rebuilt and are you updating a variable length column (e.g. a VARCHAR or NVARCHAR) that either...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: sql server agent jobs

    You can script the jobs from prod using SSMS but note that it will include the schedules.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Today's Random Word!

    Revenant (3/21/2013)


    crookj (3/21/2013)


    sing4you (3/21/2013)


    Sore

    aching

    breaking

    Bad

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: BCP Error : Microsoft][SQL Native Client][SQL Server]Could not find stored procedure 'dbo.EXTGEN_InitSessionContextSp'.

    And just to confirm, when you run this in SSMS what does it do?

    exec PHIL_App..Rpt_JobTransactionsSp 'SRMQDIC','ROD','B','HNS','0','B',null,null,null,null,'000','9999','1/1/2013','3/17/2013',null,null,null,null,null,null,null,null,'T',null,null,'1','0','1033'

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: BCP Error : Microsoft][SQL Native Client][SQL Server]Could not find stored procedure 'dbo.EXTGEN_InitSessionContextSp'.

    skb 44459 (3/21/2013)


    Yes In the code i am appending the Servername but i get same result with or without the ServerName.

    Have you modified SSMS so you can see the entire...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: BCP Error : Microsoft][SQL Native Client][SQL Server]Could not find stored procedure 'dbo.EXTGEN_InitSessionContextSp'.

    skb 44459 (3/21/2013)


    I am running the code from the SQL Server Management Studio.

    Do i need to specify the Server name , user name and password ?

    I do not think you...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Disable & Rename 'SA'

    I just want to start out by saying that I have enjoyed our dialogue very much and that anything coming across as criticism is not meant to be taken as...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server 2005: Transactional replication between hard drives on same server

    Anytime. Thanks for the feedback.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSRS 'Render' and TempDB Growth

    Batches or queries that do not have temporary tables can still use tempdb. For one of many possible examples, if the execution plan has a Sort operator and there is...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: AWE on SQL SERVER 2012 and Windows Server 2008 Data Center?

    64-bit SQL Server still uses the AWE APIs to allocate memory in Windows. No need to worry there. Just set 'max server memory' properly and off you go.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Licensing for Evaluation before Purchase?

    Evaluation Edition is equivalent to Enterprise Edition in terms of functionality and affords 180 days of use. For all licensing compliance information though, never accept the guidance of someone on...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Best approch to finding/fixing miss-spelled names.

    Developing something like this yourself will takes years to perfect and will be low quality if you devote only a small number of resources towards it. Companies like MelissaData have...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server 2005: Transactional replication between hard drives on same server

    There really is not enough info to say for sure what would be best for you, but one misconception I picked up is "choke point is read/write speed of disk"...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Websockets?

    stephen 81278 (3/20/2013)


    Check out this guide on StackOverflow - http://stackoverflow.com/a/13480576/524733

    That links to a technique relevant for MySQL...this is a Microsoft SQL Server Forum :ermm:

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Time out option on DB

    I think you are either being killed by a database "sweeper" process (see Gail's response) in which case you can see that in the SQL Error Log (look for "kill"...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 1,501 through 1,515 (of 7,164 total)