Viewing 3 posts - 1 through 3 (of 3 total)
CREATE FUNCTION [dbo].[LAFclassifier] ()
RETURNS SYSNAME WITH SCHEMABINDING
AS
BEGIN
DECLARE @GroupName SYSNAME;
SET @GroupName = 'default';
IF IS_MEMBER ( 'ACCOUNTING\SQLAdministrators' ) = 1
SET @GroupName =...
September 21, 2011 at 2:39 pm
#1384816
The best DBA is the one who can goolge the fastest.
November 17, 2010 at 10:59 am
#1252029
The individual rows in a page at the leaf level of a clustered index are stored by the clustering key; hence, the physical order is at the page level. ...
May 6, 2010 at 9:03 am
#1163311