Viewing 15 posts - 871 through 885 (of 2,356 total)
Hello all,
trying to return the time in minutes between the Date1 and Time1 columns and the Date2 and Time2 columns. Help is much appreciated.
create table #TimeDiff
(Date1 date
,Time1 varchar(50)
,Date2 date
,Time2...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 19, 2020 at 1:25 pm
Define "Mirror server".
If you have some sort of replication on the main server that is pushing data to the other three, that could be the cause.
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 19, 2020 at 1:20 pm
Do you have multiple versions of SQL in your CMS? That is likely the cause of your issue.
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 12, 2020 at 4:47 pm
I have never had the transaction log become 2.5 times the data it needed to delete (and still growing). Have I just been lucky and this is more common...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 8, 2020 at 2:33 pm
Aw cmon Jonathan. Let us at least hold on to our visions of youth.
In between the aches and pains.
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 2, 2020 at 6:11 pm
Jeff Moden wrote:Just found this and, being an older person, I'm loving it.
I can see where this is going;)
😎
That appears to...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 2, 2020 at 5:50 pm
For starters, are you sure that the query highlighted is place to start?
If it's executed once a month as part of a some process, then I would ignore...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
September 25, 2020 at 3:28 pm
For starters, are you sure that the query highlighted is place to start?
If it's executed once a month as part of a some process, then I would ignore it.
This report...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
September 25, 2020 at 1:46 pm
So I know that the work is going to have to done on the primary and also the replica, thats how it goes but I wondered if there were
Uh,...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
September 25, 2020 at 1:40 pm
I did not understand the below in your reply...could you please elaborate. Was something wrong with the function I shared? I did not write it but please let me...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
September 24, 2020 at 7:32 pm
Just for fun on a Friday, can anyone tell me what 0x383338313736 or in other words 838176 means?
😎
Grey
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
August 14, 2020 at 4:43 pm
So, getting my 8 and 10 year old grand kids to take showers during the Covid crisis has been tough. Today, after a lot of begging, the 8...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
August 12, 2020 at 6:33 pm
So, getting my 8 and 10 year old grand kids to take showers during the Covid crisis has been tough. Today, after a lot of begging, the 8 year old...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
August 12, 2020 at 4:32 pm
Ok, what are you trying to accomplish? I would recommend leaving sa as is, disabling it, and create a new login that is a sysadmin.
Are your applications or users logging...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
August 7, 2020 at 4:11 pm
I did not use code to delete it.
I open table in edit mode and then hit delete key to delete it.
Does it make difference?
I checked it many times the...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
August 7, 2020 at 3:34 pm
Viewing 15 posts - 871 through 885 (of 2,356 total)