Viewing 15 posts - 361 through 375 (of 1,366 total)
Grant Fritchey (2/24/2016)
Yeah, that's pretty much it.
Thanks Grant.
February 25, 2016 at 4:08 am
Try this in your SQL
xp_logininfo 'Domain\account' the account might be in some groups
February 24, 2016 at 12:14 am
Grant Fritchey (2/23/2016)
February 23, 2016 at 11:01 pm
Grant Fritchey (2/23/2016)
Log shipping (or, since we're in the 2014 group, Availability Groups, a...
February 23, 2016 at 10:14 am
Alert Summary:
Average Wait Time monitor for SQL 2014 DB
The average amount of wait time (milliseconds) for each lock request that resulted in a wait. Based on the DB engine counter,...
February 21, 2016 at 3:47 am
TheSQLGuru (2/14/2016)
Waits are cumulative in SQL Server, so they are pretty useless just looking at them in isolation. What you need...
February 14, 2016 at 11:14 pm
Eddie Wuerch (2/14/2016)
A "waiting" thread is simply one that isn't doing anything. For example, the lazywriter thread is usually waiting...
February 14, 2016 at 1:23 am
johnwalker10 (2/11/2016)
February 13, 2016 at 1:26 am
SQLSlammer (2/11/2016)
February 11, 2016 at 3:56 am
SQL!$@w$0ME (2/10/2016)
Thanks. I would like to exclude the following:Drop database
Alter/Drop db files (ndf/ldf)
View/edit/drop users/roles
Deny permissions on certificates/symmetric keys
what all permission you want to give??
datareader,datawriter,db_executor,ddladmin will work for you...
February 11, 2016 at 1:36 am
Phil Parkin (2/10/2016)
VastSQL (2/10/2016)
We have a powershell which we need to run from one of our SQL Servers. The script checks for a particular service in 4 servers and...
February 10, 2016 at 11:20 am
SQLSlammer (2/10/2016)
If it's not that... then....have you set up a "credential" and associated it with the agent proxy account?
Thanks SQLSlammer.
SQL Service and agent account looks fine. Can you guide me...
February 10, 2016 at 11:15 am
k2000.rajesh (2/6/2016)
SQL Server 2014 setup.exe does nothing and unable to move towards to install SQL installation
You sure you have proper installation media?? Whats the size ?
Try running it with administrator...
February 7, 2016 at 3:37 am
GilaMonster (2/3/2016)
So you meant to say it is better to create a Clustered index on that particular column?
No. If I'd meant to say that, I'd have said that.
If TrackID is...
February 3, 2016 at 9:42 pm
Viewing 15 posts - 361 through 375 (of 1,366 total)