Forum Replies Created

Viewing 15 posts - 331 through 345 (of 8,731 total)

  • RE: SQL Like ( not beginning with )

    savioceg - Wednesday, August 15, 2018 11:36 AM

    Luis Cazares - Wednesday, August 15, 2018 10:22 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: How am I doing?

    t.ovod-everett - Wednesday, August 15, 2018 10:14 AM

    Steve Jones - SSC Editor - Wednesday, August 15, 2018...

    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 Like ( not beginning with )

    savioceg - Wednesday, August 15, 2018 9:34 AM

    Jonathan AC Roberts - Wednesday, August 15, 2018 9:20 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: Developer vs Standard edition

    One more vote to a data problem. If you're on the correct version of SQL Server, you could do something like this to find the problem.

    SELECT...

    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: Findfirst VBA for SQL table

    Let's not forget about the possibility of SQL Injection. This code seems wide open to it.
    Bobby Tables: A guide to preventing SQL injection

    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?

    Beatrix Kiddo - Tuesday, August 14, 2018 10:33 AM

    jonathan.crawford - Monday, August 13, 2018 1:00 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
  • RE: DATEADD YYYYMM

    sgmunson - Tuesday, August 14, 2018 9:27 AM

    Luis, what Eirikur is saying breaks is adding 31 days, especially if one happens...

    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: Why QUOTENAME is important

    RonKyle - Monday, August 13, 2018 6:22 AM

    Why did you use a sysname data type in your example?  I've used this approach...

    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: DATEADD YYYYMM

    Eirikur Eiriksson - Friday, August 10, 2018 11:13 PM

    texpic - Friday, August 10, 2018 7: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
  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson - Sunday, August 12, 2018 9:40 AM

    You mean "indices" 
    😎

    Funny that I always read that as "índices"...

    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?

    ZZartin - Friday, August 10, 2018 9:22 AM

    Jeff Moden - Friday, August 10, 2018 7:14 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: Huge number of tables

    Lynn Pettis - Friday, August 10, 2018 11:24 AM

    ZZartin - Friday, August 10, 2018 11:22 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: Adding and removing indexes

    Ronnie65 - Friday, August 10, 2018 12:36 PM

    Hi Friends,