Viewing 15 posts - 61 through 75 (of 248 total)
My problem is despite of few seconds in SSMS, on actual web-page it takes much longer.
then it can be different execution plans, if there are no locks
are the...
July 31, 2019 at 10:51 pm
=IIF(Fields!NextService.Value = "Substance Abuse",Fields!DaysToNextService.Value,0)
?
PS usage of AVG in the original expression is not clear
July 31, 2019 at 8:53 pm
it work's
what if i wanna keep the top 10 of the products and send the rest to historic table, sorry for the abuse
...
where n>10
?
July 31, 2019 at 5:37 pm
it's better to post questions in English to avoid issues with translation
regarding your case: it's better to use BCP command because you can specify field delimiters (-t",") and get...
July 31, 2019 at 2:12 pm
Visual check of all 6 datasets went well ?
Did you check report itself (view code) and line 71 ? Is there anything suspiciuos?
July 31, 2019 at 1:40 pm
I would get list containing current connected, extracted from default trace and copy them to the new server enabled, the rest I would copy disabled .
When the new server is...
July 31, 2019 at 1:00 pm
who has an idea how can I transfer it if I do not have the login password?
try this one:
https://www.richardswinbank.net/admin/extract_linked_server_passwords
July 31, 2019 at 12:42 pm
try this one:
with data as
(
select
row_number() over (partition by partnumber order by id desc) [n]
,id, Nome_posto, data, lote, serialnumber, partnumber,versao,indexnumber,semana,qrgerado,operador,snpn
from etiquetasklc.dbo.etiquetas2018
)
/*
insert
into etiquetasklc.dbo.etiquetas (id,Nome_posto, data, lote,...
July 31, 2019 at 12:03 pm
Now to figure why it cant connect to SQL.
it can be due to the misconfiguration of SSRS
first ideas:
July 31, 2019 at 9:52 am
I saw such issues in the past when SSMS had issues reading BAK files created with option "copy_only".
Try to run the following commands from query window:
restore headeronly...
July 31, 2019 at 9:47 am
Typo?
"Certainly the more debt that piles up, the mode (more?) difficult it can be to change code. "
July 31, 2019 at 8:54 am
Jeff, function dbo.fnTally is a custom one, I suppose.
Could you provide a link to its definition?
July 31, 2019 at 8:40 am
One DBA can change password for such sole login and no one will connect.
security best practices (minimum) : each dba has its own login, all logins are in AD group, ...
July 30, 2019 at 3:52 pm
Viewing 15 posts - 61 through 75 (of 248 total)