Viewing 5 posts - 1 through 5 (of 5 total)
Not really what I'm after, but this sort of thing is a quick way
(255 is an arbitrary value):
DECLARE @cnt INT = 32;
DECLARE @sql nvarchar(max) = ''
WHILE @cnt <...
October 21, 2016 at 4:03 am
I suppose if you change model it's potentially affecting databases on the server that aren't yours.
I like the idea of having the customer sign off a checklist to confirm it's...
June 18, 2014 at 4:27 am
As well as the performance is that fact that when a 3rd party or the customer themselves is running the trace this can go wrong.
Often we'll get a trace back...
January 16, 2014 at 9:09 am
Are the scripts created with SQL Server Profile 2012 backward compatible?
I.e. can we create them on our 2012 and run them on a customer on 2008 R2 or maybe even...
January 16, 2014 at 9:04 am
Thanks.
The idea of a utility to check the database has come up here, but has always been put off.
I think we'll have to look at that again.
There probably is something...
November 12, 2013 at 2:45 am
Viewing 5 posts - 1 through 5 (of 5 total)