Viewing 15 posts - 43,201 through 43,215 (of 49,552 total)
Please don't cross post. It just wastes people's time and fragments replies.
No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic600933-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
November 11, 2008 at 2:37 pm
That's not SP2. 9.00.1399 is SQL 2005 RTM. The build number for SP2 is 3042.
Get SP2 and patch that server.
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
November 11, 2008 at 2:14 pm
Mohit (11/11/2008)
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
November 11, 2008 at 2:10 pm
You can use a case statement
SELECT CASE WHEN Value > 100 THEN 100 ELSE Value END FROm SomeTable
Can you post the query? Maybe someone can see something wrong with 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
November 11, 2008 at 2:05 pm
anvieph (11/11/2008)
Hi I tried this:-dC:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf;-eC:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG;-lC:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf;-T1400
Upgrade your SQL 2005 instance to Service pack 1 at least (preferably SP2 with CU 6 or...
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
November 11, 2008 at 2:03 pm
What does the entire of the event log entry read?
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
November 11, 2008 at 1:13 pm
blandry (11/11/2008)
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
November 11, 2008 at 10:29 am
What exactly are you trying to do here?
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
November 11, 2008 at 9:59 am
Gaby A. (11/11/2008)
Easier to backup up full every day, and restore that full and all trans logs since then.
Depends what kind of maintenance window you have nightly. Last big DB...
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
November 11, 2008 at 9:59 am
shree (11/11/2008)
Users are having performance problems recently.I have planned it do at off hours .
it makes any problem while creating it because table has
Many forien key relations.
No problems. Number...
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
November 11, 2008 at 9:47 am
marianne.schillings (11/11/2008)
I have been reading this blog, and I am fearly new to SQL server DB. I am interested to know: SQL DB is on line and can you do...
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
November 11, 2008 at 9:46 am
A shrink will never lose data. Why do you want to shrink your database?
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
November 11, 2008 at 9:45 am
Sue (11/11/2008)
thanks for your hint, Jeff.but isn't this better than to give users permissions on tables and generate the whole select statement dynamically as mentioned before?
But that's pretty much...
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
November 11, 2008 at 9:39 am
tvantonder (11/11/2008)
So I now came to the conclusion that the SQL engin is not that smart and will not create the best execution plan.
The optimiser is quite smart...
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
November 11, 2008 at 9:33 am
Patrick Russell (11/11/2008)
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
November 11, 2008 at 9:21 am
Viewing 15 posts - 43,201 through 43,215 (of 49,552 total)