Forum Replies Created

Viewing 15 posts - 7,966 through 7,980 (of 26,490 total)

  • RE: Restore Transactional Log Backup

    jasona.work (4/15/2013)


    You want to use "With NoRecovery" not "With Standby."

    Standby will roll back any uncommited transactions and put the DB in read-only. NoRecovery basically tells SQL Server that there's...

  • RE: LOB and OLTP

    Robert-378556 (4/15/2013)


    Lynn Pettis (4/15/2013)


    I think you are thinking of BLOB - Binary Large OBject or CLOB - Complex Large OBject.

    I have used the term LOB - Line Of Business for...

  • RE: Date Intervals like YTD

    It also depends if the Fiscal Months/quarters/year will map to actual months/quarters/year. Most of the companies I have worked for the fiscal year/quarters/months may not have been the calendar...

  • RE: Date Intervals like YTD

    I'm not exactly sure what you are looking for here. Are you trying to display aggregate values for YTD/QTD/MTD side by side, are you attempting to return separate result...

  • RE: LOB and OLTP

    Michael Valentine Jones (4/15/2013)


    Lynn Pettis (4/15/2013)


    Robert-378556 (4/15/2013)


    First choice with such questions is in most cases google, then wiki, then forums, just because you have a high probability to get an...

  • RE: How the ssrs expressions works for DateDiff?

    ashuthinks (4/15/2013)


    I'm working on SSRS reports there is on column i.e Holding period where we actually calculate for

    how many days the company is hold in our database (we compare with...

  • RE: Find client accounts missing a specific service

    It is difficult to provide correct answers to questions when we can't see what you see.

    Please read the first article I reference below in my signature block. It will...

  • RE: LOB and OLTP

    Robert-378556 (4/15/2013)


    First choice with such questions is in most cases google, then wiki, then forums, just because you have a high probability to get an accurate answer immediately.

    OLTP = On-line...

  • RE: please help with cursor syntax

    Well, I won't be at Pass this year, but I will sure try to make it to PASS in 2014.

  • RE: Help using like operator

    iiit.raju (4/14/2013)


    I have a table

    create table accounts

    (

    accname varchar(100),

    recstatus bit

    )

    and records are as follows:

    Insert into accounts values ('Pepsi Co',0)

    Insert into accounts values ('Pepsi Co',0)

    Insert into accounts values ('Prudential',1)

    Insert into accounts values...

  • RE: please help with cursor syntax

    KoldCoffee (4/14/2013)


    LP has soul? If you say so :pinch:.

    I don't know if I should take this as a joke or an insult.

  • RE: Question about query hint nolock

    Jeff Moden (4/13/2013)


    mister.magoo (4/13/2013)


    Any ideas?

    Yes, but they're probably not viable for your situation. My recommendations would all start with "Get rid of..." and "Replace the..." and end with "...

  • RE: If statement in combination with case statement

    I'll be honest, you will get much better answers if you could provide us with the more detail regarding your environment and what you are trying to accomplish. Please...

  • RE: LOB and OLTP

    river1 (4/14/2013)


    Hi Guys,

    I have see people talking about relational databases as OLTP but now I have started to ear people talk about LOB database.

    Are they exactly the same thing?

    Thanks

    If by...

  • RE: Slow running query

    eseosaoregie (4/13/2013)


    Hi Jeff, thanks for your reply. I will give this a go when i am back at the office. Just one question for future reference. What is an EAV...

Viewing 15 posts - 7,966 through 7,980 (of 26,490 total)