![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
technet.com » Sql Server Blog di Francesco Diaz - 17 hours ago
E' possibile, con Sql Server 2008 Enterprise Edition, abilitare la compressione dei backup per salvare spazio su disco o su nastro. Si può specificare la compressione sia per un singolo backup sia di default per tutti …
Also tagged: amministrazione, sql server 2008
technet.com » Sql Server Blog di Francesco Diaz - Oct 2, 2008
Di seguito trovate alcune informazioni utili per usare T-SQL per monitorare Sql Server in database mirroring. E' possibile utilizzare la stored procedure sp_dbmmonitorresults (solo nel contesto dell'MSDB) per …
Also tagged: sql server 2008
asp.net » Alexey Zakharov's Blog - Sep 29, 2008
Very often people who works with SQL Server database get the following error when they trying to open database diagrams after restoring database from back up: Database diagram support objects cannot be installed …
Also tagged: sql server
asp.net » SergeyS's blog - Sep 29, 2008
That ASP.NET Forums / SQL Server, SQL Server Express / is getting rather interesting sometimes. Last time it was the puzzle "Not so obvious SELECT" http://forums.asp.net/p/1299660/2535207.aspx#2535207 Lets say that …
Also tagged: sql server, general software development
asp.net » Ricky Datta Blog - Sep 29, 2008
I wish I could write the following in t-sql : raiserror('Error in procedure %s, statement [%s] stack trace [%s]', 1, 1, @@current_proc_name, @@current_statement, @@stack_trace) where @@current_proc_name = name of …
asp.net » Ricky Datta Blog - Sep 29, 2008
I wish T-Sql had an Oracle like SGA system buffer which would keep records of - all expensive (CPU, IO) queries made since startup - all full table scans on large and medium tables This way we do not have to hunt for …
asp.net » Ricky Datta Blog - Sep 29, 2008
TOP (n) operator is very useful. How about MIDDLE (m,n) and LAST(n) operators (server side in Yukon) ? I think ASP.NET programmers would love it.
asp.net » Ricky Datta Blog - Sep 29, 2008
Oracle Answer : insert from VARRAY(fixed size) in a special loop [ Bulk Collect Insert ] Sql Server 7/2000 : insert ... from ... in (row 1, row 2, ...) - dynamic sql required. Yukon team - Can you do better than …
asp.net » Share Intelligence - Sep 29, 2008
Well even though the full release of SQL Server 2008 has been pushed to late second half of the year, the latest CTP was delivered on time. This is the first feature complete CTP released. It includes increased …
Also tagged: reporting services, sql server 2008
![]() |
How To: Create DB Unit Test With Team Systemmicrosoft.co.il » Shai Raiten - Sep 11, 2008 How To: Create DB Unit Test With Team System In my last post I talked about What Is Database Unit Testing and Why? , in this post I'll show how to create DB Unit Test. Building on the AdventureWorks sample project … Also tagged: team system, sql, testing, unit test |