Viewing 15 posts - 31 through 45 (of 2,000 total)
Now you've gone and done it - I need to boil my laptop now.
In keeping with the tenor of the times, I'm just throwing mine...
March 18, 2020 at 11:13 am
Every SQL database restore must start with a full backup restore.
After that, you can, if you want to, restore a differential backup (that was taken after the full backup...
March 18, 2020 at 10:58 am
Mike, I appreciate you wanting to soldier on, but it's not just about you. Certainly we wouldnt' want you to get sick, but what if you get sick and...
March 18, 2020 at 10:51 am
For varchar, LEN(Area) will give the trimmed length while DATALENGTH(Area) will give the actual length.
For nvarchar, LEN(Area) will give the trimmed length while DATALENGTH(Area) will give the actual length...
March 18, 2020 at 10:42 am
My employer has been discussing for what seems like years about putting databases under VCS. One system that I support was developed by an outside contracting firm. Their database...
March 18, 2020 at 10:36 am
Working from home is plenty distracting. Beautiful weather, beer in the fridge, free choice of radio
and you don't have to listen to 2 departments with different radio stations
March 18, 2020 at 10:30 am
one of the ideas I looked at is reversing the string and checking the ascii value of the first character - please someone tell me that is a stupid idea
March 17, 2020 at 5:39 pm
I think what you might not be understanding - we are advising that you restore it to somewhere else... zero downtime.
you cannot restore a single log to your live server
if...
March 17, 2020 at 4:45 pm
Nita
if you take a full backup every Sunday and then log backups every hour on a 5 TB database then you are in trouble.
the only way I can see you...
March 17, 2020 at 4:06 pm
as far as I can see (and I haven't used CDC since it came in around 2005) it relies on the transaction log and logs into a local table -...
March 17, 2020 at 3:47 pm
have a read of the official Microsoft documentation
March 17, 2020 at 3:23 pm
may we ask the reason for downgrading ? - could it be something settled by a compatibility mode setting?
as far as I can see - a downgrade is a complete...
March 17, 2020 at 2:54 pm
for these types of queries you might want to have a look up the GROUP BY ROLLUP command - it is not used too often, but it saves you using...
March 17, 2020 at 12:10 pm
is there a way to use some sort of ranking function to do this?
something like partition by datepart(hour, somefield)
then use that as a subquery.... i'm just throwing out ideas here
March 17, 2020 at 11:22 am
the easiest thing we've come across is
azure devops, git and Redgate source control
honestly - I can spin up a repository in 1 minute then let management studio do the heavy...
March 17, 2020 at 8:51 am
Viewing 15 posts - 31 through 45 (of 2,000 total)