Viewing 15 posts - 841 through 855 (of 1,995 total)
this is one of those times where the query store can really help you (maybe)
if you can find that query in the query store (maybe as a regressed query) then...
October 3, 2019 at 1:06 pm
100 % you can - all you have to do is make sure the unc path has the correct permissions for the account that is running the backup (normally the...
October 3, 2019 at 11:28 am
This really depends on your requirements (you haven't really given us enough to work on)
I would go for a single instance, especially if you are using linked servers in any...
October 3, 2019 at 10:42 am
I've had an argument with my ex partner in the past, she claimed that women were discriminated against in the software world.
the truth is that I don't care if you...
October 3, 2019 at 8:54 am
it looks like this could be a simple merge statement, maybe that's what they were looking for, but I agree with jeff..
October 3, 2019 at 8:02 am
last time I looked the GP data came embedded in the Clinical care group data (CCG) - but it's been 2 years since I touched that stuff - it was...
October 2, 2019 at 12:39 pm
October 1, 2019 at 1:02 pm
if you get Redgate sql prompt , there is an option to expand *
I believe if you look at apexsql website you might also find a free tool that also...
October 1, 2019 at 12:29 pm
As far as I can see DBCC Dropcleanbuffers won't allow you to specify a database
but dbcc freeproccache can drop individual plans - if you can identify the plan handles by...
October 1, 2019 at 12:07 pm
I'm sure someone will have a better solution, but I can only see this being done with a cursor and dynamic sql
you'll need a table mapping <fineamount> to whatever the...
October 1, 2019 at 8:29 am
post the command you are executing , we probably can't help you without the original syntax
September 30, 2019 at 2:51 pm
try this - its just a guess
IF (DATE_PART('DOW',CURRENT_DATE) IN ('3','6'))
begin
(put brackets around your evaluation)
September 27, 2019 at 10:50 am
are you using visual studio or sql management studio ?
September 27, 2019 at 10:43 am
I can't replicate the issue
have you tried
declare @result
select @result=substring(@pippo,256,10)
September 27, 2019 at 10:20 am
can you post the code in text format please - its easier than all of us manually typing it in
September 27, 2019 at 9:54 am
Viewing 15 posts - 841 through 855 (of 1,995 total)