Viewing 15 posts - 3,796 through 3,810 (of 4,477 total)
Is dbcc shrinkfile() cumulative? By that I mean if it takes 50 hours to...
March 23, 2017 at 2:01 pm
server...database_name.database_size..unallocated space
server1: <db name>.....20480.00 MB....11893.83 MB
server2: <db name>.....33408.00...
March 23, 2017 at 1:55 pm
thanks, i will have a look, but is it not strange that these have...
March 23, 2017 at 7:56 am
we have a sql 2005 std instance on server 2008 Ent 32 bit
we had only...
March 23, 2017 at 7:42 am
March 23, 2017 at 7:26 am
Haven't tried it but it seems like it would be doable with event notifications. There is an example in one of the articles up here, (probably others...
March 22, 2017 at 3:10 pm
If you move...
March 22, 2017 at 2:58 pm
March 22, 2017 at 11:01 am
March 22, 2017 at 8:16 am
March 22, 2017 at 8:06 am
March 22, 2017 at 7:58 am
ALTER procedure [dbo].[spRadialAnalyticsDataExtract_ADLAssessment]
(
@AccountNumber varchar(30)
)
as
DECLARE @VisitID varchar(30)
SELECT @VisitID = VisitID from livefdb.dbo.RegAcct_Main where SourceID='BRO'...
March 21, 2017 at 11:32 am
bubby - Tuesday, March 21, 2017 10:49 AMAYLIDB is the local server hostname
The login failure is for the machine account so I...
March 21, 2017 at 11:19 am
March 21, 2017 at 10:44 am
Viewing 15 posts - 3,796 through 3,810 (of 4,477 total)