Viewing 15 posts - 11,146 through 11,160 (of 39,793 total)
MyDoggieJessie (3/31/2014)
Idera SQL Diagnostic Manager also offers this - http://www.idera.com/productssolutions/sqlserver/sqldiagnosticmanager(sorry Red Gate guys)
No apology needed. A number of products do this.
Disclosure (apologies for not including this above): I work for...
March 31, 2014 at 9:37 am
skeleton567 (3/31/2014)
March 31, 2014 at 9:33 am
There are some apps like MyLittleAdmin - http://mylittleadmin.com/en/welcome.aspx
However many of the monitoring tools, like SQLMonitor (http://mylittleadmin.com/en/welcome.aspx) run in web browsers and can be used from mobile devices.
March 31, 2014 at 9:31 am
SQLRNNR (3/31/2014)
Eric M Russell (3/31/2014)
If one of my daughters expressed a desire to pursue a career in technology, I would encourage her with no reservations.
I would do the same....
March 31, 2014 at 9:25 am
Gary Varga (3/31/2014)
March 31, 2014 at 9:24 am
skeleton567 (3/31/2014)
March 31, 2014 at 9:21 am
betty_bakke (3/29/2014)
Through a manual solution you can restore data from your corrupted .mdf database. It can be done by executing DBCC CHECKDB and DBCC DBREPAIR statements in MS SQL...
March 30, 2014 at 10:48 am
Yes, Enterprise Edition only
http://technet.microsoft.com/en-us/library/cc645993.aspx#Scalability
March 29, 2014 at 6:50 am
Typically when you do this, you want to build a date for today. Keep in mind that 20140328 is 1200am, midnight last night. 11:59pm is the last part of the...
March 28, 2014 at 12:39 pm
Trace is easy. Start Profiler, pick the options you want and then save as a trace script file. Then execute that on the server to run trace.
March 28, 2014 at 12:28 pm
Not likely. If you are deleting data, the clustered index needs to reflect that.
March 28, 2014 at 11:29 am
Good luck and hope it works out well.
I managed some DB2 people years ago and I found it to be more work and more cumbersome than SQL Server, but a...
March 28, 2014 at 11:28 am
First, don't use NOLOCK. It's a poor practice.
Second, an index scan occurs when the query optimizer thinks that this is the fastest way to find data. Without an index that...
March 28, 2014 at 11:27 am
Apologies and hope things are working for you.
March 28, 2014 at 11:26 am
Are you trying to get everything not equal to today in terms of the date?
It's a little confusing what you're saying.
If today is 20140328 and I have this data:
ActiveFromDate
--------------------
20140301 14:45
20140327...
March 28, 2014 at 11:25 am
Viewing 15 posts - 11,146 through 11,160 (of 39,793 total)