Viewing 15 posts - 40,081 through 40,095 (of 49,552 total)
Mark Douglass (3/31/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
March 31, 2009 at 3:10 pm
Santa Ana (3/31/2009)
Does the WITH (NOLOCK) option work with sql server 2005 ?
Yes
I do not understand why and how can this happen? ( a select with nolock is 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
March 31, 2009 at 3:00 pm
That kind of query is all too often a performance nightmare.
http://sqlinthewild.co.za/index.php/2009/03/19/catch-all-queries/
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
March 31, 2009 at 10:05 am
Please don't cross post. It just wastes peoples time and fragments replies.
No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic686966-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
March 31, 2009 at 9:45 am
pedro.ribeiro (3/30/2009)
ok.Why does the GO (bacth breaker) brings more perfomance to que execution of the querys?
It shouldn't. Have you tested and times it?
If the first query fails and the second...
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
March 31, 2009 at 2:09 am
GO is a batch breaker. It indicates where the querying tool must break up batches to send to SQL Server. It is not a T-SQL command
DECLARE @i int
Set @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
March 30, 2009 at 3:17 pm
pedro.ribeiro (3/30/2009)
In this case, will the second query starts executing only, when the first one have already finished to execute?
yes
Or first itβs executed the first query and...
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
March 30, 2009 at 2:09 pm
You can check in sys.indexes, though note that index names don't have to be unique across the database, just unique on a table, so there may be two or more...
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
March 30, 2009 at 2:07 pm
Lynn Pettis (3/30/2009)
Just what do the users expect us to do???
Read their minds, pull out a magic wand and make the nasty error go away, of course.
π
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
March 30, 2009 at 2:02 pm
Yup, that's SQL 2000, not 2005 at all.
I just need to check and see of the 'backdoor' admin access worked on SQL 2000.
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
March 30, 2009 at 9:54 am
Jeff Moden (3/28/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
March 30, 2009 at 9:36 am
john (3/30/2009)
C:\PROGRAM FILES\MICROSOFT SQL SERVER\MSSQL\BINN\SQLSERVER.EXE -sMSSQLSERVER
I have an odd feeling that is a SQL 2000 instance. The directory is wrong for SQL 2005 (which uses the MSSQL.1, MSSQL2. format)
Can 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
March 30, 2009 at 9:33 am
http://www.microsoft.com/learning/mcp/certifications.mspx
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
March 30, 2009 at 9:08 am
Steve Jones - Editor (3/30/2009)
I think the "code" tag is for T-SQL and the "code2" is for XML.
Testing XML
[code2]
[/code2]
Edit: Nope.
I notice that the ADDADD is still...
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
March 30, 2009 at 9:03 am
Ok. What does the services dialog give as the path to the executable?
Is the other one something like MSSQL$BACKUPEXEC ?
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
March 30, 2009 at 8:49 am
Viewing 15 posts - 40,081 through 40,095 (of 49,552 total)