Forum Replies Created

Viewing 15 posts - 1,066 through 1,080 (of 7,636 total)

  • RE: SQL 2005 Memory Issue

    carloparcon (2/3/2010)


    hello there, im not familiar with sql so please help me

    our server is windows server 2008 standard edition, 4gb ram, 2x250gb hdd raid

    with sql server 2005

    the problem is,

    after...

  • RE: How to Prevent DBA's from viewing the data

    Roberto Fonseca (2/3/2010)


    Donยดt you think that "Oracle Database Vault" is a great feature that Microsoft should create in SQL Server?

    Uh sure, if getting a mostly illusory sense of data security...

  • RE: Virtual PM's for Jeff...

    kraaitje (2/3/2010)


    Thanks Barry, great function. I use it when generating procedures using dynamic SQL to view the output. Normally, I use PRINT @sql but the @sql variable is more then...

  • RE: how to create a conditional Alter Statement

    You need dynamic SQL to do this.

  • RE: TempDB into Memory

    Jeff Moden (2/2/2010)


    Why is there a limit to begin with? Is it just due to the physical nature of the device?

    Yes, basically. Each sector will only deliver a...

  • RE: The Sixty-Second Guide to becoming a SQL Server DBA

    David Burrows (2/2/2010)


    Oh! And btw Barry nice article ๐Ÿ˜€

    Short and succinct :satisfied:

    thanks, dave!

  • RE: SQL DBA

    Heh. Yeah, that's why I wrote it. This question is like #5 or 6 on the hit list... ๐Ÿ™‚

  • RE: SQL DBA

    daxonic33 (1/19/2010)


    Hi I am currently trying to seek profession in SQL DBA but I have not background in Computer accept just basic knowledge in PC. So Please some one...

  • RE: Change Font Color ?

    Yes, this is one of the long-standing site bugs that I always forget to mention when they ask. You are supposed to be able to use the color-code names,...

  • RE: Where are my Old Posts ?

    Check your Subscribed Threads list. I usually get the best results from that.

  • RE: SQL server Service Broker -- Reading same Message by multiple Users in the queue

    Technically, yes, multiple users can "read" the same message, but this trick lacks queuing delivery and synchronization control and is almost certainly not what you want.

    If you want "guaranteed multiple...

  • RE: Recursive Table Hierarchy?

    You do not describe anywhere what the differences and relationships are between a character-class and a job-class. We cannot really answer your question without knowing that.

  • RE: Database design question

    I good question, but we cannot really help you to answer it without more information. First we need to know a bit about your requirements and specifications, and you...

  • RE: Sub-queries vs correlated sub-queries

    Jeff Moden (1/16/2010)


    Heh... maybe I should turn it into an article... the question does come up often enough. That's how my very first article was born... the one on...

  • RE: Parallelism in USP with XML

    If you can post the queries and the before and after query plans, we should be able to tell you what is going wrong.

Viewing 15 posts - 1,066 through 1,080 (of 7,636 total)