Viewing 15 posts - 2,941 through 2,955 (of 7,167 total)
My gut says no, the transaction would not be committed until the OUTPUT clause completed being consumed by the caller. It is easy enough to test...
-- setup the environment
USE AdventureWorks2008R2
CREATE...
October 8, 2012 at 12:13 pm
Exact data relative to what? Are you just looking for a total number? How do you expect to use these numbers?
CPU and I/O stats for queries [currently in the cache]...
October 8, 2012 at 11:57 am
dnonyane (10/8/2012)
October 8, 2012 at 9:45 am
x86 or x64?
Is using SSIS an option?
October 8, 2012 at 7:56 am
ananda.murugesan (10/6/2012)
Hi,Principal server hosted number of 6 database configured an one sigle default instance.
1. Can we able to configure database mirroring for 4 database on same instance?
Yes.
2. How many databases...
October 6, 2012 at 12:38 pm
Just for the record an RPC event does not necessarily mean it was generated by a call via a Linked Server. All data clients have the option to generate RPC...
October 6, 2012 at 6:01 am
karthik M (10/6/2012)
Does SQL 2012 supports UTF-8 or UTF-16 character set?
SQL Server does not support UTF-8.
SQL Server does support aspects of UTF-16.
SQL Server natively supports UCS-2 which is a subset...
October 6, 2012 at 5:25 am
What do these say?
SELECT cntr_value / 1048576.0 AS [Lock Memory (GB)]
FROM sys.dm_os_performance_counters
WHERE counter_name = 'Lock Memory (KB)';
SELECT SUM(CAST(single_pages_kb AS DECIMAL(18, 2))) / 1048576.0...
October 6, 2012 at 5:12 am
Duplicate post. Direct replies here:
http://www.sqlservercentral.com/Forums/Topic1368189-1550-1.aspx
October 6, 2012 at 4:34 am
Here is a good way to stay on top of new releases:
For your specific version and patch level: The SQL Server 2008 R2 builds that were released after SQL Server...
October 6, 2012 at 4:28 am
Wow, you waited a whole 17 minutes before bumping your own thread 🙂 We're volunteers here. If you're under a serious deadline and need immediate assistance consider hiring someone with...
October 6, 2012 at 3:55 am
The options you're weighing are not as relevant for performance as they are for data integrity.
Three isolation levels were mentioned:
1. READ UNCOMMITTED (same as using targetted NOLOCK hints on all...
October 6, 2012 at 3:34 am
Are you running into issues or just doing research?
This says it should be the same and while I haven't tried clustering with Developer Edition everything else I've tried works the...
October 5, 2012 at 9:48 pm
Can't do better than free!
If GSquared doesn't have the goods this site seems to have it:
http://www.viosoftware.com/SQL+Server+2005/SQL+Server+2005+Developer+Edition+DVD+%252526+Key.html
October 5, 2012 at 8:08 pm
dan-572483 (10/5/2012)
October 5, 2012 at 12:03 pm
Viewing 15 posts - 2,941 through 2,955 (of 7,167 total)