Forum Replies Created

Viewing 15 posts - 1,606 through 1,620 (of 8,731 total)

  • RE: Are the posted questions getting worse?

    Koen Verbeeck - Wednesday, February 1, 2017 3:03 PM

    Happy, delighted, humbled and overall gleeful to announce that I'm awarded the Microsoft Data...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • RE: Importing data using bcp

    You might want to take a look at this article.
    http://www.sqlservercentral.com/articles/BCP+(Bulk+Copy+Program)/105867/

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • RE: How can I make my stored procedure more efficient?

    Something like this might help. There's no need to go row by row when you can do all projects at a time. You might want to consider dividing this into...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • RE: Are the posted questions getting worse?

    Brandie Tarvin - Wednesday, February 1, 2017 4:36 AM

    BWFC - Wednesday, February 1, 2017 1:13 AM

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • RE: Byte Me: Avoiding Detection

    Eric M Russell - Wednesday, February 1, 2017 6:11 AM

    Maybe I'm missing something.
    First, why would the PM wander into the server...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • RE: Byte Me: Avoiding Detection

    ThomasRushton - Wednesday, February 1, 2017 1:56 AM

    I have to be very careful, as I sit next to a project manager.

    Come to...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • RE: Today's Random Word!

    Ray K - Tuesday, January 31, 2017 9:42 AM

    DamianC - Tuesday, January 31, 2017 7:47 AM

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • RE: Sql server old bug on update with the same colum

    andrea.dimaio - Tuesday, January 31, 2017 8:05 AM

    Hello

    Don't think i'm crazy 🙂 but i remember there was a known bug on sql...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • RE: Table Valued Function with primary key and spatial index - is this possible?

    How do you add a primary key to a function? That simply makes no sense.
    Maybe you're talking about adding a primary key to a table variable inside a function....

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • RE: t-sql 2012 prefer to not use union all

    I'm assuming that it's only one table with 4 different alias. It could be handled by a left join.

    Select c1.personID
      ,c1.enrollmentID
      ,attributeID=case when c2.value...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • RE: Help to convert Char to Datetime Format

    Lynn Pettis - Thursday, January 26, 2017 11:06 AM

    Mac1986 - Thursday, January 26, 2017 10:57 AM

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • RE: Today's Random Word!

    Ed Wagner - Thursday, January 26, 2017 9:07 AM

    DamianC - Thursday, January 26, 2017 8:57 AM

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • RE: Int vs Bigint

    Thom A - Thursday, January 26, 2017 9:16 AM

    int, bigint, smallint, and tinyint (Transact-SQL).

    BIGINT (-2^63 (-9,223,372,036,854,775,808) to 2^63-1 (9,223,372,036,854,775,807)) can store a...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • RE: Query with multiple conditions (SQL 2016)

    ShawnBryan - Thursday, January 26, 2017 6:59 AM

    Luis Thanks It worked..

    Great!
    Do you understand why/how it worked?

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • RE: Error converting data type nvarchar to numeric

    lskidgel - Wednesday, January 25, 2017 2:36 PM

    Luis Cazares - Wednesday, January 25, 2017 1:45 PM

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2

Viewing 15 posts - 1,606 through 1,620 (of 8,731 total)