Viewing 4 posts - 1 through 4 (of 4 total)
stewartc-708166 (6/28/2010)
July 1, 2010 at 8:02 pm
stewartc-708166 (1/20/2010)
- Is the server x86, x64 or IA64?if the package was built and compiled in x86 and deployed on x64, it will lock excessive resources (especially memory).
Hi
We're having...
June 27, 2010 at 2:52 am
vm.bharathiraja (8/25/2009)
What is row length of table?is that mean the size of the row?
It's sum of the lenght of the fields in a row in bytes. It's not however the...
November 22, 2009 at 12:08 pm
A bit of modifications to take care of schemas
SET quoted_identifier ON
GO
CREATE PROCEDURE [dbo].[usp_find_row_lenght]
(
@schema_name VARCHAR(100)=''
,@table_name VARCHAR(100)=''
)
AS
BEGIN
SET nocount ON
...
November 22, 2009 at 12:06 pm
Viewing 4 posts - 1 through 4 (of 4 total)