Viewing 15 posts - 10,126 through 10,140 (of 49,552 total)
Do you have a clean backup (from before the corruption) and an unbroken chain of log backups?
Since it's a reporting DB, can it be recreated from another source?
Is that the...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 4, 2014 at 5:35 am
Jeff Moden (2/3/2014)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 3, 2014 at 10:47 pm
Grant Fritchey (2/3/2014)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 3, 2014 at 10:37 pm
That kind of query generally doesn't perform well. To give you an idea, I had a query the other week that was written to do just that and took 3...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 3, 2014 at 8:37 am
Why are you explicitly adding an unknown value, rather than allowing NULL to indicate unknown?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 3, 2014 at 6:54 am
BWFC (2/3/2014)
I'm personally surprised not one of the auditors has said something like 'about these nolocks...'
No, they won't. Most aren't technical and won't have any idea of the implications. now,...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 3, 2014 at 6:50 am
BWFC (2/3/2014)
I don't think we have much in the way of blocking problems, although it's not something that would necessarily come to my attention if we did.
If you have nolock...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 3, 2014 at 6:26 am
BWFC (2/3/2014)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 3, 2014 at 5:43 am
colin Robinson-345240 (2/3/2014)
all the insert update action from the replication stored procs will be getting logged in...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 3, 2014 at 4:09 am
Replication doesn't require any recovery model from any of its databases (publisher, distributer, subscriber). It's technically in simple recovery anyway since the log is truncated without another backup running.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 3, 2014 at 4:08 am
Where is that error coming from? Can you post the code?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 3, 2014 at 12:45 am
SQLSACT (2/3/2014)
I understand that SQL Server's plan cache is memory taken from outside of the buffer pool (Memory allocated by the Max Memory setting in SQL).
No, the plan cache is...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 3, 2014 at 12:32 am
squeekz01 (1/31/2014)
EDIT: Dont worry... figured it out... just needed to get the "-" out of the sequence name.
Dashs are not valid characters in object names, so if you do use...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 3, 2014 at 12:31 am
sharadkkw (1/30/2014)
Can someone help me in providing a query for fetching the data for CPU Usage, Memory usage, blocking and all details ...
Could you give a little more info as...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 3, 2014 at 12:28 am
Jeff Moden (2/2/2014)
sqlsniper (2/2/2014)
You could also take a look at Windowstooling, like perfmon and the typeperf tooling.Perfect! How do you store that in a table in SQL Server? 😉
The...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 3, 2014 at 12:25 am
Viewing 15 posts - 10,126 through 10,140 (of 49,552 total)