Forum Replies Created

Viewing 15 posts - 2,371 through 2,385 (of 5,109 total)

  • RE: Corrupt SQL file how to restore?

    I'm also a little amazed the OP says they're using SQL (Server?) Version 5, which I'm pretty sure never existed.  Even if it did, it would have been out of...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson - Friday, December 22, 2017 9:26 AM

    Merry Christmas everyone and a happy new year. 
    😎

    Merry Christmas everyone, hope you enjoy...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Can't read the formula =NA() from Excel into SSIS

    Your problem is that =NA() doesn't represent NULL. Even according to the documentation, it returns an error; which is represented by the text (important word there 😉 ) #N/A. To...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: SSIS Logging (None level)

    Quoting from Integration Services (SSIS) Logging:

    None: Logging is turned off. Only the package execution status is logged.

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: I don’t know how to help with database…

    You're going to need a lot more specific that this... A LOT more.

    When you say "her database stopped working" are you saying that the SQL Server instance isn't...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Split a Record using Substring

    I'm honestly not sure SQL Server is the correct answer to doing this. This is going to take A LOT more than a SUBSTRING. Especially if that error...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Issue converting image data type to string

    Try converting back to varchar, rather than nvarchar? If your initial string was a varchar, you need to convert back to that. For example:
    SELECT CONVERT(nvarchar(100),CONVERT(varbinary,CONVERT(image,'sdfashgu3o4ggjkxchbvkjasgvftkj'))); --varchar to...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Are the posted questions getting worse?

    Brandie Tarvin - Thursday, December 21, 2017 5:14 AM

    I get why they did it, removing all hyperlinks from the emails so people...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Are the posted questions getting worse?

    Sean Lange - Thursday, December 21, 2017 7:50 AM

    My wife's company has recently started adding [EXTERNAL] to the beginning of the...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Need to a Query

    This might be easier with Extended Events on SQl Server 2012. I honestly can't recall if XE is available on 2008.

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Using a Column's value for the XML Path's value

    Thanks Eirikur, but that was the method I was trying to avoid, due to there being over 85 variations of the frame in the full data. The REPLACE method posted...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: How am I running out of memory?

    That's an SSMS error, not SQL Server. SSMS is a 32bit application, and thus is quite limited on how much memory it can address (can't recall if it's 512MB or...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Using a Column's value for the XML Path's value

    OK, got it. My initial solution worked, but because the original data I had was also coming from XML, it was just overkill for the server. Instead, I put all...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Are the posted questions getting worse?

    Nevermind.

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Using a Column's value for the XML Path's value

    aaron.reese - Tuesday, December 19, 2017 8:36 AM

    Thinking outside the box, could you write a cursor that prints out the SQL for...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

Viewing 15 posts - 2,371 through 2,385 (of 5,109 total)