Forum Replies Created

Viewing 15 posts - 5,476 through 5,490 (of 6,022 total)

  • RE: Hi to all

    sonwane.pratibha (7/18/2011)


    SQL DBA or Developer can create the actual execution plan ?

    Using query or join hints, the developer can influence the decisions that SQL Server makes when it creates the...

  • RE: SQL Script

    martin.kerr 34088 (7/18/2011)


    Hi, I am quite new to SQL and would like a list of all the script words/language that i will need if possible.

    Thanks

    "To know ten thousand things, know...

  • RE: DDL Trigger to prevent dropping of a specific table?

    upstart (7/14/2011)


    Well, the reason I am worrying about this one specific table being dropped is because it is used to store information from another DDL trigger we have setup on...

  • RE: [Help] Table to express mathematical expression?

    Your description of the problem alone is not clear enough. Since the question is essentially how to develop the DDL for the table and SQL query, let us know how...

  • RE: Naming Conventions

    For the past several years I've stuck this convention: I name my tables after singular nouns, and if the primary key is a system assigned integer (ex: identity), then that...

  • RE: How to add "dot" after every three digits in a number in sql 2005

    obarahmeh (10/19/2008)


    Dear all,

    If this number " 4690573010" is the result of a sql statement: what should I do to retrieve this number in the following format:

    469.057.301.0

    I mean: add a...

  • RE: How Many Times Will This Happen?

    A couple of years ago, I had the files located under my wife's My Documents folder encrypted using Windows Encrypted File System (EFS). Then one day it somehow got corrupted...

  • RE: A Little Interviewing Advice

    There are some DBAs who do nothing but provision servers and disk storage, schedule backups, etc. You may see that in a large organization like Google where there are hundreds...

  • RE: DRI or No DRI?

    Craig Farrell (7/14/2011)


    Eric M Russell (7/14/2011)


    If a primary key occurs in another table, then I most always create a foreign key relationship, and if there is a simple business rule...

  • RE: DRI or No DRI?

    If a primary key occurs in another table, then I most always create a foreign key relationship, and if there is a simple business rule that can be applied to...

  • RE: DRI or No DRI?

    Sometimes I use DRI but most of the time I do not.

    When DRI is used, it makes truncating tables difficult. You need to do them in a very specific...

  • RE: A Little Interviewing Advice

    I don't think that knowing from memory the syntax for infrequently used T-SQL statements and admin commands is relevent. However, I do expect a candidate to complete the following test...

  • RE: A Little Interviewing Advice

    Freddie-304292 (7/13/2011)


    I get really annoyed by interviewers who expect you to know every bit of syntax off the top of your head and don't accept answers like the above. ...

  • RE: A Little Interviewing Advice

    I think that employers, clients, and managers appreciate when an IT professional openly admits what they don't know while still demonstrating what they actually do know. When I've done job...

  • RE: What is the concept of Dataware house

    A data warehouse is a database that consolidates data across the entire enterprise or organization. The database should be nonvolatile, meaning that data which is updated or deleted in the...

Viewing 15 posts - 5,476 through 5,490 (of 6,022 total)