Viewing 15 posts - 5,281 through 5,295 (of 6,395 total)
job history is set to clear out when the history table becomes larger than 1000 rows by default, or if a job exceeds 100 rows.
this can be changed by setting...
April 17, 2012 at 7:33 am
capn.hector (4/16/2012)
Ray K (4/16/2012)
Revenant (4/14/2012)
capn.hector (4/13/2012)
SQLRNNR (4/13/2012)
TROLLurgal
Xbox
360
degrees
compass
April 17, 2012 at 6:55 am
the problem with the int is that it expects whole numbers so you get rounding.
one way would be to do this but every value will then get .00 if its...
April 17, 2012 at 6:48 am
i would look at something like robocopy or xcopy running as batch file as a second step in the backup job which copies the files from server1 to server2
April 17, 2012 at 6:30 am
for the colouring you will want to put an expression on the fill property which uses with SWITCH of IIF passing in the field value and then saying if Delay...
April 17, 2012 at 1:42 am
also take a look at this link, just ensure you enable the alter tokens check box on the sql server agent alert system properties page
April 11, 2012 at 6:36 am
Plenty of good links on msdn from the following Google search
April 11, 2012 at 6:30 am
yeah especially with the row version store, had issues with that in the past on a dynamics AX implimentation which as per best practise says to set the DB into...
April 11, 2012 at 6:21 am
Quest had a tool called change manager at one point, unsure if its still around or been replaced with something else.
other than that, you could create a custom bat file,...
April 11, 2012 at 6:13 am
Thanks Perry, I was thinking of isolation levels at the connection level not at the database level. Read committed snapshot seems like the one to go down, just the...
April 11, 2012 at 6:06 am
Hi Perry
The second script will fail as its referencing other tables which are not in the deadlock graph so I didnt include them, thanks for pointing that out, I will...
April 11, 2012 at 4:30 am
could you please follow the second link in my signature block on how to post code so that we can help you out.
if you can provide create table statements, refactor...
April 11, 2012 at 1:28 am
could always set the source DB to read_only instead of single_user then set it back to read_write once done
April 11, 2012 at 1:16 am
take it you mean this statement
if @minage > @maxage set @minage = @maxage, @maxage = @minage --sets minage to 10, sets maxage to 1000
the query is evalutated at run time...
April 5, 2012 at 8:47 am
Viewing 15 posts - 5,281 through 5,295 (of 6,395 total)