Forum Replies Created

Viewing 15 posts - 4,441 through 4,455 (of 9,707 total)

  • RE: Strange Date overflow - what am I missing

    What you might consider is either a subquery, CTE, or TempTable for your initial Tally Table pull. Pull just the numbers from the Tally Table that you need and only...

  • RE: pivot?

    This definitely looks like a job for dynamic SQL. The thing to remember, though, is that the PIVOT command requires some sort of aggregation, which may skew the result set.

  • RE: sql

    It also depends on what you mean by "add." Are you referring to the Create Table statement or are you referring to adding the column to a resulting data set,...

  • RE: Bulk Insert works but leave's spaces in data

    Your solution is to either don't use Bulk Insert (use SSIS and trim the data on import) or import the data into a staging table, trim the spaces off, then...

  • RE: Strange Date overflow - what am I missing

    I am probably phrasing this wrong (and someone will gently tap me upside the head with the pork chop launcher to correct me)...

    From what I've seen, SQL has a...

  • RE: Are the posted questions getting worse?

    SQLRNNR (4/20/2012)


    Brandie Tarvin (4/20/2012)


    Unrelated question:

    Has anyone heard of a company called Kaseya? They apparently do IT software, user conferences, and webinars, but I can't find much more out about...

  • RE: Are the posted questions getting worse?

    Unrelated question:

    Has anyone heard of a company called Kaseya? They apparently do IT software, user conferences, and webinars, but I can't find much more out about them - reviews,...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (4/20/2012)


    New rule, Threadizens, if you go down at a conference, you have to get word back to another Threadizen. Some of us actually do care (a little).

    More than...

  • RE: Abnormal SQL issue

    You are welcome. We all hope it helps.

  • RE: Are the posted questions getting worse?

    I am starting to do guest posts on my writing blog and I'm wondering if any of you Threadzian authors (who have done editing or writing on SQL Server books)...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (4/18/2012)


    SQLRNNR (4/18/2012)


    Stefan Krzywicki (4/18/2012)


    jcrawf02 (4/18/2012)


    Stefan Krzywicki (4/18/2012)


    Just complaining for a second

    Scope for variables in SSIS are utter crap, it'd be better if scope didn't even exist here. Yes,...

  • RE: Are the posted questions getting worse?

    How about a slight change of subject. Still "worst questions" but of the humorous sort.

    We've all heard about the admin assistant who switched from typewriters to computers and started whiting...

  • RE: creating DDL having datetime field

    Does that mean you are good to go, or that you still need help?

  • RE: Are the posted questions getting worse?

    In the spirit of bad questions getting posted, here's mine.

    I have a "Incorrect syntax near ncp". How do I resolve?

    And now I shall hide in the Tent. Guard Hippo, defend...

  • RE: Today's Random Word!

    Tootsie

Viewing 15 posts - 4,441 through 4,455 (of 9,707 total)