Viewing 15 posts - 39,481 through 39,495 (of 49,552 total)
Trace flags are completely separate and distinct from SQL Trace.
SQL Trace (profiler) is what's shown in the sys.traces view. They are traces of events that occur on the server 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
April 26, 2009 at 2:27 pm
Bob Hovious (4/26/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
April 26, 2009 at 10:07 am
Bob Hovious (4/26/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
April 26, 2009 at 8:19 am
buz_gray (4/26/2009)
I'm new to SQL Server and it's a little exasperating that 'If Exists' should work but seems not to and my alternative does but seems to be little documented!
Are...
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
April 26, 2009 at 8:02 am
Bob Hovious (4/26/2009)
--
select count(*) from dbo.sometable as numberOfRows
--
is going to run slower than
--
declare @tableStats table
(name varchar(50), numberOfRows int,...
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
April 26, 2009 at 7:43 am
Chris Hancock (4/25/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
April 26, 2009 at 5:29 am
saurabh.dwivedy (4/25/2009)
I would like to still understand this in a bit more detail - Why does it not work?
Because it's not valid syntax. Nothing fancier than that.
Is it...
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
April 26, 2009 at 2:50 am
DKG (4/26/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
April 26, 2009 at 2:47 am
WayneS (4/25/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
April 25, 2009 at 3:16 pm
You'll find it up on Codeplex[/url]. Search for adventureworks and then check the available versions, make sure you get the 2005 version not the QL 2008 version.
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
April 25, 2009 at 2:58 pm
saurabh.dwivedy (4/25/2009)
DECLARE @Z INT
SET @Z = (EXEC USP_TEMP111) ---> this does not work. Sql server throws an error saying incorrect syntax near 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
April 25, 2009 at 1:36 pm
Florian Reischl (4/25/2009)
The more I learn the more I konw what I do not know
Psst, Flo, there's typo in your sig.
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
April 25, 2009 at 1:28 pm
DKG (4/24/2009)
We used to do intigrity check every day for the system database exludeing model&tempdb
Why do you exclude model?
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
April 25, 2009 at 1:27 pm
You should probably also include a quick installation guide for SQL Express, in case the marker doesn't have it already installed
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
April 25, 2009 at 10:38 am
stankirk (4/24/2009)
OK. Well, that helps me to better understand that I don't know what I'm doing, at least.
🙂 Not intentional.
Gail, you have a big picture in mind when you say,...
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
April 25, 2009 at 3:53 am
Viewing 15 posts - 39,481 through 39,495 (of 49,552 total)