Viewing 15 posts - 616 through 630 (of 2,857 total)
My approach is to design the database with restrictions in place to begin with. Use roles to restrict what data a user is allowed to access. I expect (ie hope)...
January 28, 2022 at 10:12 pm
Might not hurt to check out the Exchange error logs and see what those say. Could be something that is easily corrected by reviewing the logs on the other side...
January 28, 2022 at 10:00 pm
SSRS Standard, as far as I am aware, doesn't support clustering and only allows you to host it on 1 server.
I believe you would need to upgrade to Enterprise to...
January 28, 2022 at 9:47 pm
You could use ISNUMERIC.
Personally, if I COULD I would be changing the application that puts the data into the system to validate it and refuse to store invalid data.
Failing that,...
January 28, 2022 at 9:43 pm
I've been noticing this too. Hopefully it gets fixed soon.
I DO get notifications to new private messages, but not to replies to forum posts...
January 28, 2022 at 9:36 pm
Alternately, if you don't have a VS subscription, you could reach out to the company you purchased SQL Server 2012 from and they should be able to provide you with...
January 28, 2022 at 9:36 pm
My opinion - I would do whatever works best for the tool you are using. BUT I would also be careful about using a tool to monitor SQL error logs. ...
January 27, 2022 at 2:25 pm
My advice - review the error and check the logs.
The error should tell you what is wrong, and in the event it doesn't, the logs should tell you what is...
January 26, 2022 at 7:26 pm
Things that I would check are:
1 - does the service account have permissions to the folder AND file?
2 - does any other application or service have the file open at...
January 26, 2022 at 3:44 pm
With our system, we had turned on successful login logging on one of our systems and had a HUGE performance hit to the database. The problem was caused by how...
January 25, 2022 at 7:10 pm
Without seeing an execution plan or ddl, I the below are just guesses.
Depending on the number of rows returned by your nested select, you may get better performance by changing...
January 24, 2022 at 5:55 pm
Have you tried opening the master key by password and adding encryption by service master key?
January 21, 2022 at 7:44 pm
GitHub.
GitHub has a LOT of open source projects that are looking for more developers. It is generally unpaid work and the code owner could change the license and make it...
January 21, 2022 at 7:43 pm
Not sure if it is just me or not, but I don't see what the data is supposed to look like...
BUT based on what you posted, I am thinking that if...
January 21, 2022 at 7:41 pm
This to me looks like a homework type assignment or possibly an interview question, but I'll try to help without giving the answer away.
So my first step would be to...
January 19, 2022 at 9:11 pm
Viewing 15 posts - 616 through 630 (of 2,857 total)