Viewing 15 posts - 466 through 480 (of 6,678 total)
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...
August 20, 2022 at 5:13 pm
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',...
August 20, 2022 at 4:21 pm
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...
August 18, 2022 at 10:04 pm
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...
August 18, 2022 at 9:54 pm
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...
August 18, 2022 at 8:10 pm
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...
August 18, 2022 at 8:05 pm
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...
August 18, 2022 at 5:08 pm
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...
August 15, 2022 at 11:54 pm
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...
August 14, 2022 at 3:55 pm
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...
August 13, 2022 at 4:19 pm
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...
August 12, 2022 at 8:30 pm
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...
August 12, 2022 at 7:36 pm
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...
August 12, 2022 at 4:30 pm
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,...
August 11, 2022 at 5:57 pm
FWIW - I backup a 6TB+ database every night in less than 2 hours. That process backs up to a local drive - then copies the file...
August 10, 2022 at 7:47 pm
Viewing 15 posts - 466 through 480 (of 6,678 total)