Viewing 15 posts - 121 through 135 (of 1,417 total)
Use the queries below to get the desired information.
Execute it at regular intervals (daily?) and store the results. Build a reporting query on these stored results to get the differences...
November 25, 2016 at 7:20 am
All settings remain the same. Stats were updated with the regular maintenance tasks.
November 19, 2016 at 12:16 am
Your question is similar to this thread.
Btw: you start with the values as a single string with comma seperated values ('a,b,c') and not with multiple strings seperated by a comma...
November 18, 2016 at 7:27 am
ram302 (11/17/2016)
November 18, 2016 at 6:26 am
You are mis-interpreting the relation between processor and hyperthreading. With hyperthreading the physical core acts as multiple cores. To the processes the physical core itself is *not* visible/available on its...
November 18, 2016 at 5:53 am
I was editing my first post with the answer to your question, but you were faster with your reply ;-).
Back to your question: Internally SQL will use the most efficient...
November 18, 2016 at 4:31 am
These articles are about determining the correct MAXDOP setting:
What value should be used for MAXDOP[/url]
MAXDOP of Confusion (Dear SQL DBA Episode 8)[/url]
Back to your question: Internally SQL will use the...
November 18, 2016 at 4:20 am
Queries with a CREATE statement can only be executed once. The second time you execute the same query you'll get the error message about the object already exists. If you...
November 18, 2016 at 3:33 am
I won't rant about the age of the SQL server and the end-of-support of it many-many years ago :w00t:. I expect you are aware of it and are just forced...
November 18, 2016 at 2:59 am
rajemessage 14195 (11/17/2016)
1) select * from abc where abcid =(select top 1 abcid from xyz where xyzid =@xyz)
2) Select * from df where dfid in (select...
November 17, 2016 at 7:46 am
Because it happens only occasionally: could it be an existing file must be overwritten, which is already (or still) locked by another process?
Something like a backup that is created to...
November 16, 2016 at 6:03 am
Harshana-455711 (11/15/2016)
We have SQL Server 2012 Standard Edition without any service pack so we need to upgrade to SP3. can we do the in-house upgrade ?. Appreciate your feedback on...
November 16, 2016 at 4:47 am
Glad I could help, and thank you for reporting back. This can help others who stumble upon this thread.
November 15, 2016 at 2:04 pm
The SID on a SQL login can be specified but the SID of a Windows account is defined on Windows level (like in Active Directory). If you want the SID...
November 15, 2016 at 8:12 am
I'm not familiar wirth C#, but shouldn't you pass a value for the ID parameter (see bold part below)?
<snip>
...
November 14, 2016 at 3:45 am
Viewing 15 posts - 121 through 135 (of 1,417 total)