Viewing 15 posts - 1,021 through 1,035 (of 2,356 total)
No. The select did not process all the rows.
The order of processing is as follows:
FROM
WHERE
GROUP BY
HAVING
SELECT
ORDER BY
LIMIT
I think you may be thinking that the select is processing first, but it's...
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/
November 6, 2019 at 7:27 pm
Are you rebuilding this index because it is fragmented? If it is fragmented, how much?
As Grant suggested, it probably makes sense to read some of the articles published by Jeff...
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 29, 2019 at 3:30 pm
It sounds as if the distributor admin account has not been set up on the subscriber.
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 29, 2019 at 3:14 pm
Change the job owner to "SA"
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 29, 2019 at 3:12 pm
Not sure what you are looking at, but this is what I see.

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 28, 2019 at 4:40 pm
It will install on Windows 7, with service pack 1.
https://products.office.com/en-us/office-system-requirements?rtc=1
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 28, 2019 at 4:21 pm
If you have already installed it, the default installation a named instance called "SQLEXPRESS".
If you want to change the default installation instance name, you would need to uninstall it. You...
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 28, 2019 at 4:17 pm
Purchase a license and install it? Not sure what you are looking for.
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 28, 2019 at 4:08 pm
Thanks Michael. So you saying for DR Secondaries in Always On the databases secondaries should not be in read only so that way Licenses are not needed. Did i...
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 25, 2019 at 10:03 pm
Thanks. So we are thinking to have 3 secondary replicas, one is for reporting (async mode), second one is for sync replicas and third one is for DR(async mode)....
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 25, 2019 at 9:12 pm
Also, the Browns … haven't even hosted a Superbowl. That's just sad.
London has been cited several times for possible Superbowl and the new Tottenham Hotspur stadium was lauded...
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 22, 2019 at 2:52 pm
Your question is a little bit confusing.
Do you have a primary , and multiple secondaries in the AG? One of which is being used for reporting?
You can certainly reduce 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/
October 22, 2019 at 1:32 pm
This is a UI or coding issue, not a database issue.
Decimal (6,2) is an pretty small number. That can only hold +- 9999.99.
10.5 assigned to a integer type in a...
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 22, 2019 at 1:24 pm
The second to last line will not matter, unless the database was set in that manner prior to the backup you are now restoring.
Restoring the backup will re-create the setting...
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 21, 2019 at 6:51 pm
That is not true. You can verify this by looking at the execution plans. You are doing a lot of work for nothing.
If you are using EXISTS, the select portion...
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 21, 2019 at 5:45 pm
Viewing 15 posts - 1,021 through 1,035 (of 2,356 total)