Viewing 15 posts - 91 through 105 (of 5,393 total)
I don't think so. Why do you think that the procedure cache was the culprit? Do you have any data supporting your suspicion?
If you had network issues that is much...
June 28, 2016 at 2:31 am
Where do you need that? In a function? In a SELECT statement?
Please clarify
Start here:
SELECT 1024000 / 100000.0 AS lakhs
June 28, 2016 at 1:35 am
Maybe...
Which product more specifically? BackupExec? Veritas Storage Manager?
What's your question?
June 23, 2016 at 7:57 am
DAC is always enabled (and it's a good thing!). What you can disable is connecting to the DAC remotely. By default this is disabled, so the only option to connect...
June 23, 2016 at 2:08 am
This is probably what you're looking for:
May 31, 2016 at 6:53 am
There is no way to do that in a relational database.
I would rather focus on the reason why you're getting blocked, find the root cause and fix it. Can...
May 27, 2016 at 2:33 am
So it's an intermittent failure, it's not consistently failing?
In this case, you should monitor the network on both sides (SQL Server and client) and see if you're experiencing some failures.
April 28, 2016 at 6:55 am
Is 2FA enabled on your Gmail inbox? That could be the cause.
See this article: http://blogs.lessthandot.com/index.php/datamgmt/dbprogramming/setting-up-sql-server-database/ and some of the comments.
April 28, 2016 at 6:53 am
This article describes the steps required to troubleshoot connectivity issues:
April 28, 2016 at 3:50 am
With "less secure apps" Google means legacy protocols such as SMTP, IMAP and POP3.
There is no risk in enabling these protocols, at least no more risk than what you've had...
April 28, 2016 at 3:46 am
You need to find and kill the associated orphaned distributed transactions. Easier said than done.
In this case, the distributed transaction hasn't even started because of the provider error, so I...
April 6, 2016 at 2:11 pm
Is the file there?
Can it be accessed by the SQL Server service account?
Is it read/write?
April 6, 2016 at 2:51 am
1. It will verify if login exists else it will create login.
2. verify if user exists in db else it will create user.
3. Pass database name.
3. Input to sp...
April 6, 2016 at 1:52 am
IMHO Log Shipping is still the best option for DR in many situations.
If you thing that the time gap between backup/restores is an issue, maybe you're looking for HA...
April 5, 2016 at 2:05 am
Granting permissions on a database object is as simple as this:
GRANT <some permission> ON <some object> TO <some user>
What do you mean with "dynamic script"?
April 5, 2016 at 1:31 am
Viewing 15 posts - 91 through 105 (of 5,393 total)