Viewing 15 posts - 36,406 through 36,420 (of 49,552 total)
Table variables are only visible in the scope that they are created in. They are not visible inside dynamic SQL.
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
October 8, 2009 at 9:14 am
Silverfox (10/8/2009)
not saying I would ever use more than 1 log file.
Only valid reason for multiple log files is space. If the drive that the log is on has...
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
October 8, 2009 at 8:16 am
Shark Energy (10/8/2009)
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
October 8, 2009 at 8:00 am
dreamthebest (10/8/2009)
If this is the case why this tables are defined as system tables for sql server 2000.:hehe:
Change in architecture. It was a major change SQL 2000 - SQL 2005
Most...
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
October 8, 2009 at 7:50 am
Silverfox (10/8/2009)
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
October 8, 2009 at 7:49 am
gupta1282 (10/8/2009)
Can somebody guide me to solve this issue.
Find the slow queries (or the ones consuming lots of CPU). Optimise the queries. This may involve rewriting the code, it may...
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
October 8, 2009 at 5:43 am
guptaajay1985 (10/8/2009)
one transaction log filesize 11.6 GB (before) now 1MB
recovery mode full
daily backup at 9:00 pm
So no log backups?
In full recovery you have to do log backups. If you...
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
October 8, 2009 at 5:31 am
dreamthebest (10/8/2009)
I think allow update work for SQL Server 2005 as well.
No it doesn't. The system tables are hidden in SQL 2005 and higher and Allow Update does not...
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
October 8, 2009 at 5:29 am
Can you answer my questions and explain exactly what you're trying to do and why.
Please read through this as well - Managing Transaction Logs[/url]
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
October 8, 2009 at 3:22 am
guptaajay1985 (10/8/2009)
Hi Gilla Actually my servers are full of logs and in near future I have to make space on drive....
That didn't answer anything.
You're talking about transaction log files (.ldf)?...
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
October 8, 2009 at 3:19 am
Silverfox (10/8/2009)
I take it that you have additional files in your filegroup, because that is exactly what you have done using that option
He's shrinking the log, so no filegroups. I...
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
October 8, 2009 at 3:16 am
ItalianOlgi (10/8/2009)
*It IS possible!*
Yes, if the company has no DBA staff to do the interview and/or the interviewer was incompetent. Question is, can you do what you claimed to be...
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
October 8, 2009 at 2:52 am
Why are you trying to shrink (empty) a log. What's the goal here, what's the reasoning?
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
October 8, 2009 at 2:21 am
Moved here: http://www.sqlservercentral.com/Forums/Topic799717-146-1.aspx
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
October 8, 2009 at 2:19 am
dreamthebest (10/8/2009)
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
October 8, 2009 at 2:18 am
Viewing 15 posts - 36,406 through 36,420 (of 49,552 total)