Viewing 15 posts - 14,956 through 14,970 (of 49,552 total)
saranya.priyadharshini (1/6/2013)
Planning to go ahead with Phd in Database Admin, Kindly provide some suggestions on it...
More efficient topic for research area is Perfomance Analysis using extended events ...
If...
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
January 7, 2013 at 3:22 am
matthew.peters (1/6/2013)
What I dont understand is why does it work on one database and not the other, is there a specific configuration setting that would effect this?
No, no config setting,...
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
January 7, 2013 at 3:18 am
vega805 (1/6/2013)
I see. So for building forms, the front end to database solutions, which one is used?
Well, since ASP.Net uses .Net, that's kinda a moot question, but...
Desktop Apps, some .Net...
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
January 7, 2013 at 3:17 am
matthew.peters (1/6/2013)
This is all part of 1 transaction, so what I can see is happening is that the alter table statements are not committing before the insert statements.?
The committing 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
January 6, 2013 at 6:31 pm
Stefan Krzywicki (1/6/2013)
GilaMonster (1/6/2013)
Stefan Krzywicki (1/5/2013)
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
January 6, 2013 at 3:23 pm
Bhuvnesh (1/6/2013)
external fragmentation is basically handled by sql server internally
No, it's not. Fixing 'external fragmentation' requires an index rebuild or index reorganise.
and data get inserted in mixed extent initially...
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
January 6, 2013 at 2:07 am
Yuri55 (1/5/2013)
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
January 6, 2013 at 2:04 am
Stefan Krzywicki (1/5/2013)
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
January 6, 2013 at 2:01 am
Run
RESTORE DATABASE <database name> WITH RECOVERY
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
January 5, 2013 at 3:28 pm
SQLCrazyCertified (1/5/2013)
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
January 5, 2013 at 3:22 pm
michael.newman560 (1/5/2013)
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
January 5, 2013 at 10:19 am
vega805 (1/4/2013)
Thank you for the input Sean, Yes I want to be current. Dumb question but .NET and ASP.NET the same thing?
No.
.NET = set of libraries plus compiler and runtime
ASP.Net...
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
January 5, 2013 at 7:57 am
First problem
KcV (1/5/2013)
Begin
ALTER DATABASE aaa
...
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
January 5, 2013 at 1:55 am
wolfkillj (1/4/2013)
jasona.work (1/4/2013)
jcrawf02 (1/4/2013)
hahaha
But they're cheating! They're mixing up stuff from Death Star 1 (Star Wars: A New Hope) and Death Star 2 (Star Wars: Return / Revenge of...
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
January 5, 2013 at 1:50 am
Yup, that's an alternative way of doing things. Your original version we would call pessimistic concurrency (I expect someone else to try to change the same data, hence I'll lock...
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
January 5, 2013 at 1:48 am
Viewing 15 posts - 14,956 through 14,970 (of 49,552 total)