Viewing 15 posts - 1 through 15 (of 56 total)
Please note that to view the SQL Server audit log generated by the Security Audit you will need CONTROL SERVER permission ( or at least SA ).
It was problematic for...
August 22, 2019 at 5:59 am
The function retrieves what we call a Debtor Account ( its a financial system). It isn't dependant on date.. Or rather is can be, but also on...
March 14, 2018 at 8:33 pm
HI Mate,
No, I never found a solution to the problem I was experiencing, I do need to look into it again.
I was starting to think I...
February 6, 2017 at 3:02 pm
Hi,
I was wondering, where exactly do you see that the results are returning randomly?
From experience, I have seen MS SQL Query Analyzer ( I prefer it over Mngt Studio to...
November 10, 2016 at 3:28 pm
Hi Sergiy,
Thanks very much for your solution.
It's perfect. What a clever way to do it. So very glad I didn't need to use a cursor
March 2, 2016 at 6:09 pm
Hi,
If I understand the question correctly, I would use two queries and UNION the results. The first column you could use a text field as an identifier to show which...
February 22, 2016 at 3:55 pm
Hi,
The SP only returns one result set, however there are a few statements setting up the parameters for the query ( the do contain select statements, and the parameters are...
February 25, 2015 at 2:43 pm
Hi,
The first step in the package checks that the file exists using Visual Basic:
Dim FileInfo As FileInfo
...
February 24, 2013 at 3:27 pm
wow, that worked.
I had no idea you could use Alias's in the UPDATE clause.
Thanks!
November 9, 2011 at 9:28 pm
Measure twice, cut once.
Yes, that works and thanks for your time.
Solution for me is:
ceiling( ( <my result>) / 0.05 ) * 0.05
eg:
ceiling( (fieldname * 0.75) / 0.05...
July 27, 2011 at 5:58 pm
Hello,
Thanks for your reply.
However, it produces incorrect results for what I am after:
Original75%Desired (1+CONVERT(INT,< my field name > * 0.75 / 0.05))*0.05
...
July 27, 2011 at 5:46 pm
HI Jeff,
As it happens, there is a cross join; eg For each of my hospitals I join a date period table which would result in ( for a year)...
November 1, 2010 at 9:14 pm
Hi,
Well the result of the DBCC command is:
No active open transactions.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
however at the time the stored procedure was...
November 1, 2010 at 8:22 pm
Hello,
I think my problem lies in the fact that the AutoShrink operation is currently executing on the database I want to restore into.
I guess I am just going to have...
September 2, 2010 at 12:10 am
I changed the auto-shrink option off.
Still won't work.
I have actually restored this database today already, and it worked fine.
September 1, 2010 at 10:51 pm
Viewing 15 posts - 1 through 15 (of 56 total)