Forum Replies Created

Viewing 15 posts - 466 through 480 (of 6,679 total)

  • Reply To: Finding difference in two databases/tables

    That is confusing - how did you 'copy' the view from QA to production?  And how would that create a table instead of a view?

    You stated you used the code...

  • Reply To: Finding difference in two databases/tables

    I am just going to comment on the last post here - not sure what else has been stated.  The problem with the view is the fact that you are...

  • Reply To: Select Statement with two extra column headers

    You just add the additional columns to the statement, the following adds the columns as empty strings:

    $LastLoginQry = "SELECT `
    Distinct SUBSTRING([ModuleAndEventText], charindex('\', [ModuleAndEventText])+1, charindex(' has logged in',...
  • Reply To: Consistent Time

    ZZartin wrote:

    I'm still not sure why you think there is a timezone requirement.

    I don't - I stated there is a time zone *offset* requirement.  If you don't have the offset...

  • Reply To: Consistent Time

    ZZartin wrote:

    I'm saying that there's a number of ways to get timezone without using a datetimeoffset and for that matter without even storing timezone itself because that information can often...

  • Reply To: Consistent Time

    It is interesting - the DATETIMEOFFSET data type is natively stored as UTC and provides the offset that was active at that time.  To the point where you need to...

  • Reply To: Consistent Time

    ZZartin wrote:

    To my point - if you are using datetime or datetime2 and need to be accurate across time zones, then you must have some method of determining the offset...

  • Reply To: Consistent Time

    ZZartin wrote:

    Jeffrey Williams wrote:

    We can agree to disagree - but let me ask you this: How can you determine which entry in your table was entered in New York - and...

  • Reply To: Consistent Time

    Jeff Moden wrote:

    My rub on the subject is concerning portable devices.  It's not like people religiously change the timezone on their machine and what does datetimeoffset in EF use as a...

  • Reply To: Consistent Time

    Jeff Moden wrote:

    Jeffrey Williams wrote:

    My point is that deciding to use a DATETIME2 and only storing UTC dates/times only without also storing the time zone offset or time zone information is inherently...

  • Reply To: Consistent Time

    Jeff Moden wrote:

    Jeffrey Williams wrote:

    We can agree to disagree - but let me ask you this: How can you determine which entry in your table was entered in New York - and...

  • Reply To: Consistent Time

    We can agree to disagree - but let me ask you this: How can you determine which entry in your table was entered in New York - and how do...

  • Reply To: Consistent Time

    I selected what was provided as the 'correct' answer - but I disagree that is the correct answer.  For a system dealing with multiple time zones - you actually want...

  • Reply To: How to unzip the Updates files and avoid which are already unzipped?

    Jobs90312 wrote:

    Jeffrey Williams wrote:

    You asked how to use WinSCP in SSIS - the assumption would be that you are currently using WinSCP manually to synchronize the folders.  Is that correct?

    My next...

  • Reply To: Transaction log full error 9002 on Alwayon Availability groups

    Ant-Green wrote:

    What is meant by Cleanup the transaction log after removing the db from AG?

    This means removing the database from the AG, and shrinking the log by whatever means necessary,...

Viewing 15 posts - 466 through 480 (of 6,679 total)