Viewing 15 posts - 3,196 through 3,210 (of 11,678 total)
smtzac (4/25/2014)
yes, every 30 min.
If you take a transaction log backup, the log is truncated.
So you need to check if there is a lot of space available right before and...
April 25, 2014 at 7:29 am
smtzac (4/25/2014)
full
Did you ever take transaction log backups?
April 25, 2014 at 6:59 am
I would create some help table that translates years to the C,N,O,P values.
I would join the C table against this table to get those values for each C.Year value.
Then I...
April 25, 2014 at 5:23 am
Are these all for the same job? (why is Required Skills listed 3 times?)
The first and second one explicit mention Microsoft SQL Server, but the third one asks for Oracle...
If...
April 25, 2014 at 4:14 am
Basically this will take only rows from table T where T.CT_YEAR is L,C,O or N, depending on the value of C.Year.
In other words, if for example C.Year is the current...
April 25, 2014 at 4:06 am
Eirikur Eiriksson (4/25/2014)
As the logging is initialized...
April 25, 2014 at 12:58 am
Sorry, I don't have any examples myself.
You cannot update the password through SSMS. SSRS is usually not managed through SSMS (I think you can only change the security roles in...
April 25, 2014 at 12:47 am
jeganbenitto.francis (4/25/2014)
koen ,Can you please confirm how i can do it using RS.exe from Remote Server.
RS.exe uses VBScript files. In those script files,...
April 25, 2014 at 12:28 am
You should be able to script it out using the RS.exe utility or by using some .NET and the SSRS webservice.
April 25, 2014 at 12:21 am
Easy one, thanks!
(at the time of writing, 100% had the correct answer (20 attempts). Never seen that before)
April 25, 2014 at 12:10 am
Is resource governor enabled?
It could also be a bug, do you have all the service packs applied?
April 24, 2014 at 3:05 pm
Your package is too big. Typically you'd split it up in smaller packages so that it becomes more maneagable.
If you have any add-ons, such as BIDSHelper, disable them first and...
April 24, 2014 at 2:49 pm
I'm not sure it is possible. Either you log, or you don't.
April 24, 2014 at 2:48 pm
New Born DBA (4/24/2014)
This issue has been solved
Out of curiosity, what was the issue?
April 24, 2014 at 2:46 pm
You got at least one response 🙂
April 24, 2014 at 2:44 pm
Viewing 15 posts - 3,196 through 3,210 (of 11,678 total)