Viewing 15 posts - 91 through 105 (of 298 total)
I think I found the reason and answer here
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=103751&SiteID=1
Does anyone have any further info on IgnoreRoot = False?
May 7, 2008 at 5:30 am
Thanks.
Are you getting an L or a £ ?
I modified your code to include collation and got 2 x L, I need to match L to L but it is...
May 1, 2008 at 8:33 am
Desperately trying to stimulate intrest...
I understand (high level) what XML is and also what an XSD is, its the word Link that I dont get. The contect is in electronic...
March 17, 2008 at 10:06 am
Thanks for this. I'll see if I can get some help from our stats guys to translate the equation into SQL, I should have paid more attention in maths!
January 2, 2008 at 8:36 am
Agree with you on that however I'm OK on SQL but would not know where to start in SAS.
January 2, 2008 at 6:49 am
Thanks. I am trying to automate the creation of test and control groups for marketing purposes against a total population of 20,000 accounts. There are approximately 16 mailing campaigns but...
January 2, 2008 at 4:13 am
You may be looking in the database engine rather that the integration services engine.
In object explorer click connect and go down to Integration Services then connect to Integration Services, then...
December 12, 2007 at 8:35 am
Try
RESTORE DATABASE MyDB WITH RECOVERY
Allen
December 3, 2007 at 11:22 am
The transaction log is still written to in Simple recovery mode.
December 3, 2007 at 4:16 am
Hi
typo in your code I think
DECLARE @strErroMsg VARCHAR(100)
SET @strErroMsg = 'Test Error '
RAISERROR( '%s master not found.', 16, 1, @strErroMsg )
Allen
December 3, 2007 at 3:56 am
Statistics have been updated using Update Statistics - twice now.
Has that affected the index scan you mentioned earlier, are these now an index seek in the execution plan? You can...
November 30, 2007 at 8:54 am
Two days ago we rebuilt all indexes in all tables using the maintenance plan. Would that not have created statistics for us?
I think this depends on auto create statistics in...
November 29, 2007 at 12:50 pm
Bingo (I hope) try CREATE STATISTICS and see if the execution plan changes
November 29, 2007 at 12:25 pm
I'm not sure if DBCC UPDATEUSAGE and UPDATE STATISTICS do the same thing (anyone comment?).
It may be that stats dont exist you may need to run CREATE STATISTICS
November 29, 2007 at 11:50 am
Viewing 15 posts - 91 through 105 (of 298 total)