Forum Replies Created

Viewing 15 posts - 271 through 285 (of 325 total)

  • RE: Social Engineering Dangers

    I guess it's the always thinking and always curious human nature that is the driving factor behind this. If you say that something is not supposed to be done, the...

  • RE: Unable to bring db in multi user mode

    Hardy21 (9/14/2010)


    If any service is connecting to your database on timely manner than stop that service. Because your database is currently in Single user mode, if that service is connecting...

  • RE: Social Engineering Dangers

    Interesting take on social networking, Steve. I personally don't use any social networking features (except participating in forums on sites like Microsoft community pages, BeyondRelational, SQLAuthority, SQLAloha and SSC :)...

  • RE: HAVING EXISTS

    rahul2671985 (9/14/2010)


    I didnt get the exists condition here.. hw it works? can anyone explain me plz?

    Thanks,

    rahul

    Rahul, please follow the entire discussion from page# 1, and I am sure you will...

  • RE: SQL server logs

    SKYBVI (9/14/2010)


    @ nakul

    What do you mean by all users or some?

    I just see the sql server logs and I find this error happeneing every minute

    I also checked the aliases on...

  • RE: SQL server logs

    I am leaning more on the human error phenomenon.

    The first question is whether this is happening to only a few users or to all requests being handled by the production...

  • RE: What login should a DBA use for non-emergency work

    In my opinion, the sa account's password must be as complex as possible - and as less used as possible. For non-emergency work, the DBA's Windows login must be added...

  • RE: SQL TRIGGER

    martin.edward (9/14/2010)


    Thanks, but what does the part :- 'for insert not for replication mean'. On which table is the trigger on ?

    The trigger is on the table specified after the...

  • RE: Restore SQL 2000 DB into SQL 2008 DB Server

    Hello!

    Thanks for the quick response.

    By any chance are there any READ-ONLY filegroups in the database?

    http://support.microsoft.com/kb/934713

  • RE: Convert negative varchar value to negative numeric

    Completely generic - no CAST/CONVERTS...

    DECLARE @MyTable TABLE (MyNumericVal VARCHAR(100))

    INSERT INTO @MyTable VALUES ('50.10-'),

    ...

  • RE: Restore SQL 2000 DB into SQL 2008 DB Server

    Hello!

    The first things I would check for are:

    1. During the restore, are the DB files being created on disk? (i.e. monitor the folder where you are restoring and see if...

  • RE: Fun with Transactions - Part I

    da-zero (9/14/2010)


    Nice question about the transaction basics. As I'm reading the self-paced training kit for the database developper certification, this was a really easy one for me, as it is...

  • RE: Disabling Indexes

    Hello!

    The goal of this question was to have a deeper understanding of how SQL Server behaves, and not making the questions harder. Emphasis is therefore on the fact that if...

  • RE: Disabling Indexes

    Hello!

    Thank-you all for your kind comments and feedback.

    I am sorry that a few of you did have some trouble trying to get the code running on your servers. I...

  • RE: HAVING EXISTS

    Robert Frasca (9/8/2010)


    ..., there can never be anything GREATER THAN a?...

    Robert, I believe the key is to treat the groups individually. Therefore, when Group 1 from "a" is being evaluated...

Viewing 15 posts - 271 through 285 (of 325 total)