Viewing 15 posts - 1,726 through 1,740 (of 13,469 total)
Confirming what Gianluca said, no backup = no restore.
contact your web host directly and immediately, though.
if you are lucky, your host might be doing backups automatically on your...
June 3, 2015 at 5:07 am
Eirikur Eiriksson (6/2/2015)
Lowell (6/2/2015)
June 2, 2015 at 2:25 pm
take a look at this thread from a while ago: it's got some excellent examples on stripping out non-numeric characters in the fastest way possible.
June 2, 2015 at 1:39 pm
wow, my knee jerk reaction was that it's probably requires VIEW SERVER STATE, but i just proved it is available to any user in the public role.
here im testing server...
June 2, 2015 at 1:29 pm
For assigning an easy to remember initial password, i like to use a dictionary plus a couple of random numbers.
using a table of animal names, HTML Color Names or things...
June 2, 2015 at 11:52 am
i belive a serverice stop and start of SQL automatically bumps identity seeds by 1000 in SQL2012
read about the feature / defect here:
June 2, 2015 at 11:39 am
yes.
on codeplex.com, there is free, available source code for at least two projects i know of that lets you do data driven subscriptions from SQL Standard instead of enterprise.
my...
June 2, 2015 at 5:41 am
you can create a different job that monitors things, and have that job run every minute or something;
if it's critera is matched, , and the tace is not already started,...
June 1, 2015 at 8:22 am
this is what i THINK i found out. If the report has a subscription, the rdl is cached in another table, and its bibary, no way to tweak it. i...
May 30, 2015 at 3:32 am
ok, the better question is why do you feel you need to modify the code to exclude the procedure?
Ola's scripts are tried and true, peer reviewed and used in big...
May 21, 2015 at 11:20 am
i found a good rule of thumb example here, comparing w2 vs 1099:
http://www.city-data.com/forum/work-employment/1535070-how-compare-w2-wages-versus-1099-a.html
W2: $30.00/hr
1099: $32.25/hr min
1099: $45.00/hr max
W2: $35.00/hr
1099: $37.63/hr min
1099:...
May 21, 2015 at 11:03 am
i did a gig self contracting with a previous employer before, and they gave me a 1099 when it was done.
don't let them rope you into "we'll pay you...
May 21, 2015 at 10:55 am
Matthew Darwin (5/21/2015)
... so we don't get caught in a trigger loop of doom.....So, what sort of horror gems have you found recently?
Matthew
Matthew that's awesome, thanks for the chuckle, and...
May 21, 2015 at 8:44 am
well, exec sp_depends IndexOptimize shows it as a dependancy, and if you review the code itself, the code blocks realted to 'INDEX_REORGANIZE' and 'UPDATE_STATISTICS' (~ lines 1180 or so)c learly...
May 21, 2015 at 7:06 am
well, you might need to pull in some of the business guys.
obviously they already told you "all the numbers except VAT are good"
so VAT is supposed to be handled differently,...
May 21, 2015 at 7:00 am
Viewing 15 posts - 1,726 through 1,740 (of 13,469 total)