Forum Replies Created

Viewing 15 posts - 7,066 through 7,080 (of 9,399 total)

  • RE: Are the posted questions getting worse?

    Luis Cazares (10/31/2014)


    Lynn Pettis (10/31/2014)


    Getting a error configuring mirroring. I am a programmer with no administration or network knowledge.

    Sorry, but this is a little scary at first.

    I understand that...

  • RE: Creating a backup user/login

    For your own sanity, make sure you understand the difference between logins and users. And to echo what Gianluca said, always use scripts. They help you understand what...

  • RE: How to delete user

    After that, you drop the user with the DROP USER command. This won't drop the SQL login, just the database user. If the default database of the login...

  • RE: Record count of the coulmn field

    I see several things here that are causing you grief. Let's look at them one by one.

    jacksonandrew321 (11/1/2014)


    Create table parcel (id int, name varchar(50), date int, parcel2014 int )

    You...

  • RE: Today's Random Word!

    SQLRNNR (11/2/2014)


    TomThomson (10/31/2014)


    Ed Wagner (10/31/2014)


    SQLRNNR (10/31/2014)


    Ed Wagner (10/31/2014)


    crookj (10/31/2014)


    Ed Wagner (10/31/2014)


    Stuart Davies (10/31/2014)


    Ed Wagner (10/30/2014)


    SQLRNNR (10/30/2014)


    cold

    Snow

    Shoes

    Running

    Nose

    Smell

    Death

    Creeping

    Crawling

    meander

    Wander

  • RE: Have You Been Hacked?

    Eric M Russell (10/31/2014)


    dbishop (10/30/2014)


    Yes they are, or are browsing as part of their job. Like when I go into a Best Buy and tell them I can buy product...

  • RE: Today's Random Word!

    SQLRNNR (10/31/2014)


    Ed Wagner (10/31/2014)


    crookj (10/31/2014)


    Ed Wagner (10/31/2014)


    Stuart Davies (10/31/2014)


    Ed Wagner (10/30/2014)


    SQLRNNR (10/30/2014)


    cold

    Snow

    Shoes

    Running

    Nose

    Smell

    Death

    Creeping

  • RE: service pack question.

    By all means, be sure to test the SP installation on a test system before installing it on production. I had SQL 2005 SP4 break my SQL Server when...

  • RE: Today's Random Word!

    crookj (10/31/2014)


    Ed Wagner (10/31/2014)


    Stuart Davies (10/31/2014)


    Ed Wagner (10/30/2014)


    SQLRNNR (10/30/2014)


    cold

    Snow

    Shoes

    Running

    Nose

    Smell

  • RE: Record count of the coulmn field

    A COUNT function and a WHERE clause are the obvious choices to start with, but your need to give us something more to go on.

    I'm with Phil and Chris. ...

  • RE: What is best practice for loading data into tables with 5 million records plus

    I would start by creating a staging table to receive the data from the file. In SQL 2005, using BULK INSERT to load the table has amazing throughput, but...

  • RE: Specify primary key with varchar.. is it OK? and how??

    alchemy_nator (10/30/2014)


    hi, i'm new here.. i just want to ask you how to specify primary key?? for example :

    T code is for 'table'

    C code is for 'chair'

    2014 is year of...

  • RE: TSQL Query Help

    jonharding2204 (10/31/2014)


    I think you should look into normalizing (splitting the strings so that each value has it's own row) the BID and BWG columns in the #MD table so that...

  • RE: The Geek Costume

    While I'm not really one much for Halloween, if I did dress up for a party, I think my favorite costume would have to be something like a Jedi or...

  • RE: Finding total execution time

    Be wary if you have any scalar functions in the procedure. I've seen it give misleading times on occasion. A way of determining the run time for the...

Viewing 15 posts - 7,066 through 7,080 (of 9,399 total)